public static final class UpdateJobRequest.Builder extends GeneratedMessageV3.Builder<UpdateJobRequest.Builder> implements UpdateJobRequestOrBuilderRequest to update a Cloud Dataflow job.
Protobuf type google.dataflow.v1beta3.UpdateJobRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > UpdateJobRequest.BuilderImplements
UpdateJobRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description |
| Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public UpdateJobRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| UpdateJobRequest.Builder |
build()
public UpdateJobRequest build()| Type | Description |
| UpdateJobRequest |
buildPartial()
public UpdateJobRequest buildPartial()| Type | Description |
| UpdateJobRequest |
clear()
public UpdateJobRequest.Builder clear()| Type | Description |
| UpdateJobRequest.Builder |
clearField(Descriptors.FieldDescriptor field)
public UpdateJobRequest.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description |
| field | FieldDescriptor |
| Type | Description |
| UpdateJobRequest.Builder |
clearJob()
public UpdateJobRequest.Builder clearJob()The updated job. Only the job state is updatable; other fields will be ignored.
.google.dataflow.v1beta3.Job job = 3;
| Type | Description |
| UpdateJobRequest.Builder |
clearJobId()
public UpdateJobRequest.Builder clearJobId()The job ID.
string job_id = 2;
| Type | Description |
| UpdateJobRequest.Builder | This builder for chaining. |
clearLocation()
public UpdateJobRequest.Builder clearLocation()The regional endpoint that contains this job.
string location = 4;
| Type | Description |
| UpdateJobRequest.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public UpdateJobRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description |
| oneof | OneofDescriptor |
| Type | Description |
| UpdateJobRequest.Builder |
clearProjectId()
public UpdateJobRequest.Builder clearProjectId()The ID of the Cloud Platform project that the job belongs to.
string project_id = 1;
| Type | Description |
| UpdateJobRequest.Builder | This builder for chaining. |
clone()
public UpdateJobRequest.Builder clone()| Type | Description |
| UpdateJobRequest.Builder |
getDefaultInstanceForType()
public UpdateJobRequest getDefaultInstanceForType()| Type | Description |
| UpdateJobRequest |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description |
| Descriptor |
getJob()
public Job getJob()The updated job. Only the job state is updatable; other fields will be ignored.
.google.dataflow.v1beta3.Job job = 3;
| Type | Description |
| Job | The job. |
getJobBuilder()
public Job.Builder getJobBuilder()The updated job. Only the job state is updatable; other fields will be ignored.
.google.dataflow.v1beta3.Job job = 3;
| Type | Description |
| Job.Builder |
getJobId()
public String getJobId()The job ID.
string job_id = 2;
| Type | Description |
| String | The jobId. |
getJobIdBytes()
public ByteString getJobIdBytes()The job ID.
string job_id = 2;
| Type | Description |
| ByteString | The bytes for jobId. |
getJobOrBuilder()
public JobOrBuilder getJobOrBuilder()The updated job. Only the job state is updatable; other fields will be ignored.
.google.dataflow.v1beta3.Job job = 3;
| Type | Description |
| JobOrBuilder |
getLocation()
public String getLocation()The regional endpoint that contains this job.
string location = 4;
| Type | Description |
| String | The location. |
getLocationBytes()
public ByteString getLocationBytes()The regional endpoint that contains this job.
string location = 4;
| Type | Description |
| ByteString | The bytes for location. |
getProjectId()
public String getProjectId()The ID of the Cloud Platform project that the job belongs to.
string project_id = 1;
| Type | Description |
| String | The projectId. |
getProjectIdBytes()
public ByteString getProjectIdBytes()The ID of the Cloud Platform project that the job belongs to.
string project_id = 1;
| Type | Description |
| ByteString | The bytes for projectId. |
hasJob()
public boolean hasJob()The updated job. Only the job state is updatable; other fields will be ignored.
.google.dataflow.v1beta3.Job job = 3;
| Type | Description |
| boolean | Whether the job field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description |
| FieldAccessorTable |
isInitialized()
public final boolean isInitialized()| Type | Description |
| boolean |
mergeFrom(UpdateJobRequest other)
public UpdateJobRequest.Builder mergeFrom(UpdateJobRequest other)| Name | Description |
| other | UpdateJobRequest |
| Type | Description |
| UpdateJobRequest.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public UpdateJobRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description |
| input | CodedInputStream |
| extensionRegistry | ExtensionRegistryLite |
| Type | Description |
| UpdateJobRequest.Builder |
| Type | Description |
| IOException |
mergeFrom(Message other)
public UpdateJobRequest.Builder mergeFrom(Message other)| Name | Description |
| other | Message |
| Type | Description |
| UpdateJobRequest.Builder |
mergeJob(Job value)
public UpdateJobRequest.Builder mergeJob(Job value)The updated job. Only the job state is updatable; other fields will be ignored.
.google.dataflow.v1beta3.Job job = 3;
| Name | Description |
| value | Job |
| Type | Description |
| UpdateJobRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final UpdateJobRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| UpdateJobRequest.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public UpdateJobRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| UpdateJobRequest.Builder |
setJob(Job value)
public UpdateJobRequest.Builder setJob(Job value)The updated job. Only the job state is updatable; other fields will be ignored.
.google.dataflow.v1beta3.Job job = 3;
| Name | Description |
| value | Job |
| Type | Description |
| UpdateJobRequest.Builder |
setJob(Job.Builder builderForValue)
public UpdateJobRequest.Builder setJob(Job.Builder builderForValue)The updated job. Only the job state is updatable; other fields will be ignored.
.google.dataflow.v1beta3.Job job = 3;
| Name | Description |
| builderForValue | Job.Builder |
| Type | Description |
| UpdateJobRequest.Builder |
setJobId(String value)
public UpdateJobRequest.Builder setJobId(String value)The job ID.
string job_id = 2;
| Name | Description |
| value | StringThe jobId to set. |
| Type | Description |
| UpdateJobRequest.Builder | This builder for chaining. |
setJobIdBytes(ByteString value)
public UpdateJobRequest.Builder setJobIdBytes(ByteString value)The job ID.
string job_id = 2;
| Name | Description |
| value | ByteStringThe bytes for jobId to set. |
| Type | Description |
| UpdateJobRequest.Builder | This builder for chaining. |
setLocation(String value)
public UpdateJobRequest.Builder setLocation(String value)The regional endpoint that contains this job.
string location = 4;
| Name | Description |
| value | StringThe location to set. |
| Type | Description |
| UpdateJobRequest.Builder | This builder for chaining. |
setLocationBytes(ByteString value)
public UpdateJobRequest.Builder setLocationBytes(ByteString value)The regional endpoint that contains this job.
string location = 4;
| Name | Description |
| value | ByteStringThe bytes for location to set. |
| Type | Description |
| UpdateJobRequest.Builder | This builder for chaining. |
setProjectId(String value)
public UpdateJobRequest.Builder setProjectId(String value)The ID of the Cloud Platform project that the job belongs to.
string project_id = 1;
| Name | Description |
| value | StringThe projectId to set. |
| Type | Description |
| UpdateJobRequest.Builder | This builder for chaining. |
setProjectIdBytes(ByteString value)
public UpdateJobRequest.Builder setProjectIdBytes(ByteString value)The ID of the Cloud Platform project that the job belongs to.
string project_id = 1;
| Name | Description |
| value | ByteStringThe bytes for projectId to set. |
| Type | Description |
| UpdateJobRequest.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public UpdateJobRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description |
| field | FieldDescriptor |
| index | int |
| value | Object |
| Type | Description |
| UpdateJobRequest.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final UpdateJobRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| UpdateJobRequest.Builder |