17.51. 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.51.1.1. name
type: string
Human readable name of the job operator.
17.51.1.2. status
type: enum
Current status of the job operator.
See JobOperatorStatus for details.
17.51.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.
17.51.1.4. started
type: message
Timestamp describing when the operator started execution.
No value will be provided if the operator has not yet started execution.
See Timestamp for details.
17.51.1.5. stopper
type: message
Timestamp describing when the operator stopped execution.
No value will be provided if the operator has not yet stopped execution.
See Timestamp for details.