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.UpdateJobRequestgetAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofmergeFrompublic static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class GeneratedMessageV3.Builder<UpdateJobRequest.Builder>public UpdateJobRequest.Builder clear()
clear in interface Message.Builderclear in interface MessageLite.Builderclear in class GeneratedMessageV3.Builder<UpdateJobRequest.Builder>public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface Message.BuildergetDescriptorForType in interface MessageOrBuildergetDescriptorForType in class GeneratedMessageV3.Builder<UpdateJobRequest.Builder>public UpdateJobRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface MessageLiteOrBuildergetDefaultInstanceForType in interface MessageOrBuilderpublic UpdateJobRequest build()
build in interface Message.Builderbuild in interface MessageLite.Builderpublic UpdateJobRequest buildPartial()
buildPartial in interface Message.BuilderbuildPartial in interface MessageLite.Builderpublic UpdateJobRequest.Builder clone()
clone in interface Message.Builderclone in interface MessageLite.Builderclone in class GeneratedMessageV3.Builder<UpdateJobRequest.Builder>public UpdateJobRequest.Builder setField(Descriptors.FieldDescriptor field, java.lang.Object value)
setField in interface Message.BuildersetField in class GeneratedMessageV3.Builder<UpdateJobRequest.Builder>public UpdateJobRequest.Builder clearField(Descriptors.FieldDescriptor field)
clearField in interface Message.BuilderclearField in class GeneratedMessageV3.Builder<UpdateJobRequest.Builder>public UpdateJobRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof in interface Message.BuilderclearOneof in class GeneratedMessageV3.Builder<UpdateJobRequest.Builder>public UpdateJobRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField in interface Message.BuildersetRepeatedField in class GeneratedMessageV3.Builder<UpdateJobRequest.Builder>public UpdateJobRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField in interface Message.BuilderaddRepeatedField in class GeneratedMessageV3.Builder<UpdateJobRequest.Builder>public UpdateJobRequest.Builder mergeFrom(Message other)
mergeFrom in interface Message.BuildermergeFrom in class AbstractMessage.Builder<UpdateJobRequest.Builder>public UpdateJobRequest.Builder mergeFrom(UpdateJobRequest other)
public final boolean isInitialized()
isInitialized in interface MessageLiteOrBuilderisInitialized in class GeneratedMessageV3.Builder<UpdateJobRequest.Builder>public UpdateJobRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface Message.BuildermergeFrom in interface MessageLite.BuildermergeFrom in class AbstractMessage.Builder<UpdateJobRequest.Builder>java.io.IOExceptionpublic java.lang.String getProjectId()
Required. The ID of the Google Cloud Platform project that the job belongs to.
string project_id = 1;getProjectId in interface UpdateJobRequestOrBuilderpublic ByteString getProjectIdBytes()
Required. The ID of the Google Cloud Platform project that the job belongs to.
string project_id = 1;getProjectIdBytes in interface UpdateJobRequestOrBuilderpublic UpdateJobRequest.Builder setProjectId(java.lang.String value)
Required. The ID of the Google Cloud Platform project that the job belongs to.
string project_id = 1;public UpdateJobRequest.Builder clearProjectId()
Required. The ID of the Google Cloud Platform project that the job belongs to.
string project_id = 1;public UpdateJobRequest.Builder setProjectIdBytes(ByteString value)
Required. The ID of the Google Cloud Platform project that the job belongs to.
string project_id = 1;public java.lang.String getRegion()
Required. The Cloud Dataproc region in which to handle the request.
string region = 2;getRegion in interface UpdateJobRequestOrBuilderpublic ByteString getRegionBytes()
Required. The Cloud Dataproc region in which to handle the request.
string region = 2;getRegionBytes in interface UpdateJobRequestOrBuilderpublic UpdateJobRequest.Builder setRegion(java.lang.String value)
Required. The Cloud Dataproc region in which to handle the request.
string region = 2;public UpdateJobRequest.Builder clearRegion()
Required. The Cloud Dataproc region in which to handle the request.
string region = 2;public UpdateJobRequest.Builder setRegionBytes(ByteString value)
Required. The Cloud Dataproc region in which to handle the request.
string region = 2;public java.lang.String getJobId()
Required. The job ID.
string job_id = 3;getJobId in interface UpdateJobRequestOrBuilderpublic ByteString getJobIdBytes()
Required. The job ID.
string job_id = 3;getJobIdBytes in interface UpdateJobRequestOrBuilderpublic UpdateJobRequest.Builder setJobId(java.lang.String value)
Required. The job ID.
string job_id = 3;public UpdateJobRequest.Builder clearJobId()
Required. The job ID.
string job_id = 3;public UpdateJobRequest.Builder setJobIdBytes(ByteString value)
Required. The job ID.
string job_id = 3;public boolean hasJob()
Required. The changes to the job.
.google.cloud.dataproc.v1.Job job = 4;hasJob in interface UpdateJobRequestOrBuilderpublic Job getJob()
Required. The changes to the job.
.google.cloud.dataproc.v1.Job job = 4;getJob in interface UpdateJobRequestOrBuilderpublic UpdateJobRequest.Builder setJob(Job value)
Required. The changes to the job.
.google.cloud.dataproc.v1.Job job = 4;public UpdateJobRequest.Builder setJob(Job.Builder builderForValue)
Required. The changes to the job.
.google.cloud.dataproc.v1.Job job = 4;public UpdateJobRequest.Builder mergeJob(Job value)
Required. The changes to the job.
.google.cloud.dataproc.v1.Job job = 4;public UpdateJobRequest.Builder clearJob()
Required. The changes to the job.
.google.cloud.dataproc.v1.Job job = 4;public Job.Builder getJobBuilder()
Required. The changes to the job.
.google.cloud.dataproc.v1.Job job = 4;public JobOrBuilder getJobOrBuilder()
Required. The changes to the job.
.google.cloud.dataproc.v1.Job job = 4;getJobOrBuilder in interface UpdateJobRequestOrBuilderpublic 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;hasUpdateMask in interface UpdateJobRequestOrBuilderpublic 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;getUpdateMask in interface UpdateJobRequestOrBuilderpublic 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;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;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;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;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;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;getUpdateMaskOrBuilder in interface UpdateJobRequestOrBuilderpublic final UpdateJobRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
setUnknownFields in interface Message.BuildersetUnknownFields in class GeneratedMessageV3.Builder<UpdateJobRequest.Builder>public final UpdateJobRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields in interface Message.BuildermergeUnknownFields in class GeneratedMessageV3.Builder<UpdateJobRequest.Builder>