Package api
Class Job.JobDetails
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- api.Job.JobDetails
-
- All Implemented Interfaces:
Job.JobDetailsOrBuilder,com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Serializable
- Enclosing class:
- Job
public static final class Job.JobDetails extends com.google.protobuf.GeneratedMessageV3 implements Job.JobDetailsOrBuilder
Protobuf typeapi.JobDetails- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classJob.JobDetails.BuilderProtobuf typeapi.JobDetails-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static intCANCEL_REASON_FIELD_NUMBERstatic intCANCEL_TS_FIELD_NUMBERstatic intJOB_ID_FIELD_NUMBERstatic intJOB_RUNS_FIELD_NUMBERstatic intJOB_SPEC_FIELD_NUMBERstatic intJOBSET_FIELD_NUMBERstatic intLAST_TRANSITION_TS_FIELD_NUMBERstatic intLATEST_RUN_ID_FIELD_NUMBERstatic intNAMESPACE_FIELD_NUMBERstatic intQUEUE_FIELD_NUMBERstatic intSTATE_FIELD_NUMBERstatic intSUBMITTED_TS_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)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;static Job.JobDetailsgetDefaultInstance()Job.JobDetailsgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()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;com.google.protobuf.Parser<Job.JobDetails>getParserForType()StringgetQueue()string queue = 2;com.google.protobuf.ByteStringgetQueueBytes()string queue = 2;intgetSerializedSize()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;inthashCode()booleanhasJobSpec()Only filled in if expand_job_spec is truebooleanhasLastTransitionTs().google.protobuf.Timestamp last_transition_ts = 9;booleanhasSubmittedTs().google.protobuf.Timestamp submitted_ts = 6;protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()static Job.JobDetails.BuildernewBuilder()static Job.JobDetails.BuildernewBuilder(Job.JobDetails prototype)Job.JobDetails.BuildernewBuilderForType()protected Job.JobDetails.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)protected ObjectnewInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)static Job.JobDetailsparseDelimitedFrom(InputStream input)static Job.JobDetailsparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Job.JobDetailsparseFrom(byte[] data)static Job.JobDetailsparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Job.JobDetailsparseFrom(com.google.protobuf.ByteString data)static Job.JobDetailsparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Job.JobDetailsparseFrom(com.google.protobuf.CodedInputStream input)static Job.JobDetailsparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Job.JobDetailsparseFrom(InputStream input)static Job.JobDetailsparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Job.JobDetailsparseFrom(ByteBuffer data)static Job.JobDetailsparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<Job.JobDetails>parser()Job.JobDetails.BuildertoBuilder()voidwriteTo(com.google.protobuf.CodedOutputStream output)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
JOB_ID_FIELD_NUMBER
public static final int JOB_ID_FIELD_NUMBER
- See Also:
- Constant Field Values
-
QUEUE_FIELD_NUMBER
public static final int QUEUE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
JOBSET_FIELD_NUMBER
public static final int JOBSET_FIELD_NUMBER
- See Also:
- Constant Field Values
-
NAMESPACE_FIELD_NUMBER
public static final int NAMESPACE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
STATE_FIELD_NUMBER
public static final int STATE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SUBMITTED_TS_FIELD_NUMBER
public static final int SUBMITTED_TS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CANCEL_TS_FIELD_NUMBER
public static final int CANCEL_TS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CANCEL_REASON_FIELD_NUMBER
public static final int CANCEL_REASON_FIELD_NUMBER
- See Also:
- Constant Field Values
-
LAST_TRANSITION_TS_FIELD_NUMBER
public static final int LAST_TRANSITION_TS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
LATEST_RUN_ID_FIELD_NUMBER
public static final int LATEST_RUN_ID_FIELD_NUMBER
- See Also:
- Constant Field Values
-
JOB_SPEC_FIELD_NUMBER
public static final int JOB_SPEC_FIELD_NUMBER
- See Also:
- Constant Field Values
-
JOB_RUNS_FIELD_NUMBER
public static final int JOB_RUNS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstancein classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3
-
getJobId
public String getJobId()
string job_id = 1;- Specified by:
getJobIdin interfaceJob.JobDetailsOrBuilder- Returns:
- The jobId.
-
getJobIdBytes
public com.google.protobuf.ByteString getJobIdBytes()
string job_id = 1;- Specified by:
getJobIdBytesin interfaceJob.JobDetailsOrBuilder- Returns:
- The bytes for jobId.
-
getQueue
public String getQueue()
string queue = 2;- Specified by:
getQueuein interfaceJob.JobDetailsOrBuilder- Returns:
- The queue.
-
getQueueBytes
public com.google.protobuf.ByteString getQueueBytes()
string queue = 2;- Specified by:
getQueueBytesin interfaceJob.JobDetailsOrBuilder- Returns:
- The bytes for queue.
-
getJobset
public String getJobset()
string jobset = 3;- Specified by:
getJobsetin interfaceJob.JobDetailsOrBuilder- Returns:
- The jobset.
-
getJobsetBytes
public com.google.protobuf.ByteString getJobsetBytes()
string jobset = 3;- Specified by:
getJobsetBytesin interfaceJob.JobDetailsOrBuilder- Returns:
- The bytes for jobset.
-
getNamespace
public String getNamespace()
string namespace = 4;- Specified by:
getNamespacein interfaceJob.JobDetailsOrBuilder- Returns:
- The namespace.
-
getNamespaceBytes
public com.google.protobuf.ByteString getNamespaceBytes()
string namespace = 4;- Specified by:
getNamespaceBytesin interfaceJob.JobDetailsOrBuilder- Returns:
- The bytes for namespace.
-
getStateValue
public int getStateValue()
.api.JobState state = 5;- Specified by:
getStateValuein interfaceJob.JobDetailsOrBuilder- Returns:
- The enum numeric value on the wire for state.
-
getState
public SubmitOuterClass.JobState getState()
.api.JobState state = 5;- Specified by:
getStatein interfaceJob.JobDetailsOrBuilder- Returns:
- The state.
-
hasSubmittedTs
public boolean hasSubmittedTs()
.google.protobuf.Timestamp submitted_ts = 6;- Specified by:
hasSubmittedTsin interfaceJob.JobDetailsOrBuilder- Returns:
- Whether the submittedTs field is set.
-
getSubmittedTs
public com.google.protobuf.Timestamp getSubmittedTs()
.google.protobuf.Timestamp submitted_ts = 6;- Specified by:
getSubmittedTsin interfaceJob.JobDetailsOrBuilder- Returns:
- The submittedTs.
-
getSubmittedTsOrBuilder
public com.google.protobuf.TimestampOrBuilder getSubmittedTsOrBuilder()
.google.protobuf.Timestamp submitted_ts = 6;- Specified by:
getSubmittedTsOrBuilderin interfaceJob.JobDetailsOrBuilder
-
hasCancelTs
public boolean hasCancelTs()
.google.protobuf.Timestamp cancel_ts = 7;- Specified by:
hasCancelTsin interfaceJob.JobDetailsOrBuilder- Returns:
- Whether the cancelTs field is set.
-
getCancelTs
public com.google.protobuf.Timestamp getCancelTs()
.google.protobuf.Timestamp cancel_ts = 7;- Specified by:
getCancelTsin interfaceJob.JobDetailsOrBuilder- Returns:
- The cancelTs.
-
getCancelTsOrBuilder
public com.google.protobuf.TimestampOrBuilder getCancelTsOrBuilder()
.google.protobuf.Timestamp cancel_ts = 7;- Specified by:
getCancelTsOrBuilderin interfaceJob.JobDetailsOrBuilder
-
getCancelReason
public String getCancelReason()
string cancel_reason = 8;- Specified by:
getCancelReasonin interfaceJob.JobDetailsOrBuilder- Returns:
- The cancelReason.
-
getCancelReasonBytes
public com.google.protobuf.ByteString getCancelReasonBytes()
string cancel_reason = 8;- Specified by:
getCancelReasonBytesin interfaceJob.JobDetailsOrBuilder- Returns:
- The bytes for cancelReason.
-
hasLastTransitionTs
public boolean hasLastTransitionTs()
.google.protobuf.Timestamp last_transition_ts = 9;- Specified by:
hasLastTransitionTsin interfaceJob.JobDetailsOrBuilder- Returns:
- Whether the lastTransitionTs field is set.
-
getLastTransitionTs
public com.google.protobuf.Timestamp getLastTransitionTs()
.google.protobuf.Timestamp last_transition_ts = 9;- Specified by:
getLastTransitionTsin interfaceJob.JobDetailsOrBuilder- Returns:
- The lastTransitionTs.
-
getLastTransitionTsOrBuilder
public com.google.protobuf.TimestampOrBuilder getLastTransitionTsOrBuilder()
.google.protobuf.Timestamp last_transition_ts = 9;- Specified by:
getLastTransitionTsOrBuilderin interfaceJob.JobDetailsOrBuilder
-
getLatestRunId
public String getLatestRunId()
string latest_run_id = 10;- Specified by:
getLatestRunIdin interfaceJob.JobDetailsOrBuilder- Returns:
- The latestRunId.
-
getLatestRunIdBytes
public com.google.protobuf.ByteString getLatestRunIdBytes()
string latest_run_id = 10;- Specified by:
getLatestRunIdBytesin interfaceJob.JobDetailsOrBuilder- Returns:
- The bytes for latestRunId.
-
hasJobSpec
public boolean hasJobSpec()
Only filled in if expand_job_spec is true
.api.Job job_spec = 11;- Specified by:
hasJobSpecin interfaceJob.JobDetailsOrBuilder- Returns:
- Whether the jobSpec field is set.
-
getJobSpec
public SubmitOuterClass.Job getJobSpec()
Only filled in if expand_job_spec is true
.api.Job job_spec = 11;- Specified by:
getJobSpecin interfaceJob.JobDetailsOrBuilder- Returns:
- The jobSpec.
-
getJobSpecOrBuilder
public SubmitOuterClass.JobOrBuilder getJobSpecOrBuilder()
Only filled in if expand_job_spec is true
.api.Job job_spec = 11;- Specified by:
getJobSpecOrBuilderin interfaceJob.JobDetailsOrBuilder
-
getJobRunsList
public List<Job.JobRunDetails> getJobRunsList()
Only filled in if expand_job_run is true;
repeated .api.JobRunDetails job_runs = 12;- Specified by:
getJobRunsListin interfaceJob.JobDetailsOrBuilder
-
getJobRunsOrBuilderList
public List<? extends Job.JobRunDetailsOrBuilder> getJobRunsOrBuilderList()
Only filled in if expand_job_run is true;
repeated .api.JobRunDetails job_runs = 12;- Specified by:
getJobRunsOrBuilderListin interfaceJob.JobDetailsOrBuilder
-
getJobRunsCount
public int getJobRunsCount()
Only filled in if expand_job_run is true;
repeated .api.JobRunDetails job_runs = 12;- Specified by:
getJobRunsCountin interfaceJob.JobDetailsOrBuilder
-
getJobRuns
public Job.JobRunDetails getJobRuns(int index)
Only filled in if expand_job_run is true;
repeated .api.JobRunDetails job_runs = 12;- Specified by:
getJobRunsin interfaceJob.JobDetailsOrBuilder
-
getJobRunsOrBuilder
public Job.JobRunDetailsOrBuilder getJobRunsOrBuilder(int index)
Only filled in if expand_job_run is true;
repeated .api.JobRunDetails job_runs = 12;- Specified by:
getJobRunsOrBuilderin interfaceJob.JobDetailsOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessageV3- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static Job.JobDetails parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Job.JobDetails parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Job.JobDetails parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Job.JobDetails parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Job.JobDetails parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Job.JobDetails parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Job.JobDetails parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static Job.JobDetails parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static Job.JobDetails parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static Job.JobDetails parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static Job.JobDetails parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static Job.JobDetails parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public Job.JobDetails.Builder newBuilderForType()
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
public static Job.JobDetails.Builder newBuilder()
-
newBuilder
public static Job.JobDetails.Builder newBuilder(Job.JobDetails prototype)
-
toBuilder
public Job.JobDetails.Builder toBuilder()
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected Job.JobDetails.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static Job.JobDetails getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<Job.JobDetails> parser()
-
getParserForType
public com.google.protobuf.Parser<Job.JobDetails> getParserForType()
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public Job.JobDetails getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
-