Package com.google.dataflow.v1beta3
Class Job.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<Job.Builder>
-
- com.google.dataflow.v1beta3.Job.Builder
-
- All Implemented Interfaces:
JobOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- Job
public static final class Job.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Job.Builder> implements JobOrBuilder
Defines a job to be run by the Cloud Dataflow service.
Protobuf typegoogle.dataflow.v1beta3.Job
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Job.Builder
addAllStageStates(Iterable<? extends ExecutionStageState> values)
This field may be mutated by the Cloud Dataflow service; callers cannot mutate it.Job.Builder
addAllSteps(Iterable<? extends Step> values)
Exactly one of step or steps_location should be specified.Job.Builder
addAllTempFiles(Iterable<String> values)
A set of files the system should be aware of that are used for temporary storage.Job.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
Job.Builder
addStageStates(int index, ExecutionStageState value)
This field may be mutated by the Cloud Dataflow service; callers cannot mutate it.Job.Builder
addStageStates(int index, ExecutionStageState.Builder builderForValue)
This field may be mutated by the Cloud Dataflow service; callers cannot mutate it.Job.Builder
addStageStates(ExecutionStageState value)
This field may be mutated by the Cloud Dataflow service; callers cannot mutate it.Job.Builder
addStageStates(ExecutionStageState.Builder builderForValue)
This field may be mutated by the Cloud Dataflow service; callers cannot mutate it.ExecutionStageState.Builder
addStageStatesBuilder()
This field may be mutated by the Cloud Dataflow service; callers cannot mutate it.ExecutionStageState.Builder
addStageStatesBuilder(int index)
This field may be mutated by the Cloud Dataflow service; callers cannot mutate it.Job.Builder
addSteps(int index, Step value)
Exactly one of step or steps_location should be specified.Job.Builder
addSteps(int index, Step.Builder builderForValue)
Exactly one of step or steps_location should be specified.Job.Builder
addSteps(Step value)
Exactly one of step or steps_location should be specified.Job.Builder
addSteps(Step.Builder builderForValue)
Exactly one of step or steps_location should be specified.Step.Builder
addStepsBuilder()
Exactly one of step or steps_location should be specified.Step.Builder
addStepsBuilder(int index)
Exactly one of step or steps_location should be specified.Job.Builder
addTempFiles(String value)
A set of files the system should be aware of that are used for temporary storage.Job.Builder
addTempFilesBytes(com.google.protobuf.ByteString value)
A set of files the system should be aware of that are used for temporary storage.Job
build()
Job
buildPartial()
Job.Builder
clear()
Job.Builder
clearClientRequestId()
The client's unique identifier of the job, re-used across retried attempts.Job.Builder
clearCreatedFromSnapshotId()
If this is specified, the job's initial state is populated from the given snapshot.Job.Builder
clearCreateTime()
The timestamp when the job was initially created.Job.Builder
clearCurrentState()
The current state of the job.Job.Builder
clearCurrentStateTime()
The timestamp associated with the current state.Job.Builder
clearEnvironment()
The environment for the job.Job.Builder
clearExecutionInfo()
Deprecated.Job.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
Job.Builder
clearId()
The unique ID of this job.Job.Builder
clearJobMetadata()
This field is populated by the Dataflow service to support filtering jobs by the metadata values provided here.Job.Builder
clearLabels()
Job.Builder
clearLocation()
The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that contains this job.Job.Builder
clearName()
The user-specified Cloud Dataflow job name.Job.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
Job.Builder
clearPipelineDescription()
Preliminary field: The format of this data may change at any time.Job.Builder
clearProjectId()
The ID of the Cloud Platform project that the job belongs to.Job.Builder
clearReplacedByJobId()
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.Job.Builder
clearReplaceJobId()
If this job is an update of an existing job, this field is the job ID of the job it replaced.Job.Builder
clearRequestedState()
The job's requested state.Job.Builder
clearSatisfiesPzs()
Reserved for future use.Job.Builder
clearStageStates()
This field may be mutated by the Cloud Dataflow service; callers cannot mutate it.Job.Builder
clearStartTime()
The timestamp when the job was started (transitioned to JOB_STATE_PENDING).Job.Builder
clearSteps()
Exactly one of step or steps_location should be specified.Job.Builder
clearStepsLocation()
The Cloud Storage location where the steps are stored.Job.Builder
clearTempFiles()
A set of files the system should be aware of that are used for temporary storage.Job.Builder
clearTransformNameMapping()
Job.Builder
clearType()
The type of Cloud Dataflow job.Job.Builder
clone()
boolean
containsLabels(String key)
User-defined labels for this job.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.String
getClientRequestId()
The client's unique identifier of the job, re-used across retried attempts.com.google.protobuf.ByteString
getClientRequestIdBytes()
The client's unique identifier of the job, re-used across retried attempts.String
getCreatedFromSnapshotId()
If this is specified, the job's initial state is populated from the given snapshot.com.google.protobuf.ByteString
getCreatedFromSnapshotIdBytes()
If this is specified, the job's initial state is populated from the given snapshot.com.google.protobuf.Timestamp
getCreateTime()
The timestamp when the job was initially created.com.google.protobuf.Timestamp.Builder
getCreateTimeBuilder()
The timestamp when the job was initially created.com.google.protobuf.TimestampOrBuilder
getCreateTimeOrBuilder()
The timestamp when the job was initially created.JobState
getCurrentState()
The current state of the job.com.google.protobuf.Timestamp
getCurrentStateTime()
The timestamp associated with the current state.com.google.protobuf.Timestamp.Builder
getCurrentStateTimeBuilder()
The timestamp associated with the current state.com.google.protobuf.TimestampOrBuilder
getCurrentStateTimeOrBuilder()
The timestamp associated with the current state.int
getCurrentStateValue()
The current state of the job.Job
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
Environment
getEnvironment()
The environment for the job.Environment.Builder
getEnvironmentBuilder()
The environment for the job.EnvironmentOrBuilder
getEnvironmentOrBuilder()
The environment for the job.JobExecutionInfo
getExecutionInfo()
Deprecated.JobExecutionInfo.Builder
getExecutionInfoBuilder()
Deprecated.JobExecutionInfoOrBuilder
getExecutionInfoOrBuilder()
Deprecated.String
getId()
The unique ID of this job.com.google.protobuf.ByteString
getIdBytes()
The unique ID of this job.JobMetadata
getJobMetadata()
This field is populated by the Dataflow service to support filtering jobs by the metadata values provided here.JobMetadata.Builder
getJobMetadataBuilder()
This field is populated by the Dataflow service to support filtering jobs by the metadata values provided here.JobMetadataOrBuilder
getJobMetadataOrBuilder()
This field is populated by the Dataflow service to support filtering jobs by the metadata values provided here.Map<String,String>
getLabels()
Deprecated.int
getLabelsCount()
User-defined labels for this job.Map<String,String>
getLabelsMap()
User-defined labels for this job.String
getLabelsOrDefault(String key, String defaultValue)
User-defined labels for this job.String
getLabelsOrThrow(String key)
User-defined labels for this job.String
getLocation()
The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that contains this job.com.google.protobuf.ByteString
getLocationBytes()
The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that contains this job.Map<String,String>
getMutableLabels()
Deprecated.Map<String,String>
getMutableTransformNameMapping()
Deprecated.String
getName()
The user-specified Cloud Dataflow job name.com.google.protobuf.ByteString
getNameBytes()
The user-specified Cloud Dataflow job name.PipelineDescription
getPipelineDescription()
Preliminary field: The format of this data may change at any time.PipelineDescription.Builder
getPipelineDescriptionBuilder()
Preliminary field: The format of this data may change at any time.PipelineDescriptionOrBuilder
getPipelineDescriptionOrBuilder()
Preliminary field: The format of this data may change at any time.String
getProjectId()
The ID of the Cloud Platform project that the job belongs to.com.google.protobuf.ByteString
getProjectIdBytes()
The ID of the Cloud Platform project that the job belongs to.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.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
getReplaceJobId()
If this job is an update of an existing job, this field is the job ID of the job it replaced.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.JobState
getRequestedState()
The job's requested state.int
getRequestedStateValue()
The job's requested state.boolean
getSatisfiesPzs()
Reserved for future use.ExecutionStageState
getStageStates(int index)
This field may be mutated by the Cloud Dataflow service; callers cannot mutate it.ExecutionStageState.Builder
getStageStatesBuilder(int index)
This field may be mutated by the Cloud Dataflow service; callers cannot mutate it.List<ExecutionStageState.Builder>
getStageStatesBuilderList()
This field may be mutated by the Cloud Dataflow service; callers cannot mutate it.int
getStageStatesCount()
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.ExecutionStageStateOrBuilder
getStageStatesOrBuilder(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.Timestamp
getStartTime()
The timestamp when the job was started (transitioned to JOB_STATE_PENDING).com.google.protobuf.Timestamp.Builder
getStartTimeBuilder()
The timestamp when the job was started (transitioned to JOB_STATE_PENDING).com.google.protobuf.TimestampOrBuilder
getStartTimeOrBuilder()
The timestamp when the job was started (transitioned to JOB_STATE_PENDING).Step
getSteps(int index)
Exactly one of step or steps_location should be specified.Step.Builder
getStepsBuilder(int index)
Exactly one of step or steps_location should be specified.List<Step.Builder>
getStepsBuilderList()
Exactly one of step or steps_location should be specified.int
getStepsCount()
Exactly one of step or steps_location should be specified.List<Step>
getStepsList()
Exactly one of step or steps_location should be specified.String
getStepsLocation()
The Cloud Storage location where the steps are stored.com.google.protobuf.ByteString
getStepsLocationBytes()
The Cloud Storage location where the steps are stored.StepOrBuilder
getStepsOrBuilder(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.String
getTempFiles(int index)
A set of files the system should be aware of that are used for temporary storage.com.google.protobuf.ByteString
getTempFilesBytes(int index)
A set of files the system should be aware of that are used for temporary storage.int
getTempFilesCount()
A set of files the system should be aware of that are used for temporary storage.com.google.protobuf.ProtocolStringList
getTempFilesList()
A set of files the system should be aware of that are used for temporary storage.Map<String,String>
getTransformNameMapping()
Deprecated.int
getTransformNameMappingCount()
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.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.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.JobType
getType()
The type of Cloud Dataflow job.int
getTypeValue()
The type of Cloud Dataflow job.boolean
hasCreateTime()
The timestamp when the job was initially created.boolean
hasCurrentStateTime()
The timestamp associated with the current state.boolean
hasEnvironment()
The environment for the job.boolean
hasExecutionInfo()
Deprecated.boolean
hasJobMetadata()
This field is populated by the Dataflow service to support filtering jobs by the metadata values provided here.boolean
hasPipelineDescription()
Preliminary field: The format of this data may change at any time.boolean
hasStartTime()
The timestamp when the job was started (transitioned to JOB_STATE_PENDING).protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
protected com.google.protobuf.MapField
internalGetMapField(int number)
protected com.google.protobuf.MapField
internalGetMutableMapField(int number)
boolean
isInitialized()
Job.Builder
mergeCreateTime(com.google.protobuf.Timestamp value)
The timestamp when the job was initially created.Job.Builder
mergeCurrentStateTime(com.google.protobuf.Timestamp value)
The timestamp associated with the current state.Job.Builder
mergeEnvironment(Environment value)
The environment for the job.Job.Builder
mergeExecutionInfo(JobExecutionInfo value)
Deprecated.Job.Builder
mergeFrom(Job other)
Job.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Job.Builder
mergeFrom(com.google.protobuf.Message other)
Job.Builder
mergeJobMetadata(JobMetadata value)
This field is populated by the Dataflow service to support filtering jobs by the metadata values provided here.Job.Builder
mergePipelineDescription(PipelineDescription value)
Preliminary field: The format of this data may change at any time.Job.Builder
mergeStartTime(com.google.protobuf.Timestamp value)
The timestamp when the job was started (transitioned to JOB_STATE_PENDING).Job.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
Job.Builder
putAllLabels(Map<String,String> values)
User-defined labels for this job.Job.Builder
putAllTransformNameMapping(Map<String,String> values)
The map of transform name prefixes of the job to be replaced to the corresponding name prefixes of the new job.Job.Builder
putLabels(String key, String value)
User-defined labels for this job.Job.Builder
putTransformNameMapping(String key, String value)
The map of transform name prefixes of the job to be replaced to the corresponding name prefixes of the new job.Job.Builder
removeLabels(String key)
User-defined labels for this job.Job.Builder
removeStageStates(int index)
This field may be mutated by the Cloud Dataflow service; callers cannot mutate it.Job.Builder
removeSteps(int index)
Exactly one of step or steps_location should be specified.Job.Builder
removeTransformNameMapping(String key)
The map of transform name prefixes of the job to be replaced to the corresponding name prefixes of the new job.Job.Builder
setClientRequestId(String value)
The client's unique identifier of the job, re-used across retried attempts.Job.Builder
setClientRequestIdBytes(com.google.protobuf.ByteString value)
The client's unique identifier of the job, re-used across retried attempts.Job.Builder
setCreatedFromSnapshotId(String value)
If this is specified, the job's initial state is populated from the given snapshot.Job.Builder
setCreatedFromSnapshotIdBytes(com.google.protobuf.ByteString value)
If this is specified, the job's initial state is populated from the given snapshot.Job.Builder
setCreateTime(com.google.protobuf.Timestamp value)
The timestamp when the job was initially created.Job.Builder
setCreateTime(com.google.protobuf.Timestamp.Builder builderForValue)
The timestamp when the job was initially created.Job.Builder
setCurrentState(JobState value)
The current state of the job.Job.Builder
setCurrentStateTime(com.google.protobuf.Timestamp value)
The timestamp associated with the current state.Job.Builder
setCurrentStateTime(com.google.protobuf.Timestamp.Builder builderForValue)
The timestamp associated with the current state.Job.Builder
setCurrentStateValue(int value)
The current state of the job.Job.Builder
setEnvironment(Environment value)
The environment for the job.Job.Builder
setEnvironment(Environment.Builder builderForValue)
The environment for the job.Job.Builder
setExecutionInfo(JobExecutionInfo value)
Deprecated.Job.Builder
setExecutionInfo(JobExecutionInfo.Builder builderForValue)
Deprecated.Job.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
Job.Builder
setId(String value)
The unique ID of this job.Job.Builder
setIdBytes(com.google.protobuf.ByteString value)
The unique ID of this job.Job.Builder
setJobMetadata(JobMetadata value)
This field is populated by the Dataflow service to support filtering jobs by the metadata values provided here.Job.Builder
setJobMetadata(JobMetadata.Builder builderForValue)
This field is populated by the Dataflow service to support filtering jobs by the metadata values provided here.Job.Builder
setLocation(String value)
The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that contains this job.Job.Builder
setLocationBytes(com.google.protobuf.ByteString value)
The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that contains this job.Job.Builder
setName(String value)
The user-specified Cloud Dataflow job name.Job.Builder
setNameBytes(com.google.protobuf.ByteString value)
The user-specified Cloud Dataflow job name.Job.Builder
setPipelineDescription(PipelineDescription value)
Preliminary field: The format of this data may change at any time.Job.Builder
setPipelineDescription(PipelineDescription.Builder builderForValue)
Preliminary field: The format of this data may change at any time.Job.Builder
setProjectId(String value)
The ID of the Cloud Platform project that the job belongs to.Job.Builder
setProjectIdBytes(com.google.protobuf.ByteString value)
The ID of the Cloud Platform project that the job belongs to.Job.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
Job.Builder
setReplacedByJobId(String value)
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.Job.Builder
setReplacedByJobIdBytes(com.google.protobuf.ByteString value)
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.Job.Builder
setReplaceJobId(String value)
If this job is an update of an existing job, this field is the job ID of the job it replaced.Job.Builder
setReplaceJobIdBytes(com.google.protobuf.ByteString value)
If this job is an update of an existing job, this field is the job ID of the job it replaced.Job.Builder
setRequestedState(JobState value)
The job's requested state.Job.Builder
setRequestedStateValue(int value)
The job's requested state.Job.Builder
setSatisfiesPzs(boolean value)
Reserved for future use.Job.Builder
setStageStates(int index, ExecutionStageState value)
This field may be mutated by the Cloud Dataflow service; callers cannot mutate it.Job.Builder
setStageStates(int index, ExecutionStageState.Builder builderForValue)
This field may be mutated by the Cloud Dataflow service; callers cannot mutate it.Job.Builder
setStartTime(com.google.protobuf.Timestamp value)
The timestamp when the job was started (transitioned to JOB_STATE_PENDING).Job.Builder
setStartTime(com.google.protobuf.Timestamp.Builder builderForValue)
The timestamp when the job was started (transitioned to JOB_STATE_PENDING).Job.Builder
setSteps(int index, Step value)
Exactly one of step or steps_location should be specified.Job.Builder
setSteps(int index, Step.Builder builderForValue)
Exactly one of step or steps_location should be specified.Job.Builder
setStepsLocation(String value)
The Cloud Storage location where the steps are stored.Job.Builder
setStepsLocationBytes(com.google.protobuf.ByteString value)
The Cloud Storage location where the steps are stored.Job.Builder
setTempFiles(int index, String value)
A set of files the system should be aware of that are used for temporary storage.Job.Builder
setType(JobType value)
The type of Cloud Dataflow job.Job.Builder
setTypeValue(int value)
The type of Cloud Dataflow job.Job.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetMapField
protected com.google.protobuf.MapField internalGetMapField(int number)
- Overrides:
internalGetMapField
in classcom.google.protobuf.GeneratedMessageV3.Builder<Job.Builder>
-
internalGetMutableMapField
protected com.google.protobuf.MapField internalGetMutableMapField(int number)
- Overrides:
internalGetMutableMapField
in classcom.google.protobuf.GeneratedMessageV3.Builder<Job.Builder>
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<Job.Builder>
-
clear
public Job.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<Job.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<Job.Builder>
-
getDefaultInstanceForType
public Job getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public Job build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public Job buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public Job.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<Job.Builder>
-
setField
public Job.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<Job.Builder>
-
clearField
public Job.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<Job.Builder>
-
clearOneof
public Job.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<Job.Builder>
-
setRepeatedField
public Job.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<Job.Builder>
-
addRepeatedField
public Job.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<Job.Builder>
-
mergeFrom
public Job.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<Job.Builder>
-
mergeFrom
public Job.Builder mergeFrom(Job other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<Job.Builder>
-
mergeFrom
public Job.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<Job.Builder>
- Throws:
IOException
-
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:
getId
in 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:
getIdBytes
in interfaceJobOrBuilder
- Returns:
- The bytes for id.
-
setId
public Job.Builder setId(String value)
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;
- Parameters:
value
- The id to set.- Returns:
- This builder for chaining.
-
clearId
public Job.Builder clearId()
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;
- Returns:
- This builder for chaining.
-
setIdBytes
public Job.Builder setIdBytes(com.google.protobuf.ByteString value)
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;
- Parameters:
value
- The bytes for id to set.- Returns:
- This builder for chaining.
-
getProjectId
public String getProjectId()
The ID of the Cloud Platform project that the job belongs to.
string project_id = 2;
- Specified by:
getProjectId
in 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:
getProjectIdBytes
in interfaceJobOrBuilder
- Returns:
- The bytes for projectId.
-
setProjectId
public Job.Builder setProjectId(String value)
The ID of the Cloud Platform project that the job belongs to.
string project_id = 2;
- Parameters:
value
- The projectId to set.- Returns:
- This builder for chaining.
-
clearProjectId
public Job.Builder clearProjectId()
The ID of the Cloud Platform project that the job belongs to.
string project_id = 2;
- Returns:
- This builder for chaining.
-
setProjectIdBytes
public Job.Builder setProjectIdBytes(com.google.protobuf.ByteString value)
The ID of the Cloud Platform project that the job belongs to.
string project_id = 2;
- Parameters:
value
- The bytes for projectId to set.- Returns:
- This builder for chaining.
-
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:
getName
in 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:
getNameBytes
in interfaceJobOrBuilder
- Returns:
- The bytes for name.
-
setName
public Job.Builder setName(String value)
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;
- Parameters:
value
- The name to set.- Returns:
- This builder for chaining.
-
clearName
public Job.Builder clearName()
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;
- Returns:
- This builder for chaining.
-
setNameBytes
public Job.Builder setNameBytes(com.google.protobuf.ByteString value)
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;
- Parameters:
value
- The bytes for name to set.- Returns:
- This builder for chaining.
-
getTypeValue
public int getTypeValue()
The type of Cloud Dataflow job.
.google.dataflow.v1beta3.JobType type = 4;
- Specified by:
getTypeValue
in interfaceJobOrBuilder
- Returns:
- The enum numeric value on the wire for type.
-
setTypeValue
public Job.Builder setTypeValue(int value)
The type of Cloud Dataflow job.
.google.dataflow.v1beta3.JobType type = 4;
- Parameters:
value
- The enum numeric value on the wire for type to set.- Returns:
- This builder for chaining.
-
getType
public JobType getType()
The type of Cloud Dataflow job.
.google.dataflow.v1beta3.JobType type = 4;
- Specified by:
getType
in interfaceJobOrBuilder
- Returns:
- The type.
-
setType
public Job.Builder setType(JobType value)
The type of Cloud Dataflow job.
.google.dataflow.v1beta3.JobType type = 4;
- Parameters:
value
- The type to set.- Returns:
- This builder for chaining.
-
clearType
public Job.Builder clearType()
The type of Cloud Dataflow job.
.google.dataflow.v1beta3.JobType type = 4;
- Returns:
- This builder for chaining.
-
hasEnvironment
public boolean hasEnvironment()
The environment for the job.
.google.dataflow.v1beta3.Environment environment = 5;
- Specified by:
hasEnvironment
in 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:
getEnvironment
in interfaceJobOrBuilder
- Returns:
- The environment.
-
setEnvironment
public Job.Builder setEnvironment(Environment value)
The environment for the job.
.google.dataflow.v1beta3.Environment environment = 5;
-
setEnvironment
public Job.Builder setEnvironment(Environment.Builder builderForValue)
The environment for the job.
.google.dataflow.v1beta3.Environment environment = 5;
-
mergeEnvironment
public Job.Builder mergeEnvironment(Environment value)
The environment for the job.
.google.dataflow.v1beta3.Environment environment = 5;
-
clearEnvironment
public Job.Builder clearEnvironment()
The environment for the job.
.google.dataflow.v1beta3.Environment environment = 5;
-
getEnvironmentBuilder
public Environment.Builder getEnvironmentBuilder()
The environment for the job.
.google.dataflow.v1beta3.Environment environment = 5;
-
getEnvironmentOrBuilder
public EnvironmentOrBuilder getEnvironmentOrBuilder()
The environment for the job.
.google.dataflow.v1beta3.Environment environment = 5;
- Specified by:
getEnvironmentOrBuilder
in 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:
getStepsList
in 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:
getStepsCount
in 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:
getSteps
in interfaceJobOrBuilder
-
setSteps
public Job.Builder setSteps(int index, Step value)
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;
-
setSteps
public Job.Builder setSteps(int index, Step.Builder builderForValue)
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;
-
addSteps
public Job.Builder addSteps(Step value)
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;
-
addSteps
public Job.Builder addSteps(int index, Step value)
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;
-
addSteps
public Job.Builder addSteps(Step.Builder builderForValue)
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;
-
addSteps
public Job.Builder addSteps(int index, Step.Builder builderForValue)
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;
-
addAllSteps
public Job.Builder addAllSteps(Iterable<? extends Step> values)
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;
-
clearSteps
public Job.Builder clearSteps()
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;
-
removeSteps
public Job.Builder removeSteps(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;
-
getStepsBuilder
public Step.Builder getStepsBuilder(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;
-
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:
getStepsOrBuilder
in 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:
getStepsOrBuilderList
in interfaceJobOrBuilder
-
addStepsBuilder
public Step.Builder addStepsBuilder()
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;
-
addStepsBuilder
public Step.Builder addStepsBuilder(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;
-
getStepsBuilderList
public List<Step.Builder> getStepsBuilderList()
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;
-
getStepsLocation
public String getStepsLocation()
The Cloud Storage location where the steps are stored.
string steps_location = 24;
- Specified by:
getStepsLocation
in 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:
getStepsLocationBytes
in interfaceJobOrBuilder
- Returns:
- The bytes for stepsLocation.
-
setStepsLocation
public Job.Builder setStepsLocation(String value)
The Cloud Storage location where the steps are stored.
string steps_location = 24;
- Parameters:
value
- The stepsLocation to set.- Returns:
- This builder for chaining.
-
clearStepsLocation
public Job.Builder clearStepsLocation()
The Cloud Storage location where the steps are stored.
string steps_location = 24;
- Returns:
- This builder for chaining.
-
setStepsLocationBytes
public Job.Builder setStepsLocationBytes(com.google.protobuf.ByteString value)
The Cloud Storage location where the steps are stored.
string steps_location = 24;
- Parameters:
value
- The bytes for stepsLocation to set.- Returns:
- This builder for chaining.
-
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:
getCurrentStateValue
in interfaceJobOrBuilder
- Returns:
- The enum numeric value on the wire for currentState.
-
setCurrentStateValue
public Job.Builder setCurrentStateValue(int value)
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;
- Parameters:
value
- The enum numeric value on the wire for currentState to set.- Returns:
- This builder for chaining.
-
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:
getCurrentState
in interfaceJobOrBuilder
- Returns:
- The currentState.
-
setCurrentState
public Job.Builder setCurrentState(JobState value)
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;
- Parameters:
value
- The currentState to set.- Returns:
- This builder for chaining.
-
clearCurrentState
public Job.Builder clearCurrentState()
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;
- Returns:
- This builder for chaining.
-
hasCurrentStateTime
public boolean hasCurrentStateTime()
The timestamp associated with the current state.
.google.protobuf.Timestamp current_state_time = 8;
- Specified by:
hasCurrentStateTime
in 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:
getCurrentStateTime
in interfaceJobOrBuilder
- Returns:
- The currentStateTime.
-
setCurrentStateTime
public Job.Builder setCurrentStateTime(com.google.protobuf.Timestamp value)
The timestamp associated with the current state.
.google.protobuf.Timestamp current_state_time = 8;
-
setCurrentStateTime
public Job.Builder setCurrentStateTime(com.google.protobuf.Timestamp.Builder builderForValue)
The timestamp associated with the current state.
.google.protobuf.Timestamp current_state_time = 8;
-
mergeCurrentStateTime
public Job.Builder mergeCurrentStateTime(com.google.protobuf.Timestamp value)
The timestamp associated with the current state.
.google.protobuf.Timestamp current_state_time = 8;
-
clearCurrentStateTime
public Job.Builder clearCurrentStateTime()
The timestamp associated with the current state.
.google.protobuf.Timestamp current_state_time = 8;
-
getCurrentStateTimeBuilder
public com.google.protobuf.Timestamp.Builder getCurrentStateTimeBuilder()
The timestamp associated with the current state.
.google.protobuf.Timestamp current_state_time = 8;
-
getCurrentStateTimeOrBuilder
public com.google.protobuf.TimestampOrBuilder getCurrentStateTimeOrBuilder()
The timestamp associated with the current state.
.google.protobuf.Timestamp current_state_time = 8;
- Specified by:
getCurrentStateTimeOrBuilder
in 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:
getRequestedStateValue
in interfaceJobOrBuilder
- Returns:
- The enum numeric value on the wire for requestedState.
-
setRequestedStateValue
public Job.Builder setRequestedStateValue(int value)
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;
- Parameters:
value
- The enum numeric value on the wire for requestedState to set.- Returns:
- This builder for chaining.
-
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:
getRequestedState
in interfaceJobOrBuilder
- Returns:
- The requestedState.
-
setRequestedState
public Job.Builder setRequestedState(JobState value)
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;
- Parameters:
value
- The requestedState to set.- Returns:
- This builder for chaining.
-
clearRequestedState
public Job.Builder clearRequestedState()
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;
- Returns:
- This builder for chaining.
-
hasExecutionInfo
public boolean hasExecutionInfo()
Deprecated.
.google.dataflow.v1beta3.JobExecutionInfo execution_info = 10;
- Specified by:
hasExecutionInfo
in interfaceJobOrBuilder
- Returns:
- Whether the executionInfo field is set.
-
getExecutionInfo
public JobExecutionInfo getExecutionInfo()
Deprecated.
.google.dataflow.v1beta3.JobExecutionInfo execution_info = 10;
- Specified by:
getExecutionInfo
in interfaceJobOrBuilder
- Returns:
- The executionInfo.
-
setExecutionInfo
public Job.Builder setExecutionInfo(JobExecutionInfo value)
Deprecated.
.google.dataflow.v1beta3.JobExecutionInfo execution_info = 10;
-
setExecutionInfo
public Job.Builder setExecutionInfo(JobExecutionInfo.Builder builderForValue)
Deprecated.
.google.dataflow.v1beta3.JobExecutionInfo execution_info = 10;
-
mergeExecutionInfo
public Job.Builder mergeExecutionInfo(JobExecutionInfo value)
Deprecated.
.google.dataflow.v1beta3.JobExecutionInfo execution_info = 10;
-
clearExecutionInfo
public Job.Builder clearExecutionInfo()
Deprecated.
.google.dataflow.v1beta3.JobExecutionInfo execution_info = 10;
-
getExecutionInfoBuilder
public JobExecutionInfo.Builder getExecutionInfoBuilder()
Deprecated.
.google.dataflow.v1beta3.JobExecutionInfo execution_info = 10;
-
getExecutionInfoOrBuilder
public JobExecutionInfoOrBuilder getExecutionInfoOrBuilder()
Deprecated.
.google.dataflow.v1beta3.JobExecutionInfo execution_info = 10;
- Specified by:
getExecutionInfoOrBuilder
in 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:
hasCreateTime
in 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:
getCreateTime
in interfaceJobOrBuilder
- Returns:
- The createTime.
-
setCreateTime
public Job.Builder setCreateTime(com.google.protobuf.Timestamp value)
The timestamp when the job was initially created. Immutable and set by the Cloud Dataflow service.
.google.protobuf.Timestamp create_time = 11;
-
setCreateTime
public Job.Builder setCreateTime(com.google.protobuf.Timestamp.Builder builderForValue)
The timestamp when the job was initially created. Immutable and set by the Cloud Dataflow service.
.google.protobuf.Timestamp create_time = 11;
-
mergeCreateTime
public Job.Builder mergeCreateTime(com.google.protobuf.Timestamp value)
The timestamp when the job was initially created. Immutable and set by the Cloud Dataflow service.
.google.protobuf.Timestamp create_time = 11;
-
clearCreateTime
public Job.Builder clearCreateTime()
The timestamp when the job was initially created. Immutable and set by the Cloud Dataflow service.
.google.protobuf.Timestamp create_time = 11;
-
getCreateTimeBuilder
public com.google.protobuf.Timestamp.Builder getCreateTimeBuilder()
The timestamp when the job was initially created. Immutable and set by the Cloud Dataflow service.
.google.protobuf.Timestamp create_time = 11;
-
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:
getCreateTimeOrBuilder
in 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:
getReplaceJobId
in 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:
getReplaceJobIdBytes
in interfaceJobOrBuilder
- Returns:
- The bytes for replaceJobId.
-
setReplaceJobId
public Job.Builder setReplaceJobId(String value)
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;
- Parameters:
value
- The replaceJobId to set.- Returns:
- This builder for chaining.
-
clearReplaceJobId
public Job.Builder clearReplaceJobId()
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;
- Returns:
- This builder for chaining.
-
setReplaceJobIdBytes
public Job.Builder setReplaceJobIdBytes(com.google.protobuf.ByteString value)
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;
- Parameters:
value
- The bytes for replaceJobId to set.- Returns:
- This builder for chaining.
-
getTransformNameMappingCount
public int getTransformNameMappingCount()
Description copied from interface:JobOrBuilder
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:
getTransformNameMappingCount
in 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:
containsTransformNameMapping
in interfaceJobOrBuilder
-
getTransformNameMapping
@Deprecated public Map<String,String> getTransformNameMapping()
Deprecated.UsegetTransformNameMappingMap()
instead.- Specified by:
getTransformNameMapping
in 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:
getTransformNameMappingMap
in 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:
getTransformNameMappingOrDefault
in 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:
getTransformNameMappingOrThrow
in interfaceJobOrBuilder
-
clearTransformNameMapping
public Job.Builder clearTransformNameMapping()
-
removeTransformNameMapping
public Job.Builder removeTransformNameMapping(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;
-
getMutableTransformNameMapping
@Deprecated public Map<String,String> getMutableTransformNameMapping()
Deprecated.Use alternate mutation accessors instead.
-
putTransformNameMapping
public Job.Builder putTransformNameMapping(String key, String value)
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;
-
putAllTransformNameMapping
public Job.Builder putAllTransformNameMapping(Map<String,String> values)
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;
-
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:
getClientRequestId
in 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:
getClientRequestIdBytes
in interfaceJobOrBuilder
- Returns:
- The bytes for clientRequestId.
-
setClientRequestId
public Job.Builder setClientRequestId(String value)
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;
- Parameters:
value
- The clientRequestId to set.- Returns:
- This builder for chaining.
-
clearClientRequestId
public Job.Builder clearClientRequestId()
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;
- Returns:
- This builder for chaining.
-
setClientRequestIdBytes
public Job.Builder setClientRequestIdBytes(com.google.protobuf.ByteString value)
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;
- Parameters:
value
- The bytes for clientRequestId to set.- Returns:
- This builder for chaining.
-
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:
getReplacedByJobId
in 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:
getReplacedByJobIdBytes
in interfaceJobOrBuilder
- Returns:
- The bytes for replacedByJobId.
-
setReplacedByJobId
public Job.Builder setReplacedByJobId(String value)
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;
- Parameters:
value
- The replacedByJobId to set.- Returns:
- This builder for chaining.
-
clearReplacedByJobId
public Job.Builder clearReplacedByJobId()
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;
- Returns:
- This builder for chaining.
-
setReplacedByJobIdBytes
public Job.Builder setReplacedByJobIdBytes(com.google.protobuf.ByteString value)
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;
- Parameters:
value
- The bytes for replacedByJobId to set.- Returns:
- This builder for chaining.
-
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:
getTempFilesList
in 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:
getTempFilesCount
in 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:
getTempFiles
in 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:
getTempFilesBytes
in interfaceJobOrBuilder
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the tempFiles at the given index.
-
setTempFiles
public Job.Builder setTempFiles(int index, String value)
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;
- Parameters:
index
- The index to set the value at.value
- The tempFiles to set.- Returns:
- This builder for chaining.
-
addTempFiles
public Job.Builder addTempFiles(String value)
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;
- Parameters:
value
- The tempFiles to add.- Returns:
- This builder for chaining.
-
addAllTempFiles
public Job.Builder addAllTempFiles(Iterable<String> values)
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;
- Parameters:
values
- The tempFiles to add.- Returns:
- This builder for chaining.
-
clearTempFiles
public Job.Builder clearTempFiles()
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;
- Returns:
- This builder for chaining.
-
addTempFilesBytes
public Job.Builder addTempFilesBytes(com.google.protobuf.ByteString value)
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;
- Parameters:
value
- The bytes of the tempFiles to add.- Returns:
- This builder for chaining.
-
getLabelsCount
public int getLabelsCount()
Description copied from interface:JobOrBuilder
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:
getLabelsCount
in 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:
containsLabels
in interfaceJobOrBuilder
-
getLabels
@Deprecated public Map<String,String> getLabels()
Deprecated.UsegetLabelsMap()
instead.- Specified by:
getLabels
in 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:
getLabelsMap
in 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:
getLabelsOrDefault
in 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:
getLabelsOrThrow
in interfaceJobOrBuilder
-
clearLabels
public Job.Builder clearLabels()
-
removeLabels
public Job.Builder removeLabels(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;
-
getMutableLabels
@Deprecated public Map<String,String> getMutableLabels()
Deprecated.Use alternate mutation accessors instead.
-
putLabels
public Job.Builder putLabels(String key, String value)
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;
-
putAllLabels
public Job.Builder putAllLabels(Map<String,String> values)
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;
-
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:
getLocation
in 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:
getLocationBytes
in interfaceJobOrBuilder
- Returns:
- The bytes for location.
-
setLocation
public Job.Builder setLocation(String value)
The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that contains this job.
string location = 18;
- Parameters:
value
- The location to set.- Returns:
- This builder for chaining.
-
clearLocation
public Job.Builder clearLocation()
The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that contains this job.
string location = 18;
- Returns:
- This builder for chaining.
-
setLocationBytes
public Job.Builder setLocationBytes(com.google.protobuf.ByteString value)
The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that contains this job.
string location = 18;
- Parameters:
value
- The bytes for location to set.- Returns:
- This builder for chaining.
-
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:
hasPipelineDescription
in 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:
getPipelineDescription
in interfaceJobOrBuilder
- Returns:
- The pipelineDescription.
-
setPipelineDescription
public Job.Builder setPipelineDescription(PipelineDescription value)
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;
-
setPipelineDescription
public Job.Builder setPipelineDescription(PipelineDescription.Builder builderForValue)
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;
-
mergePipelineDescription
public Job.Builder mergePipelineDescription(PipelineDescription value)
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;
-
clearPipelineDescription
public Job.Builder clearPipelineDescription()
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;
-
getPipelineDescriptionBuilder
public PipelineDescription.Builder getPipelineDescriptionBuilder()
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;
-
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:
getPipelineDescriptionOrBuilder
in 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:
getStageStatesList
in 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:
getStageStatesCount
in 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:
getStageStates
in interfaceJobOrBuilder
-
setStageStates
public Job.Builder setStageStates(int index, ExecutionStageState value)
This field may be mutated by the Cloud Dataflow service; callers cannot mutate it.
repeated .google.dataflow.v1beta3.ExecutionStageState stage_states = 20;
-
setStageStates
public Job.Builder setStageStates(int index, ExecutionStageState.Builder builderForValue)
This field may be mutated by the Cloud Dataflow service; callers cannot mutate it.
repeated .google.dataflow.v1beta3.ExecutionStageState stage_states = 20;
-
addStageStates
public Job.Builder addStageStates(ExecutionStageState value)
This field may be mutated by the Cloud Dataflow service; callers cannot mutate it.
repeated .google.dataflow.v1beta3.ExecutionStageState stage_states = 20;
-
addStageStates
public Job.Builder addStageStates(int index, ExecutionStageState value)
This field may be mutated by the Cloud Dataflow service; callers cannot mutate it.
repeated .google.dataflow.v1beta3.ExecutionStageState stage_states = 20;
-
addStageStates
public Job.Builder addStageStates(ExecutionStageState.Builder builderForValue)
This field may be mutated by the Cloud Dataflow service; callers cannot mutate it.
repeated .google.dataflow.v1beta3.ExecutionStageState stage_states = 20;
-
addStageStates
public Job.Builder addStageStates(int index, ExecutionStageState.Builder builderForValue)
This field may be mutated by the Cloud Dataflow service; callers cannot mutate it.
repeated .google.dataflow.v1beta3.ExecutionStageState stage_states = 20;
-
addAllStageStates
public Job.Builder addAllStageStates(Iterable<? extends ExecutionStageState> values)
This field may be mutated by the Cloud Dataflow service; callers cannot mutate it.
repeated .google.dataflow.v1beta3.ExecutionStageState stage_states = 20;
-
clearStageStates
public Job.Builder clearStageStates()
This field may be mutated by the Cloud Dataflow service; callers cannot mutate it.
repeated .google.dataflow.v1beta3.ExecutionStageState stage_states = 20;
-
removeStageStates
public Job.Builder removeStageStates(int index)
This field may be mutated by the Cloud Dataflow service; callers cannot mutate it.
repeated .google.dataflow.v1beta3.ExecutionStageState stage_states = 20;
-
getStageStatesBuilder
public ExecutionStageState.Builder getStageStatesBuilder(int index)
This field may be mutated by the Cloud Dataflow service; callers cannot mutate it.
repeated .google.dataflow.v1beta3.ExecutionStageState stage_states = 20;
-
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:
getStageStatesOrBuilder
in 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:
getStageStatesOrBuilderList
in interfaceJobOrBuilder
-
addStageStatesBuilder
public ExecutionStageState.Builder addStageStatesBuilder()
This field may be mutated by the Cloud Dataflow service; callers cannot mutate it.
repeated .google.dataflow.v1beta3.ExecutionStageState stage_states = 20;
-
addStageStatesBuilder
public ExecutionStageState.Builder addStageStatesBuilder(int index)
This field may be mutated by the Cloud Dataflow service; callers cannot mutate it.
repeated .google.dataflow.v1beta3.ExecutionStageState stage_states = 20;
-
getStageStatesBuilderList
public List<ExecutionStageState.Builder> getStageStatesBuilderList()
This field may be mutated by the Cloud Dataflow service; callers cannot mutate it.
repeated .google.dataflow.v1beta3.ExecutionStageState stage_states = 20;
-
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:
hasJobMetadata
in 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:
getJobMetadata
in interfaceJobOrBuilder
- Returns:
- The jobMetadata.
-
setJobMetadata
public Job.Builder setJobMetadata(JobMetadata value)
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;
-
setJobMetadata
public Job.Builder setJobMetadata(JobMetadata.Builder builderForValue)
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;
-
mergeJobMetadata
public Job.Builder mergeJobMetadata(JobMetadata value)
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;
-
clearJobMetadata
public Job.Builder clearJobMetadata()
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;
-
getJobMetadataBuilder
public JobMetadata.Builder getJobMetadataBuilder()
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;
-
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:
getJobMetadataOrBuilder
in 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:
hasStartTime
in 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:
getStartTime
in interfaceJobOrBuilder
- Returns:
- The startTime.
-
setStartTime
public Job.Builder setStartTime(com.google.protobuf.Timestamp value)
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;
-
setStartTime
public Job.Builder setStartTime(com.google.protobuf.Timestamp.Builder builderForValue)
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;
-
mergeStartTime
public Job.Builder mergeStartTime(com.google.protobuf.Timestamp value)
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;
-
clearStartTime
public Job.Builder clearStartTime()
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;
-
getStartTimeBuilder
public com.google.protobuf.Timestamp.Builder getStartTimeBuilder()
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;
-
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:
getStartTimeOrBuilder
in 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:
getCreatedFromSnapshotId
in 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:
getCreatedFromSnapshotIdBytes
in interfaceJobOrBuilder
- Returns:
- The bytes for createdFromSnapshotId.
-
setCreatedFromSnapshotId
public Job.Builder setCreatedFromSnapshotId(String value)
If this is specified, the job's initial state is populated from the given snapshot.
string created_from_snapshot_id = 23;
- Parameters:
value
- The createdFromSnapshotId to set.- Returns:
- This builder for chaining.
-
clearCreatedFromSnapshotId
public Job.Builder clearCreatedFromSnapshotId()
If this is specified, the job's initial state is populated from the given snapshot.
string created_from_snapshot_id = 23;
- Returns:
- This builder for chaining.
-
setCreatedFromSnapshotIdBytes
public Job.Builder setCreatedFromSnapshotIdBytes(com.google.protobuf.ByteString value)
If this is specified, the job's initial state is populated from the given snapshot.
string created_from_snapshot_id = 23;
- Parameters:
value
- The bytes for createdFromSnapshotId to set.- Returns:
- This builder for chaining.
-
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:
getSatisfiesPzs
in interfaceJobOrBuilder
- Returns:
- The satisfiesPzs.
-
setSatisfiesPzs
public Job.Builder setSatisfiesPzs(boolean value)
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;
- Parameters:
value
- The satisfiesPzs to set.- Returns:
- This builder for chaining.
-
clearSatisfiesPzs
public Job.Builder clearSatisfiesPzs()
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;
- Returns:
- This builder for chaining.
-
setUnknownFields
public final Job.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<Job.Builder>
-
mergeUnknownFields
public final Job.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<Job.Builder>
-
-