Package com.google.dataflow.v1beta3
Class Job
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.google.dataflow.v1beta3.Job
-
- All Implemented Interfaces:
JobOrBuilder,com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Serializable
public final class Job extends com.google.protobuf.GeneratedMessageV3 implements JobOrBuilder
Defines a job to be run by the Cloud Dataflow service.
Protobuf typegoogle.dataflow.v1beta3.Job- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classJob.BuilderDefines a job to be run by the Cloud Dataflow service.-
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 intCLIENT_REQUEST_ID_FIELD_NUMBERstatic intCREATE_TIME_FIELD_NUMBERstatic intCREATED_FROM_SNAPSHOT_ID_FIELD_NUMBERstatic intCURRENT_STATE_FIELD_NUMBERstatic intCURRENT_STATE_TIME_FIELD_NUMBERstatic intENVIRONMENT_FIELD_NUMBERstatic intEXECUTION_INFO_FIELD_NUMBERstatic intID_FIELD_NUMBERstatic intJOB_METADATA_FIELD_NUMBERstatic intLABELS_FIELD_NUMBERstatic intLOCATION_FIELD_NUMBERstatic intNAME_FIELD_NUMBERstatic intPIPELINE_DESCRIPTION_FIELD_NUMBERstatic intPROJECT_ID_FIELD_NUMBERstatic intREPLACE_JOB_ID_FIELD_NUMBERstatic intREPLACED_BY_JOB_ID_FIELD_NUMBERstatic intREQUESTED_STATE_FIELD_NUMBERstatic intSATISFIES_PZS_FIELD_NUMBERstatic intSTAGE_STATES_FIELD_NUMBERstatic intSTART_TIME_FIELD_NUMBERstatic intSTEPS_FIELD_NUMBERstatic intSTEPS_LOCATION_FIELD_NUMBERstatic intTEMP_FILES_FIELD_NUMBERstatic intTRANSFORM_NAME_MAPPING_FIELD_NUMBERstatic intTYPE_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleancontainsLabels(String key)User-defined labels for this job.booleancontainsTransformNameMapping(String key)The map of transform name prefixes of the job to be replaced to the corresponding name prefixes of the new job.booleanequals(Object obj)StringgetClientRequestId()The client's unique identifier of the job, re-used across retried attempts.com.google.protobuf.ByteStringgetClientRequestIdBytes()The client's unique identifier of the job, re-used across retried attempts.StringgetCreatedFromSnapshotId()If this is specified, the job's initial state is populated from the given snapshot.com.google.protobuf.ByteStringgetCreatedFromSnapshotIdBytes()If this is specified, the job's initial state is populated from the given snapshot.com.google.protobuf.TimestampgetCreateTime()The timestamp when the job was initially created.com.google.protobuf.TimestampOrBuildergetCreateTimeOrBuilder()The timestamp when the job was initially created.JobStategetCurrentState()The current state of the job.com.google.protobuf.TimestampgetCurrentStateTime()The timestamp associated with the current state.com.google.protobuf.TimestampOrBuildergetCurrentStateTimeOrBuilder()The timestamp associated with the current state.intgetCurrentStateValue()The current state of the job.static JobgetDefaultInstance()JobgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()EnvironmentgetEnvironment()The environment for the job.EnvironmentOrBuildergetEnvironmentOrBuilder()The environment for the job.JobExecutionInfogetExecutionInfo()Deprecated.JobExecutionInfoOrBuildergetExecutionInfoOrBuilder()Deprecated.StringgetId()The unique ID of this job.com.google.protobuf.ByteStringgetIdBytes()The unique ID of this job.JobMetadatagetJobMetadata()This field is populated by the Dataflow service to support filtering jobs by the metadata values provided here.JobMetadataOrBuildergetJobMetadataOrBuilder()This field is populated by the Dataflow service to support filtering jobs by the metadata values provided here.Map<String,String>getLabels()Deprecated.intgetLabelsCount()User-defined labels for this job.Map<String,String>getLabelsMap()User-defined labels for this job.StringgetLabelsOrDefault(String key, String defaultValue)User-defined labels for this job.StringgetLabelsOrThrow(String key)User-defined labels for this job.StringgetLocation()The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that contains this job.com.google.protobuf.ByteStringgetLocationBytes()The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that contains this job.StringgetName()The user-specified Cloud Dataflow job name.com.google.protobuf.ByteStringgetNameBytes()The user-specified Cloud Dataflow job name.com.google.protobuf.Parser<Job>getParserForType()PipelineDescriptiongetPipelineDescription()Preliminary field: The format of this data may change at any time.PipelineDescriptionOrBuildergetPipelineDescriptionOrBuilder()Preliminary field: The format of this data may change at any time.StringgetProjectId()The ID of the Cloud Platform project that the job belongs to.com.google.protobuf.ByteStringgetProjectIdBytes()The ID of the Cloud Platform project that the job belongs to.StringgetReplacedByJobId()If another job is an update of this job (and thus, this job is in `JOB_STATE_UPDATED`), this field contains the ID of that job.com.google.protobuf.ByteStringgetReplacedByJobIdBytes()If another job is an update of this job (and thus, this job is in `JOB_STATE_UPDATED`), this field contains the ID of that job.StringgetReplaceJobId()If this job is an update of an existing job, this field is the job ID of the job it replaced.com.google.protobuf.ByteStringgetReplaceJobIdBytes()If this job is an update of an existing job, this field is the job ID of the job it replaced.JobStategetRequestedState()The job's requested state.intgetRequestedStateValue()The job's requested state.booleangetSatisfiesPzs()Reserved for future use.intgetSerializedSize()ExecutionStageStategetStageStates(int index)This field may be mutated by the Cloud Dataflow service; callers cannot mutate it.intgetStageStatesCount()This field may be mutated by the Cloud Dataflow service; callers cannot mutate it.List<ExecutionStageState>getStageStatesList()This field may be mutated by the Cloud Dataflow service; callers cannot mutate it.ExecutionStageStateOrBuildergetStageStatesOrBuilder(int index)This field may be mutated by the Cloud Dataflow service; callers cannot mutate it.List<? extends ExecutionStageStateOrBuilder>getStageStatesOrBuilderList()This field may be mutated by the Cloud Dataflow service; callers cannot mutate it.com.google.protobuf.TimestampgetStartTime()The timestamp when the job was started (transitioned to JOB_STATE_PENDING).com.google.protobuf.TimestampOrBuildergetStartTimeOrBuilder()The timestamp when the job was started (transitioned to JOB_STATE_PENDING).StepgetSteps(int index)Exactly one of step or steps_location should be specified.intgetStepsCount()Exactly one of step or steps_location should be specified.List<Step>getStepsList()Exactly one of step or steps_location should be specified.StringgetStepsLocation()The Cloud Storage location where the steps are stored.com.google.protobuf.ByteStringgetStepsLocationBytes()The Cloud Storage location where the steps are stored.StepOrBuildergetStepsOrBuilder(int index)Exactly one of step or steps_location should be specified.List<? extends StepOrBuilder>getStepsOrBuilderList()Exactly one of step or steps_location should be specified.StringgetTempFiles(int index)A set of files the system should be aware of that are used for temporary storage.com.google.protobuf.ByteStringgetTempFilesBytes(int index)A set of files the system should be aware of that are used for temporary storage.intgetTempFilesCount()A set of files the system should be aware of that are used for temporary storage.com.google.protobuf.ProtocolStringListgetTempFilesList()A set of files the system should be aware of that are used for temporary storage.Map<String,String>getTransformNameMapping()Deprecated.intgetTransformNameMappingCount()The map of transform name prefixes of the job to be replaced to the corresponding name prefixes of the new job.Map<String,String>getTransformNameMappingMap()The map of transform name prefixes of the job to be replaced to the corresponding name prefixes of the new job.StringgetTransformNameMappingOrDefault(String key, String defaultValue)The map of transform name prefixes of the job to be replaced to the corresponding name prefixes of the new job.StringgetTransformNameMappingOrThrow(String key)The map of transform name prefixes of the job to be replaced to the corresponding name prefixes of the new job.JobTypegetType()The type of Cloud Dataflow job.intgetTypeValue()The type of Cloud Dataflow job.booleanhasCreateTime()The timestamp when the job was initially created.booleanhasCurrentStateTime()The timestamp associated with the current state.booleanhasEnvironment()The environment for the job.booleanhasExecutionInfo()Deprecated.inthashCode()booleanhasJobMetadata()This field is populated by the Dataflow service to support filtering jobs by the metadata values provided here.booleanhasPipelineDescription()Preliminary field: The format of this data may change at any time.booleanhasStartTime()The timestamp when the job was started (transitioned to JOB_STATE_PENDING).protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()protected com.google.protobuf.MapFieldinternalGetMapField(int number)booleanisInitialized()static Job.BuildernewBuilder()static Job.BuildernewBuilder(Job prototype)Job.BuildernewBuilderForType()protected Job.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)protected ObjectnewInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)static JobparseDelimitedFrom(InputStream input)static JobparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static JobparseFrom(byte[] data)static JobparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static JobparseFrom(com.google.protobuf.ByteString data)static JobparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static JobparseFrom(com.google.protobuf.CodedInputStream input)static JobparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static JobparseFrom(InputStream input)static JobparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static JobparseFrom(ByteBuffer data)static JobparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<Job>parser()Job.BuildertoBuilder()voidwriteTo(com.google.protobuf.CodedOutputStream output)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, isStringEmpty, makeExtensionsImmutable, 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
-
ID_FIELD_NUMBER
public static final int ID_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PROJECT_ID_FIELD_NUMBER
public static final int PROJECT_ID_FIELD_NUMBER
- See Also:
- Constant Field Values
-
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
TYPE_FIELD_NUMBER
public static final int TYPE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ENVIRONMENT_FIELD_NUMBER
public static final int ENVIRONMENT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
STEPS_FIELD_NUMBER
public static final int STEPS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
STEPS_LOCATION_FIELD_NUMBER
public static final int STEPS_LOCATION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CURRENT_STATE_FIELD_NUMBER
public static final int CURRENT_STATE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CURRENT_STATE_TIME_FIELD_NUMBER
public static final int CURRENT_STATE_TIME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
REQUESTED_STATE_FIELD_NUMBER
public static final int REQUESTED_STATE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
EXECUTION_INFO_FIELD_NUMBER
public static final int EXECUTION_INFO_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CREATE_TIME_FIELD_NUMBER
public static final int CREATE_TIME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
REPLACE_JOB_ID_FIELD_NUMBER
public static final int REPLACE_JOB_ID_FIELD_NUMBER
- See Also:
- Constant Field Values
-
TRANSFORM_NAME_MAPPING_FIELD_NUMBER
public static final int TRANSFORM_NAME_MAPPING_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CLIENT_REQUEST_ID_FIELD_NUMBER
public static final int CLIENT_REQUEST_ID_FIELD_NUMBER
- See Also:
- Constant Field Values
-
REPLACED_BY_JOB_ID_FIELD_NUMBER
public static final int REPLACED_BY_JOB_ID_FIELD_NUMBER
- See Also:
- Constant Field Values
-
TEMP_FILES_FIELD_NUMBER
public static final int TEMP_FILES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
LABELS_FIELD_NUMBER
public static final int LABELS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
LOCATION_FIELD_NUMBER
public static final int LOCATION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PIPELINE_DESCRIPTION_FIELD_NUMBER
public static final int PIPELINE_DESCRIPTION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
STAGE_STATES_FIELD_NUMBER
public static final int STAGE_STATES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
JOB_METADATA_FIELD_NUMBER
public static final int JOB_METADATA_FIELD_NUMBER
- See Also:
- Constant Field Values
-
START_TIME_FIELD_NUMBER
public static final int START_TIME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CREATED_FROM_SNAPSHOT_ID_FIELD_NUMBER
public static final int CREATED_FROM_SNAPSHOT_ID_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SATISFIES_PZS_FIELD_NUMBER
public static final int SATISFIES_PZS_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()
-
internalGetMapField
protected com.google.protobuf.MapField internalGetMapField(int number)
- Overrides:
internalGetMapFieldin classcom.google.protobuf.GeneratedMessageV3
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3
-
getId
public String getId()
The unique ID of this job. This field is set by the Cloud Dataflow service when the Job is created, and is immutable for the life of the job.
string id = 1;- Specified by:
getIdin interfaceJobOrBuilder- Returns:
- The id.
-
getIdBytes
public com.google.protobuf.ByteString getIdBytes()
The unique ID of this job. This field is set by the Cloud Dataflow service when the Job is created, and is immutable for the life of the job.
string id = 1;- Specified by:
getIdBytesin interfaceJobOrBuilder- Returns:
- The bytes for id.
-
getProjectId
public String getProjectId()
The ID of the Cloud Platform project that the job belongs to.
string project_id = 2;- Specified by:
getProjectIdin interfaceJobOrBuilder- Returns:
- The projectId.
-
getProjectIdBytes
public com.google.protobuf.ByteString getProjectIdBytes()
The ID of the Cloud Platform project that the job belongs to.
string project_id = 2;- Specified by:
getProjectIdBytesin interfaceJobOrBuilder- Returns:
- The bytes for projectId.
-
getName
public String getName()
The user-specified Cloud Dataflow job name. Only one Job with a given name may exist in a project at any given time. If a caller attempts to create a Job with the same name as an already-existing Job, the attempt returns the existing Job. The name must match the regular expression `[a-z]([-a-z0-9]{0,1022}[a-z0-9])?`string name = 3;- Specified by:
getNamein interfaceJobOrBuilder- Returns:
- The name.
-
getNameBytes
public com.google.protobuf.ByteString getNameBytes()
The user-specified Cloud Dataflow job name. Only one Job with a given name may exist in a project at any given time. If a caller attempts to create a Job with the same name as an already-existing Job, the attempt returns the existing Job. The name must match the regular expression `[a-z]([-a-z0-9]{0,1022}[a-z0-9])?`string name = 3;- Specified by:
getNameBytesin interfaceJobOrBuilder- Returns:
- The bytes for name.
-
getTypeValue
public int getTypeValue()
The type of Cloud Dataflow job.
.google.dataflow.v1beta3.JobType type = 4;- Specified by:
getTypeValuein interfaceJobOrBuilder- Returns:
- The enum numeric value on the wire for type.
-
getType
public JobType getType()
The type of Cloud Dataflow job.
.google.dataflow.v1beta3.JobType type = 4;- Specified by:
getTypein interfaceJobOrBuilder- Returns:
- The type.
-
hasEnvironment
public boolean hasEnvironment()
The environment for the job.
.google.dataflow.v1beta3.Environment environment = 5;- Specified by:
hasEnvironmentin interfaceJobOrBuilder- Returns:
- Whether the environment field is set.
-
getEnvironment
public Environment getEnvironment()
The environment for the job.
.google.dataflow.v1beta3.Environment environment = 5;- Specified by:
getEnvironmentin interfaceJobOrBuilder- Returns:
- The environment.
-
getEnvironmentOrBuilder
public EnvironmentOrBuilder getEnvironmentOrBuilder()
The environment for the job.
.google.dataflow.v1beta3.Environment environment = 5;- Specified by:
getEnvironmentOrBuilderin interfaceJobOrBuilder
-
getStepsList
public List<Step> getStepsList()
Exactly one of step or steps_location should be specified. The top-level steps that constitute the entire job. Only retrieved with JOB_VIEW_ALL.
repeated .google.dataflow.v1beta3.Step steps = 6;- Specified by:
getStepsListin interfaceJobOrBuilder
-
getStepsOrBuilderList
public List<? extends StepOrBuilder> getStepsOrBuilderList()
Exactly one of step or steps_location should be specified. The top-level steps that constitute the entire job. Only retrieved with JOB_VIEW_ALL.
repeated .google.dataflow.v1beta3.Step steps = 6;- Specified by:
getStepsOrBuilderListin interfaceJobOrBuilder
-
getStepsCount
public int getStepsCount()
Exactly one of step or steps_location should be specified. The top-level steps that constitute the entire job. Only retrieved with JOB_VIEW_ALL.
repeated .google.dataflow.v1beta3.Step steps = 6;- Specified by:
getStepsCountin interfaceJobOrBuilder
-
getSteps
public Step getSteps(int index)
Exactly one of step or steps_location should be specified. The top-level steps that constitute the entire job. Only retrieved with JOB_VIEW_ALL.
repeated .google.dataflow.v1beta3.Step steps = 6;- Specified by:
getStepsin interfaceJobOrBuilder
-
getStepsOrBuilder
public StepOrBuilder getStepsOrBuilder(int index)
Exactly one of step or steps_location should be specified. The top-level steps that constitute the entire job. Only retrieved with JOB_VIEW_ALL.
repeated .google.dataflow.v1beta3.Step steps = 6;- Specified by:
getStepsOrBuilderin interfaceJobOrBuilder
-
getStepsLocation
public String getStepsLocation()
The Cloud Storage location where the steps are stored.
string steps_location = 24;- Specified by:
getStepsLocationin interfaceJobOrBuilder- Returns:
- The stepsLocation.
-
getStepsLocationBytes
public com.google.protobuf.ByteString getStepsLocationBytes()
The Cloud Storage location where the steps are stored.
string steps_location = 24;- Specified by:
getStepsLocationBytesin interfaceJobOrBuilder- Returns:
- The bytes for stepsLocation.
-
getCurrentStateValue
public int getCurrentStateValue()
The current state of the job. Jobs are created in the `JOB_STATE_STOPPED` state unless otherwise specified. A job in the `JOB_STATE_RUNNING` state may asynchronously enter a terminal state. After a job has reached a terminal state, no further state updates may be made. This field may be mutated by the Cloud Dataflow service; callers cannot mutate it.
.google.dataflow.v1beta3.JobState current_state = 7;- Specified by:
getCurrentStateValuein interfaceJobOrBuilder- Returns:
- The enum numeric value on the wire for currentState.
-
getCurrentState
public JobState getCurrentState()
The current state of the job. Jobs are created in the `JOB_STATE_STOPPED` state unless otherwise specified. A job in the `JOB_STATE_RUNNING` state may asynchronously enter a terminal state. After a job has reached a terminal state, no further state updates may be made. This field may be mutated by the Cloud Dataflow service; callers cannot mutate it.
.google.dataflow.v1beta3.JobState current_state = 7;- Specified by:
getCurrentStatein interfaceJobOrBuilder- Returns:
- The currentState.
-
hasCurrentStateTime
public boolean hasCurrentStateTime()
The timestamp associated with the current state.
.google.protobuf.Timestamp current_state_time = 8;- Specified by:
hasCurrentStateTimein interfaceJobOrBuilder- Returns:
- Whether the currentStateTime field is set.
-
getCurrentStateTime
public com.google.protobuf.Timestamp getCurrentStateTime()
The timestamp associated with the current state.
.google.protobuf.Timestamp current_state_time = 8;- Specified by:
getCurrentStateTimein interfaceJobOrBuilder- Returns:
- The currentStateTime.
-
getCurrentStateTimeOrBuilder
public com.google.protobuf.TimestampOrBuilder getCurrentStateTimeOrBuilder()
The timestamp associated with the current state.
.google.protobuf.Timestamp current_state_time = 8;- Specified by:
getCurrentStateTimeOrBuilderin interfaceJobOrBuilder
-
getRequestedStateValue
public int getRequestedStateValue()
The job's requested state. `UpdateJob` may be used to switch between the `JOB_STATE_STOPPED` and `JOB_STATE_RUNNING` states, by setting requested_state. `UpdateJob` may also be used to directly set a job's requested state to `JOB_STATE_CANCELLED` or `JOB_STATE_DONE`, irrevocably terminating the job if it has not already reached a terminal state.
.google.dataflow.v1beta3.JobState requested_state = 9;- Specified by:
getRequestedStateValuein interfaceJobOrBuilder- Returns:
- The enum numeric value on the wire for requestedState.
-
getRequestedState
public JobState getRequestedState()
The job's requested state. `UpdateJob` may be used to switch between the `JOB_STATE_STOPPED` and `JOB_STATE_RUNNING` states, by setting requested_state. `UpdateJob` may also be used to directly set a job's requested state to `JOB_STATE_CANCELLED` or `JOB_STATE_DONE`, irrevocably terminating the job if it has not already reached a terminal state.
.google.dataflow.v1beta3.JobState requested_state = 9;- Specified by:
getRequestedStatein interfaceJobOrBuilder- Returns:
- The requestedState.
-
hasExecutionInfo
public boolean hasExecutionInfo()
Deprecated.
.google.dataflow.v1beta3.JobExecutionInfo execution_info = 10;- Specified by:
hasExecutionInfoin interfaceJobOrBuilder- Returns:
- Whether the executionInfo field is set.
-
getExecutionInfo
public JobExecutionInfo getExecutionInfo()
Deprecated.
.google.dataflow.v1beta3.JobExecutionInfo execution_info = 10;- Specified by:
getExecutionInfoin interfaceJobOrBuilder- Returns:
- The executionInfo.
-
getExecutionInfoOrBuilder
public JobExecutionInfoOrBuilder getExecutionInfoOrBuilder()
Deprecated.
.google.dataflow.v1beta3.JobExecutionInfo execution_info = 10;- Specified by:
getExecutionInfoOrBuilderin interfaceJobOrBuilder
-
hasCreateTime
public boolean hasCreateTime()
The timestamp when the job was initially created. Immutable and set by the Cloud Dataflow service.
.google.protobuf.Timestamp create_time = 11;- Specified by:
hasCreateTimein interfaceJobOrBuilder- Returns:
- Whether the createTime field is set.
-
getCreateTime
public com.google.protobuf.Timestamp getCreateTime()
The timestamp when the job was initially created. Immutable and set by the Cloud Dataflow service.
.google.protobuf.Timestamp create_time = 11;- Specified by:
getCreateTimein interfaceJobOrBuilder- Returns:
- The createTime.
-
getCreateTimeOrBuilder
public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
The timestamp when the job was initially created. Immutable and set by the Cloud Dataflow service.
.google.protobuf.Timestamp create_time = 11;- Specified by:
getCreateTimeOrBuilderin interfaceJobOrBuilder
-
getReplaceJobId
public String getReplaceJobId()
If this job is an update of an existing job, this field is the job ID of the job it replaced. When sending a `CreateJobRequest`, you can update a job by specifying it here. The job named here is stopped, and its intermediate state is transferred to this job.
string replace_job_id = 12;- Specified by:
getReplaceJobIdin interfaceJobOrBuilder- Returns:
- The replaceJobId.
-
getReplaceJobIdBytes
public com.google.protobuf.ByteString getReplaceJobIdBytes()
If this job is an update of an existing job, this field is the job ID of the job it replaced. When sending a `CreateJobRequest`, you can update a job by specifying it here. The job named here is stopped, and its intermediate state is transferred to this job.
string replace_job_id = 12;- Specified by:
getReplaceJobIdBytesin interfaceJobOrBuilder- Returns:
- The bytes for replaceJobId.
-
getTransformNameMappingCount
public int getTransformNameMappingCount()
Description copied from interface:JobOrBuilderThe map of transform name prefixes of the job to be replaced to the corresponding name prefixes of the new job.
map<string, string> transform_name_mapping = 13;- Specified by:
getTransformNameMappingCountin interfaceJobOrBuilder
-
containsTransformNameMapping
public boolean containsTransformNameMapping(String key)
The map of transform name prefixes of the job to be replaced to the corresponding name prefixes of the new job.
map<string, string> transform_name_mapping = 13;- Specified by:
containsTransformNameMappingin interfaceJobOrBuilder
-
getTransformNameMapping
@Deprecated public Map<String,String> getTransformNameMapping()
Deprecated.UsegetTransformNameMappingMap()instead.- Specified by:
getTransformNameMappingin interfaceJobOrBuilder
-
getTransformNameMappingMap
public Map<String,String> getTransformNameMappingMap()
The map of transform name prefixes of the job to be replaced to the corresponding name prefixes of the new job.
map<string, string> transform_name_mapping = 13;- Specified by:
getTransformNameMappingMapin interfaceJobOrBuilder
-
getTransformNameMappingOrDefault
public String getTransformNameMappingOrDefault(String key, String defaultValue)
The map of transform name prefixes of the job to be replaced to the corresponding name prefixes of the new job.
map<string, string> transform_name_mapping = 13;- Specified by:
getTransformNameMappingOrDefaultin interfaceJobOrBuilder
-
getTransformNameMappingOrThrow
public String getTransformNameMappingOrThrow(String key)
The map of transform name prefixes of the job to be replaced to the corresponding name prefixes of the new job.
map<string, string> transform_name_mapping = 13;- Specified by:
getTransformNameMappingOrThrowin interfaceJobOrBuilder
-
getClientRequestId
public String getClientRequestId()
The client's unique identifier of the job, re-used across retried attempts. If this field is set, the service will ensure its uniqueness. The request to create a job will fail if the service has knowledge of a previously submitted job with the same client's ID and job name. The caller may use this field to ensure idempotence of job creation across retried attempts to create a job. By default, the field is empty and, in that case, the service ignores it.
string client_request_id = 14;- Specified by:
getClientRequestIdin interfaceJobOrBuilder- Returns:
- The clientRequestId.
-
getClientRequestIdBytes
public com.google.protobuf.ByteString getClientRequestIdBytes()
The client's unique identifier of the job, re-used across retried attempts. If this field is set, the service will ensure its uniqueness. The request to create a job will fail if the service has knowledge of a previously submitted job with the same client's ID and job name. The caller may use this field to ensure idempotence of job creation across retried attempts to create a job. By default, the field is empty and, in that case, the service ignores it.
string client_request_id = 14;- Specified by:
getClientRequestIdBytesin interfaceJobOrBuilder- Returns:
- The bytes for clientRequestId.
-
getReplacedByJobId
public String getReplacedByJobId()
If another job is an update of this job (and thus, this job is in `JOB_STATE_UPDATED`), this field contains the ID of that job.
string replaced_by_job_id = 15;- Specified by:
getReplacedByJobIdin interfaceJobOrBuilder- Returns:
- The replacedByJobId.
-
getReplacedByJobIdBytes
public com.google.protobuf.ByteString getReplacedByJobIdBytes()
If another job is an update of this job (and thus, this job is in `JOB_STATE_UPDATED`), this field contains the ID of that job.
string replaced_by_job_id = 15;- Specified by:
getReplacedByJobIdBytesin interfaceJobOrBuilder- Returns:
- The bytes for replacedByJobId.
-
getTempFilesList
public com.google.protobuf.ProtocolStringList getTempFilesList()
A set of files the system should be aware of that are used for temporary storage. These temporary files will be removed on job completion. No duplicates are allowed. No file patterns are supported. The supported files are: Google Cloud Storage: storage.googleapis.com/{bucket}/{object} bucket.storage.googleapis.com/{object}repeated string temp_files = 16;- Specified by:
getTempFilesListin interfaceJobOrBuilder- Returns:
- A list containing the tempFiles.
-
getTempFilesCount
public int getTempFilesCount()
A set of files the system should be aware of that are used for temporary storage. These temporary files will be removed on job completion. No duplicates are allowed. No file patterns are supported. The supported files are: Google Cloud Storage: storage.googleapis.com/{bucket}/{object} bucket.storage.googleapis.com/{object}repeated string temp_files = 16;- Specified by:
getTempFilesCountin interfaceJobOrBuilder- Returns:
- The count of tempFiles.
-
getTempFiles
public String getTempFiles(int index)
A set of files the system should be aware of that are used for temporary storage. These temporary files will be removed on job completion. No duplicates are allowed. No file patterns are supported. The supported files are: Google Cloud Storage: storage.googleapis.com/{bucket}/{object} bucket.storage.googleapis.com/{object}repeated string temp_files = 16;- Specified by:
getTempFilesin interfaceJobOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The tempFiles at the given index.
-
getTempFilesBytes
public com.google.protobuf.ByteString getTempFilesBytes(int index)
A set of files the system should be aware of that are used for temporary storage. These temporary files will be removed on job completion. No duplicates are allowed. No file patterns are supported. The supported files are: Google Cloud Storage: storage.googleapis.com/{bucket}/{object} bucket.storage.googleapis.com/{object}repeated string temp_files = 16;- Specified by:
getTempFilesBytesin interfaceJobOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the tempFiles at the given index.
-
getLabelsCount
public int getLabelsCount()
Description copied from interface:JobOrBuilderUser-defined labels for this job. The labels map can contain no more than 64 entries. Entries of the labels map are UTF8 strings that comply with the following restrictions: * Keys must conform to regexp: [\p{Ll}\p{Lo}][\p{Ll}\p{Lo}\p{N}_-]{0,62} * Values must conform to regexp: [\p{Ll}\p{Lo}\p{N}_-]{0,63} * Both keys and values are additionally constrained to be <= 128 bytes in size.map<string, string> labels = 17;- Specified by:
getLabelsCountin interfaceJobOrBuilder
-
containsLabels
public boolean containsLabels(String key)
User-defined labels for this job. The labels map can contain no more than 64 entries. Entries of the labels map are UTF8 strings that comply with the following restrictions: * Keys must conform to regexp: [\p{Ll}\p{Lo}][\p{Ll}\p{Lo}\p{N}_-]{0,62} * Values must conform to regexp: [\p{Ll}\p{Lo}\p{N}_-]{0,63} * Both keys and values are additionally constrained to be <= 128 bytes in size.map<string, string> labels = 17;- Specified by:
containsLabelsin interfaceJobOrBuilder
-
getLabels
@Deprecated public Map<String,String> getLabels()
Deprecated.UsegetLabelsMap()instead.- Specified by:
getLabelsin interfaceJobOrBuilder
-
getLabelsMap
public Map<String,String> getLabelsMap()
User-defined labels for this job. The labels map can contain no more than 64 entries. Entries of the labels map are UTF8 strings that comply with the following restrictions: * Keys must conform to regexp: [\p{Ll}\p{Lo}][\p{Ll}\p{Lo}\p{N}_-]{0,62} * Values must conform to regexp: [\p{Ll}\p{Lo}\p{N}_-]{0,63} * Both keys and values are additionally constrained to be <= 128 bytes in size.map<string, string> labels = 17;- Specified by:
getLabelsMapin interfaceJobOrBuilder
-
getLabelsOrDefault
public String getLabelsOrDefault(String key, String defaultValue)
User-defined labels for this job. The labels map can contain no more than 64 entries. Entries of the labels map are UTF8 strings that comply with the following restrictions: * Keys must conform to regexp: [\p{Ll}\p{Lo}][\p{Ll}\p{Lo}\p{N}_-]{0,62} * Values must conform to regexp: [\p{Ll}\p{Lo}\p{N}_-]{0,63} * Both keys and values are additionally constrained to be <= 128 bytes in size.map<string, string> labels = 17;- Specified by:
getLabelsOrDefaultin interfaceJobOrBuilder
-
getLabelsOrThrow
public String getLabelsOrThrow(String key)
User-defined labels for this job. The labels map can contain no more than 64 entries. Entries of the labels map are UTF8 strings that comply with the following restrictions: * Keys must conform to regexp: [\p{Ll}\p{Lo}][\p{Ll}\p{Lo}\p{N}_-]{0,62} * Values must conform to regexp: [\p{Ll}\p{Lo}\p{N}_-]{0,63} * Both keys and values are additionally constrained to be <= 128 bytes in size.map<string, string> labels = 17;- Specified by:
getLabelsOrThrowin interfaceJobOrBuilder
-
getLocation
public String getLocation()
The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that contains this job.
string location = 18;- Specified by:
getLocationin interfaceJobOrBuilder- Returns:
- The location.
-
getLocationBytes
public com.google.protobuf.ByteString getLocationBytes()
The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that contains this job.
string location = 18;- Specified by:
getLocationBytesin interfaceJobOrBuilder- Returns:
- The bytes for location.
-
hasPipelineDescription
public boolean hasPipelineDescription()
Preliminary field: The format of this data may change at any time. A description of the user pipeline and stages through which it is executed. Created by Cloud Dataflow service. Only retrieved with JOB_VIEW_DESCRIPTION or JOB_VIEW_ALL.
.google.dataflow.v1beta3.PipelineDescription pipeline_description = 19;- Specified by:
hasPipelineDescriptionin interfaceJobOrBuilder- Returns:
- Whether the pipelineDescription field is set.
-
getPipelineDescription
public PipelineDescription getPipelineDescription()
Preliminary field: The format of this data may change at any time. A description of the user pipeline and stages through which it is executed. Created by Cloud Dataflow service. Only retrieved with JOB_VIEW_DESCRIPTION or JOB_VIEW_ALL.
.google.dataflow.v1beta3.PipelineDescription pipeline_description = 19;- Specified by:
getPipelineDescriptionin interfaceJobOrBuilder- Returns:
- The pipelineDescription.
-
getPipelineDescriptionOrBuilder
public PipelineDescriptionOrBuilder getPipelineDescriptionOrBuilder()
Preliminary field: The format of this data may change at any time. A description of the user pipeline and stages through which it is executed. Created by Cloud Dataflow service. Only retrieved with JOB_VIEW_DESCRIPTION or JOB_VIEW_ALL.
.google.dataflow.v1beta3.PipelineDescription pipeline_description = 19;- Specified by:
getPipelineDescriptionOrBuilderin interfaceJobOrBuilder
-
getStageStatesList
public List<ExecutionStageState> getStageStatesList()
This field may be mutated by the Cloud Dataflow service; callers cannot mutate it.
repeated .google.dataflow.v1beta3.ExecutionStageState stage_states = 20;- Specified by:
getStageStatesListin interfaceJobOrBuilder
-
getStageStatesOrBuilderList
public List<? extends ExecutionStageStateOrBuilder> getStageStatesOrBuilderList()
This field may be mutated by the Cloud Dataflow service; callers cannot mutate it.
repeated .google.dataflow.v1beta3.ExecutionStageState stage_states = 20;- Specified by:
getStageStatesOrBuilderListin interfaceJobOrBuilder
-
getStageStatesCount
public int getStageStatesCount()
This field may be mutated by the Cloud Dataflow service; callers cannot mutate it.
repeated .google.dataflow.v1beta3.ExecutionStageState stage_states = 20;- Specified by:
getStageStatesCountin interfaceJobOrBuilder
-
getStageStates
public ExecutionStageState getStageStates(int index)
This field may be mutated by the Cloud Dataflow service; callers cannot mutate it.
repeated .google.dataflow.v1beta3.ExecutionStageState stage_states = 20;- Specified by:
getStageStatesin interfaceJobOrBuilder
-
getStageStatesOrBuilder
public ExecutionStageStateOrBuilder getStageStatesOrBuilder(int index)
This field may be mutated by the Cloud Dataflow service; callers cannot mutate it.
repeated .google.dataflow.v1beta3.ExecutionStageState stage_states = 20;- Specified by:
getStageStatesOrBuilderin interfaceJobOrBuilder
-
hasJobMetadata
public boolean hasJobMetadata()
This field is populated by the Dataflow service to support filtering jobs by the metadata values provided here. Populated for ListJobs and all GetJob views SUMMARY and higher.
.google.dataflow.v1beta3.JobMetadata job_metadata = 21;- Specified by:
hasJobMetadatain interfaceJobOrBuilder- Returns:
- Whether the jobMetadata field is set.
-
getJobMetadata
public JobMetadata getJobMetadata()
This field is populated by the Dataflow service to support filtering jobs by the metadata values provided here. Populated for ListJobs and all GetJob views SUMMARY and higher.
.google.dataflow.v1beta3.JobMetadata job_metadata = 21;- Specified by:
getJobMetadatain interfaceJobOrBuilder- Returns:
- The jobMetadata.
-
getJobMetadataOrBuilder
public JobMetadataOrBuilder getJobMetadataOrBuilder()
This field is populated by the Dataflow service to support filtering jobs by the metadata values provided here. Populated for ListJobs and all GetJob views SUMMARY and higher.
.google.dataflow.v1beta3.JobMetadata job_metadata = 21;- Specified by:
getJobMetadataOrBuilderin interfaceJobOrBuilder
-
hasStartTime
public boolean hasStartTime()
The timestamp when the job was started (transitioned to JOB_STATE_PENDING). Flexible resource scheduling jobs are started with some delay after job creation, so start_time is unset before start and is updated when the job is started by the Cloud Dataflow service. For other jobs, start_time always equals to create_time and is immutable and set by the Cloud Dataflow service.
.google.protobuf.Timestamp start_time = 22;- Specified by:
hasStartTimein interfaceJobOrBuilder- Returns:
- Whether the startTime field is set.
-
getStartTime
public com.google.protobuf.Timestamp getStartTime()
The timestamp when the job was started (transitioned to JOB_STATE_PENDING). Flexible resource scheduling jobs are started with some delay after job creation, so start_time is unset before start and is updated when the job is started by the Cloud Dataflow service. For other jobs, start_time always equals to create_time and is immutable and set by the Cloud Dataflow service.
.google.protobuf.Timestamp start_time = 22;- Specified by:
getStartTimein interfaceJobOrBuilder- Returns:
- The startTime.
-
getStartTimeOrBuilder
public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
The timestamp when the job was started (transitioned to JOB_STATE_PENDING). Flexible resource scheduling jobs are started with some delay after job creation, so start_time is unset before start and is updated when the job is started by the Cloud Dataflow service. For other jobs, start_time always equals to create_time and is immutable and set by the Cloud Dataflow service.
.google.protobuf.Timestamp start_time = 22;- Specified by:
getStartTimeOrBuilderin interfaceJobOrBuilder
-
getCreatedFromSnapshotId
public String getCreatedFromSnapshotId()
If this is specified, the job's initial state is populated from the given snapshot.
string created_from_snapshot_id = 23;- Specified by:
getCreatedFromSnapshotIdin interfaceJobOrBuilder- Returns:
- The createdFromSnapshotId.
-
getCreatedFromSnapshotIdBytes
public com.google.protobuf.ByteString getCreatedFromSnapshotIdBytes()
If this is specified, the job's initial state is populated from the given snapshot.
string created_from_snapshot_id = 23;- Specified by:
getCreatedFromSnapshotIdBytesin interfaceJobOrBuilder- Returns:
- The bytes for createdFromSnapshotId.
-
getSatisfiesPzs
public boolean getSatisfiesPzs()
Reserved for future use. This field is set only in responses from the server; it is ignored if it is set in any requests.
bool satisfies_pzs = 25;- Specified by:
getSatisfiesPzsin interfaceJobOrBuilder- Returns:
- The satisfiesPzs.
-
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 parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Job parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Job parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Job 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 parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Job parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Job parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static Job parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static Job parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static Job parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static Job parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static Job parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public Job.Builder newBuilderForType()
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
public static Job.Builder newBuilder()
-
newBuilder
public static Job.Builder newBuilder(Job prototype)
-
toBuilder
public Job.Builder toBuilder()
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected Job.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static Job getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<Job> parser()
-
getParserForType
public com.google.protobuf.Parser<Job> getParserForType()
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public Job getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
-