public static final class UpdateJobRequest.Builder extends GeneratedMessageV3.Builder<UpdateJobRequest.Builder> implements UpdateJobRequestOrBuilder
A request to update a job.Protobuf type
google.cloud.dataproc.v1.UpdateJobRequest
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
mergeDelimitedFrom, mergeDelimitedFrom
mergeFrom
public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class GeneratedMessageV3.Builder<UpdateJobRequest.Builder>
public UpdateJobRequest.Builder clear()
clear
in interface Message.Builder
clear
in interface MessageLite.Builder
clear
in class GeneratedMessageV3.Builder<UpdateJobRequest.Builder>
public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface Message.Builder
getDescriptorForType
in interface MessageOrBuilder
getDescriptorForType
in class GeneratedMessageV3.Builder<UpdateJobRequest.Builder>
public UpdateJobRequest getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder
public UpdateJobRequest build()
build
in interface Message.Builder
build
in interface MessageLite.Builder
public UpdateJobRequest buildPartial()
buildPartial
in interface Message.Builder
buildPartial
in interface MessageLite.Builder
public UpdateJobRequest.Builder clone()
clone
in interface Message.Builder
clone
in interface MessageLite.Builder
clone
in class GeneratedMessageV3.Builder<UpdateJobRequest.Builder>
public UpdateJobRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
setField
in interface Message.Builder
setField
in class GeneratedMessageV3.Builder<UpdateJobRequest.Builder>
public UpdateJobRequest.Builder clearField(Descriptors.FieldDescriptor field)
clearField
in interface Message.Builder
clearField
in class GeneratedMessageV3.Builder<UpdateJobRequest.Builder>
public UpdateJobRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof
in interface Message.Builder
clearOneof
in class GeneratedMessageV3.Builder<UpdateJobRequest.Builder>
public UpdateJobRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField
in interface Message.Builder
setRepeatedField
in class GeneratedMessageV3.Builder<UpdateJobRequest.Builder>
public UpdateJobRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
addRepeatedField
in interface Message.Builder
addRepeatedField
in class GeneratedMessageV3.Builder<UpdateJobRequest.Builder>
public UpdateJobRequest.Builder mergeFrom(Message other)
mergeFrom
in interface Message.Builder
mergeFrom
in class AbstractMessage.Builder<UpdateJobRequest.Builder>
public UpdateJobRequest.Builder mergeFrom(UpdateJobRequest other)
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3.Builder<UpdateJobRequest.Builder>
public UpdateJobRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface Message.Builder
mergeFrom
in interface MessageLite.Builder
mergeFrom
in class AbstractMessage.Builder<UpdateJobRequest.Builder>
IOException
public String getProjectId()
Required. The ID of the Google Cloud Platform project that the job belongs to.
string project_id = 1 [(.google.api.field_behavior) = REQUIRED];
getProjectId
in interface UpdateJobRequestOrBuilder
public ByteString getProjectIdBytes()
Required. The ID of the Google Cloud Platform project that the job belongs to.
string project_id = 1 [(.google.api.field_behavior) = REQUIRED];
getProjectIdBytes
in interface UpdateJobRequestOrBuilder
public UpdateJobRequest.Builder setProjectId(String value)
Required. The ID of the Google Cloud Platform project that the job belongs to.
string project_id = 1 [(.google.api.field_behavior) = REQUIRED];
value
- The projectId to set.public UpdateJobRequest.Builder clearProjectId()
Required. The ID of the Google Cloud Platform project that the job belongs to.
string project_id = 1 [(.google.api.field_behavior) = REQUIRED];
public UpdateJobRequest.Builder setProjectIdBytes(ByteString value)
Required. The ID of the Google Cloud Platform project that the job belongs to.
string project_id = 1 [(.google.api.field_behavior) = REQUIRED];
value
- The bytes for projectId to set.public String getRegion()
Required. The Dataproc region in which to handle the request.
string region = 2 [(.google.api.field_behavior) = REQUIRED];
getRegion
in interface UpdateJobRequestOrBuilder
public ByteString getRegionBytes()
Required. The Dataproc region in which to handle the request.
string region = 2 [(.google.api.field_behavior) = REQUIRED];
getRegionBytes
in interface UpdateJobRequestOrBuilder
public UpdateJobRequest.Builder setRegion(String value)
Required. The Dataproc region in which to handle the request.
string region = 2 [(.google.api.field_behavior) = REQUIRED];
value
- The region to set.public UpdateJobRequest.Builder clearRegion()
Required. The Dataproc region in which to handle the request.
string region = 2 [(.google.api.field_behavior) = REQUIRED];
public UpdateJobRequest.Builder setRegionBytes(ByteString value)
Required. The Dataproc region in which to handle the request.
string region = 2 [(.google.api.field_behavior) = REQUIRED];
value
- The bytes for region to set.public String getJobId()
Required. The job ID.
string job_id = 3 [(.google.api.field_behavior) = REQUIRED];
getJobId
in interface UpdateJobRequestOrBuilder
public ByteString getJobIdBytes()
Required. The job ID.
string job_id = 3 [(.google.api.field_behavior) = REQUIRED];
getJobIdBytes
in interface UpdateJobRequestOrBuilder
public UpdateJobRequest.Builder setJobId(String value)
Required. The job ID.
string job_id = 3 [(.google.api.field_behavior) = REQUIRED];
value
- The jobId to set.public UpdateJobRequest.Builder clearJobId()
Required. The job ID.
string job_id = 3 [(.google.api.field_behavior) = REQUIRED];
public UpdateJobRequest.Builder setJobIdBytes(ByteString value)
Required. The job ID.
string job_id = 3 [(.google.api.field_behavior) = REQUIRED];
value
- The bytes for jobId to set.public boolean hasJob()
Required. The changes to the job.
.google.cloud.dataproc.v1.Job job = 4 [(.google.api.field_behavior) = REQUIRED];
hasJob
in interface UpdateJobRequestOrBuilder
public Job getJob()
Required. The changes to the job.
.google.cloud.dataproc.v1.Job job = 4 [(.google.api.field_behavior) = REQUIRED];
getJob
in interface UpdateJobRequestOrBuilder
public UpdateJobRequest.Builder setJob(Job value)
Required. The changes to the job.
.google.cloud.dataproc.v1.Job job = 4 [(.google.api.field_behavior) = REQUIRED];
public UpdateJobRequest.Builder setJob(Job.Builder builderForValue)
Required. The changes to the job.
.google.cloud.dataproc.v1.Job job = 4 [(.google.api.field_behavior) = REQUIRED];
public UpdateJobRequest.Builder mergeJob(Job value)
Required. The changes to the job.
.google.cloud.dataproc.v1.Job job = 4 [(.google.api.field_behavior) = REQUIRED];
public UpdateJobRequest.Builder clearJob()
Required. The changes to the job.
.google.cloud.dataproc.v1.Job job = 4 [(.google.api.field_behavior) = REQUIRED];
public Job.Builder getJobBuilder()
Required. The changes to the job.
.google.cloud.dataproc.v1.Job job = 4 [(.google.api.field_behavior) = REQUIRED];
public JobOrBuilder getJobOrBuilder()
Required. The changes to the job.
.google.cloud.dataproc.v1.Job job = 4 [(.google.api.field_behavior) = REQUIRED];
getJobOrBuilder
in interface UpdateJobRequestOrBuilder
public boolean hasUpdateMask()
Required. Specifies the path, relative to <code>Job</code>, of the field to update. For example, to update the labels of a Job the <code>update_mask</code> parameter would be specified as <code>labels</code>, and the `PATCH` request body would specify the new value. <strong>Note:</strong> Currently, <code>labels</code> is the only field that can be updated.
.google.protobuf.FieldMask update_mask = 5 [(.google.api.field_behavior) = REQUIRED];
hasUpdateMask
in interface UpdateJobRequestOrBuilder
public FieldMask getUpdateMask()
Required. Specifies the path, relative to <code>Job</code>, of the field to update. For example, to update the labels of a Job the <code>update_mask</code> parameter would be specified as <code>labels</code>, and the `PATCH` request body would specify the new value. <strong>Note:</strong> Currently, <code>labels</code> is the only field that can be updated.
.google.protobuf.FieldMask update_mask = 5 [(.google.api.field_behavior) = REQUIRED];
getUpdateMask
in interface UpdateJobRequestOrBuilder
public UpdateJobRequest.Builder setUpdateMask(FieldMask value)
Required. Specifies the path, relative to <code>Job</code>, of the field to update. For example, to update the labels of a Job the <code>update_mask</code> parameter would be specified as <code>labels</code>, and the `PATCH` request body would specify the new value. <strong>Note:</strong> Currently, <code>labels</code> is the only field that can be updated.
.google.protobuf.FieldMask update_mask = 5 [(.google.api.field_behavior) = REQUIRED];
public UpdateJobRequest.Builder setUpdateMask(FieldMask.Builder builderForValue)
Required. Specifies the path, relative to <code>Job</code>, of the field to update. For example, to update the labels of a Job the <code>update_mask</code> parameter would be specified as <code>labels</code>, and the `PATCH` request body would specify the new value. <strong>Note:</strong> Currently, <code>labels</code> is the only field that can be updated.
.google.protobuf.FieldMask update_mask = 5 [(.google.api.field_behavior) = REQUIRED];
public UpdateJobRequest.Builder mergeUpdateMask(FieldMask value)
Required. Specifies the path, relative to <code>Job</code>, of the field to update. For example, to update the labels of a Job the <code>update_mask</code> parameter would be specified as <code>labels</code>, and the `PATCH` request body would specify the new value. <strong>Note:</strong> Currently, <code>labels</code> is the only field that can be updated.
.google.protobuf.FieldMask update_mask = 5 [(.google.api.field_behavior) = REQUIRED];
public UpdateJobRequest.Builder clearUpdateMask()
Required. Specifies the path, relative to <code>Job</code>, of the field to update. For example, to update the labels of a Job the <code>update_mask</code> parameter would be specified as <code>labels</code>, and the `PATCH` request body would specify the new value. <strong>Note:</strong> Currently, <code>labels</code> is the only field that can be updated.
.google.protobuf.FieldMask update_mask = 5 [(.google.api.field_behavior) = REQUIRED];
public FieldMask.Builder getUpdateMaskBuilder()
Required. Specifies the path, relative to <code>Job</code>, of the field to update. For example, to update the labels of a Job the <code>update_mask</code> parameter would be specified as <code>labels</code>, and the `PATCH` request body would specify the new value. <strong>Note:</strong> Currently, <code>labels</code> is the only field that can be updated.
.google.protobuf.FieldMask update_mask = 5 [(.google.api.field_behavior) = REQUIRED];
public FieldMaskOrBuilder getUpdateMaskOrBuilder()
Required. Specifies the path, relative to <code>Job</code>, of the field to update. For example, to update the labels of a Job the <code>update_mask</code> parameter would be specified as <code>labels</code>, and the `PATCH` request body would specify the new value. <strong>Note:</strong> Currently, <code>labels</code> is the only field that can be updated.
.google.protobuf.FieldMask update_mask = 5 [(.google.api.field_behavior) = REQUIRED];
getUpdateMaskOrBuilder
in interface UpdateJobRequestOrBuilder
public final UpdateJobRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
setUnknownFields
in interface Message.Builder
setUnknownFields
in class GeneratedMessageV3.Builder<UpdateJobRequest.Builder>
public final UpdateJobRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields
in interface Message.Builder
mergeUnknownFields
in class GeneratedMessageV3.Builder<UpdateJobRequest.Builder>
Copyright © 2022 Google LLC. All rights reserved.