17.46. JobOperatorDetails¶
Information for providing a set of filters while listing jobs.
message JobOperatorDetails { string name = 1; JobOperatorStatus status = 2; Timestamp created = 3; Timestamp started = 4; Timestamp stopped = 5; }
17.46.1. Properties¶
17.46.1.2. status¶
type: enum
Current status of the job operator.
See JobOperatorStatus for details.
17.46.1.3. created¶
type: message
Timestamp describing when the operator was created.
No value will be provided if the operator has not yet been initialized.
See Timestamp for details.