Package api
Interface Job.JobDetailsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Job.JobDetails,Job.JobDetails.Builder
- Enclosing class:
- Job
public static interface Job.JobDetailsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCancelReason()string cancel_reason = 8;com.google.protobuf.ByteStringgetCancelReasonBytes()string cancel_reason = 8;com.google.protobuf.TimestampgetCancelTs().google.protobuf.Timestamp cancel_ts = 7;com.google.protobuf.TimestampOrBuildergetCancelTsOrBuilder().google.protobuf.Timestamp cancel_ts = 7;StringgetJobId()string job_id = 1;com.google.protobuf.ByteStringgetJobIdBytes()string job_id = 1;Job.JobRunDetailsgetJobRuns(int index)Only filled in if expand_job_run is true;intgetJobRunsCount()Only filled in if expand_job_run is true;List<Job.JobRunDetails>getJobRunsList()Only filled in if expand_job_run is true;Job.JobRunDetailsOrBuildergetJobRunsOrBuilder(int index)Only filled in if expand_job_run is true;List<? extends Job.JobRunDetailsOrBuilder>getJobRunsOrBuilderList()Only filled in if expand_job_run is true;StringgetJobset()string jobset = 3;com.google.protobuf.ByteStringgetJobsetBytes()string jobset = 3;SubmitOuterClass.JobgetJobSpec()Only filled in if expand_job_spec is trueSubmitOuterClass.JobOrBuildergetJobSpecOrBuilder()Only filled in if expand_job_spec is truecom.google.protobuf.TimestampgetLastTransitionTs().google.protobuf.Timestamp last_transition_ts = 9;com.google.protobuf.TimestampOrBuildergetLastTransitionTsOrBuilder().google.protobuf.Timestamp last_transition_ts = 9;StringgetLatestRunId()string latest_run_id = 10;com.google.protobuf.ByteStringgetLatestRunIdBytes()string latest_run_id = 10;StringgetNamespace()string namespace = 4;com.google.protobuf.ByteStringgetNamespaceBytes()string namespace = 4;StringgetQueue()string queue = 2;com.google.protobuf.ByteStringgetQueueBytes()string queue = 2;SubmitOuterClass.JobStategetState().api.JobState state = 5;intgetStateValue().api.JobState state = 5;com.google.protobuf.TimestampgetSubmittedTs().google.protobuf.Timestamp submitted_ts = 6;com.google.protobuf.TimestampOrBuildergetSubmittedTsOrBuilder().google.protobuf.Timestamp submitted_ts = 6;booleanhasCancelTs().google.protobuf.Timestamp cancel_ts = 7;booleanhasJobSpec()Only filled in if expand_job_spec is truebooleanhasLastTransitionTs().google.protobuf.Timestamp last_transition_ts = 9;booleanhasSubmittedTs().google.protobuf.Timestamp submitted_ts = 6;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getJobId
String getJobId()
string job_id = 1;- Returns:
- The jobId.
-
getJobIdBytes
com.google.protobuf.ByteString getJobIdBytes()
string job_id = 1;- Returns:
- The bytes for jobId.
-
getQueue
String getQueue()
string queue = 2;- Returns:
- The queue.
-
getQueueBytes
com.google.protobuf.ByteString getQueueBytes()
string queue = 2;- Returns:
- The bytes for queue.
-
getJobset
String getJobset()
string jobset = 3;- Returns:
- The jobset.
-
getJobsetBytes
com.google.protobuf.ByteString getJobsetBytes()
string jobset = 3;- Returns:
- The bytes for jobset.
-
getNamespace
String getNamespace()
string namespace = 4;- Returns:
- The namespace.
-
getNamespaceBytes
com.google.protobuf.ByteString getNamespaceBytes()
string namespace = 4;- Returns:
- The bytes for namespace.
-
getStateValue
int getStateValue()
.api.JobState state = 5;- Returns:
- The enum numeric value on the wire for state.
-
getState
SubmitOuterClass.JobState getState()
.api.JobState state = 5;- Returns:
- The state.
-
hasSubmittedTs
boolean hasSubmittedTs()
.google.protobuf.Timestamp submitted_ts = 6;- Returns:
- Whether the submittedTs field is set.
-
getSubmittedTs
com.google.protobuf.Timestamp getSubmittedTs()
.google.protobuf.Timestamp submitted_ts = 6;- Returns:
- The submittedTs.
-
getSubmittedTsOrBuilder
com.google.protobuf.TimestampOrBuilder getSubmittedTsOrBuilder()
.google.protobuf.Timestamp submitted_ts = 6;
-
hasCancelTs
boolean hasCancelTs()
.google.protobuf.Timestamp cancel_ts = 7;- Returns:
- Whether the cancelTs field is set.
-
getCancelTs
com.google.protobuf.Timestamp getCancelTs()
.google.protobuf.Timestamp cancel_ts = 7;- Returns:
- The cancelTs.
-
getCancelTsOrBuilder
com.google.protobuf.TimestampOrBuilder getCancelTsOrBuilder()
.google.protobuf.Timestamp cancel_ts = 7;
-
getCancelReason
String getCancelReason()
string cancel_reason = 8;- Returns:
- The cancelReason.
-
getCancelReasonBytes
com.google.protobuf.ByteString getCancelReasonBytes()
string cancel_reason = 8;- Returns:
- The bytes for cancelReason.
-
hasLastTransitionTs
boolean hasLastTransitionTs()
.google.protobuf.Timestamp last_transition_ts = 9;- Returns:
- Whether the lastTransitionTs field is set.
-
getLastTransitionTs
com.google.protobuf.Timestamp getLastTransitionTs()
.google.protobuf.Timestamp last_transition_ts = 9;- Returns:
- The lastTransitionTs.
-
getLastTransitionTsOrBuilder
com.google.protobuf.TimestampOrBuilder getLastTransitionTsOrBuilder()
.google.protobuf.Timestamp last_transition_ts = 9;
-
getLatestRunId
String getLatestRunId()
string latest_run_id = 10;- Returns:
- The latestRunId.
-
getLatestRunIdBytes
com.google.protobuf.ByteString getLatestRunIdBytes()
string latest_run_id = 10;- Returns:
- The bytes for latestRunId.
-
hasJobSpec
boolean hasJobSpec()
Only filled in if expand_job_spec is true
.api.Job job_spec = 11;- Returns:
- Whether the jobSpec field is set.
-
getJobSpec
SubmitOuterClass.Job getJobSpec()
Only filled in if expand_job_spec is true
.api.Job job_spec = 11;- Returns:
- The jobSpec.
-
getJobSpecOrBuilder
SubmitOuterClass.JobOrBuilder getJobSpecOrBuilder()
Only filled in if expand_job_spec is true
.api.Job job_spec = 11;
-
getJobRunsList
List<Job.JobRunDetails> getJobRunsList()
Only filled in if expand_job_run is true;
repeated .api.JobRunDetails job_runs = 12;
-
getJobRuns
Job.JobRunDetails getJobRuns(int index)
Only filled in if expand_job_run is true;
repeated .api.JobRunDetails job_runs = 12;
-
getJobRunsCount
int getJobRunsCount()
Only filled in if expand_job_run is true;
repeated .api.JobRunDetails job_runs = 12;
-
getJobRunsOrBuilderList
List<? extends Job.JobRunDetailsOrBuilder> getJobRunsOrBuilderList()
Only filled in if expand_job_run is true;
repeated .api.JobRunDetails job_runs = 12;
-
getJobRunsOrBuilder
Job.JobRunDetailsOrBuilder getJobRunsOrBuilder(int index)
Only filled in if expand_job_run is true;
repeated .api.JobRunDetails job_runs = 12;
-
-