Package com.google.cloud.talent.v4beta1
Class BatchUpdateJobsRequest.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<BatchUpdateJobsRequest.Builder>
-
- com.google.cloud.talent.v4beta1.BatchUpdateJobsRequest.Builder
-
- All Implemented Interfaces:
BatchUpdateJobsRequestOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- BatchUpdateJobsRequest
public static final class BatchUpdateJobsRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<BatchUpdateJobsRequest.Builder> implements BatchUpdateJobsRequestOrBuilder
Request to update a batch of jobs.
Protobuf typegoogle.cloud.talent.v4beta1.BatchUpdateJobsRequest
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description BatchUpdateJobsRequest.Builder
addAllJobs(Iterable<? extends Job> values)
Required.BatchUpdateJobsRequest.Builder
addJobs(int index, Job value)
Required.BatchUpdateJobsRequest.Builder
addJobs(int index, Job.Builder builderForValue)
Required.BatchUpdateJobsRequest.Builder
addJobs(Job value)
Required.BatchUpdateJobsRequest.Builder
addJobs(Job.Builder builderForValue)
Required.Job.Builder
addJobsBuilder()
Required.Job.Builder
addJobsBuilder(int index)
Required.BatchUpdateJobsRequest.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
BatchUpdateJobsRequest
build()
BatchUpdateJobsRequest
buildPartial()
BatchUpdateJobsRequest.Builder
clear()
BatchUpdateJobsRequest.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
BatchUpdateJobsRequest.Builder
clearJobs()
Required.BatchUpdateJobsRequest.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
BatchUpdateJobsRequest.Builder
clearParent()
Required.BatchUpdateJobsRequest.Builder
clearUpdateMask()
Strongly recommended for the best service experience.BatchUpdateJobsRequest.Builder
clone()
BatchUpdateJobsRequest
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
Job
getJobs(int index)
Required.Job.Builder
getJobsBuilder(int index)
Required.List<Job.Builder>
getJobsBuilderList()
Required.int
getJobsCount()
Required.List<Job>
getJobsList()
Required.JobOrBuilder
getJobsOrBuilder(int index)
Required.List<? extends JobOrBuilder>
getJobsOrBuilderList()
Required.String
getParent()
Required.com.google.protobuf.ByteString
getParentBytes()
Required.com.google.protobuf.FieldMask
getUpdateMask()
Strongly recommended for the best service experience.com.google.protobuf.FieldMask.Builder
getUpdateMaskBuilder()
Strongly recommended for the best service experience.com.google.protobuf.FieldMaskOrBuilder
getUpdateMaskOrBuilder()
Strongly recommended for the best service experience.boolean
hasUpdateMask()
Strongly recommended for the best service experience.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
BatchUpdateJobsRequest.Builder
mergeFrom(BatchUpdateJobsRequest other)
BatchUpdateJobsRequest.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
BatchUpdateJobsRequest.Builder
mergeFrom(com.google.protobuf.Message other)
BatchUpdateJobsRequest.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
BatchUpdateJobsRequest.Builder
mergeUpdateMask(com.google.protobuf.FieldMask value)
Strongly recommended for the best service experience.BatchUpdateJobsRequest.Builder
removeJobs(int index)
Required.BatchUpdateJobsRequest.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
BatchUpdateJobsRequest.Builder
setJobs(int index, Job value)
Required.BatchUpdateJobsRequest.Builder
setJobs(int index, Job.Builder builderForValue)
Required.BatchUpdateJobsRequest.Builder
setParent(String value)
Required.BatchUpdateJobsRequest.Builder
setParentBytes(com.google.protobuf.ByteString value)
Required.BatchUpdateJobsRequest.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
BatchUpdateJobsRequest.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
BatchUpdateJobsRequest.Builder
setUpdateMask(com.google.protobuf.FieldMask value)
Strongly recommended for the best service experience.BatchUpdateJobsRequest.Builder
setUpdateMask(com.google.protobuf.FieldMask.Builder builderForValue)
Strongly recommended for the best service experience.-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, 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()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<BatchUpdateJobsRequest.Builder>
-
clear
public BatchUpdateJobsRequest.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<BatchUpdateJobsRequest.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<BatchUpdateJobsRequest.Builder>
-
getDefaultInstanceForType
public BatchUpdateJobsRequest getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public BatchUpdateJobsRequest build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public BatchUpdateJobsRequest buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public BatchUpdateJobsRequest.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<BatchUpdateJobsRequest.Builder>
-
setField
public BatchUpdateJobsRequest.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<BatchUpdateJobsRequest.Builder>
-
clearField
public BatchUpdateJobsRequest.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<BatchUpdateJobsRequest.Builder>
-
clearOneof
public BatchUpdateJobsRequest.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<BatchUpdateJobsRequest.Builder>
-
setRepeatedField
public BatchUpdateJobsRequest.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<BatchUpdateJobsRequest.Builder>
-
addRepeatedField
public BatchUpdateJobsRequest.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<BatchUpdateJobsRequest.Builder>
-
mergeFrom
public BatchUpdateJobsRequest.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<BatchUpdateJobsRequest.Builder>
-
mergeFrom
public BatchUpdateJobsRequest.Builder mergeFrom(BatchUpdateJobsRequest other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<BatchUpdateJobsRequest.Builder>
-
mergeFrom
public BatchUpdateJobsRequest.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<BatchUpdateJobsRequest.Builder>
- Throws:
IOException
-
getParent
public String getParent()
Required. The resource name of the tenant under which the job is created. The format is "projects/{project_id}/tenants/{tenant_id}". For example, "projects/foo/tenant/bar". If tenant id is unspecified, a default tenant is created. For example, "projects/foo".
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- Specified by:
getParent
in interfaceBatchUpdateJobsRequestOrBuilder
- Returns:
- The parent.
-
getParentBytes
public com.google.protobuf.ByteString getParentBytes()
Required. The resource name of the tenant under which the job is created. The format is "projects/{project_id}/tenants/{tenant_id}". For example, "projects/foo/tenant/bar". If tenant id is unspecified, a default tenant is created. For example, "projects/foo".
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- Specified by:
getParentBytes
in interfaceBatchUpdateJobsRequestOrBuilder
- Returns:
- The bytes for parent.
-
setParent
public BatchUpdateJobsRequest.Builder setParent(String value)
Required. The resource name of the tenant under which the job is created. The format is "projects/{project_id}/tenants/{tenant_id}". For example, "projects/foo/tenant/bar". If tenant id is unspecified, a default tenant is created. For example, "projects/foo".
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- Parameters:
value
- The parent to set.- Returns:
- This builder for chaining.
-
clearParent
public BatchUpdateJobsRequest.Builder clearParent()
Required. The resource name of the tenant under which the job is created. The format is "projects/{project_id}/tenants/{tenant_id}". For example, "projects/foo/tenant/bar". If tenant id is unspecified, a default tenant is created. For example, "projects/foo".
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- Returns:
- This builder for chaining.
-
setParentBytes
public BatchUpdateJobsRequest.Builder setParentBytes(com.google.protobuf.ByteString value)
Required. The resource name of the tenant under which the job is created. The format is "projects/{project_id}/tenants/{tenant_id}". For example, "projects/foo/tenant/bar". If tenant id is unspecified, a default tenant is created. For example, "projects/foo".
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- Parameters:
value
- The bytes for parent to set.- Returns:
- This builder for chaining.
-
getJobsList
public List<Job> getJobsList()
Required. The jobs to be updated.
repeated .google.cloud.talent.v4beta1.Job jobs = 2 [(.google.api.field_behavior) = REQUIRED];
- Specified by:
getJobsList
in interfaceBatchUpdateJobsRequestOrBuilder
-
getJobsCount
public int getJobsCount()
Required. The jobs to be updated.
repeated .google.cloud.talent.v4beta1.Job jobs = 2 [(.google.api.field_behavior) = REQUIRED];
- Specified by:
getJobsCount
in interfaceBatchUpdateJobsRequestOrBuilder
-
getJobs
public Job getJobs(int index)
Required. The jobs to be updated.
repeated .google.cloud.talent.v4beta1.Job jobs = 2 [(.google.api.field_behavior) = REQUIRED];
- Specified by:
getJobs
in interfaceBatchUpdateJobsRequestOrBuilder
-
setJobs
public BatchUpdateJobsRequest.Builder setJobs(int index, Job value)
Required. The jobs to be updated.
repeated .google.cloud.talent.v4beta1.Job jobs = 2 [(.google.api.field_behavior) = REQUIRED];
-
setJobs
public BatchUpdateJobsRequest.Builder setJobs(int index, Job.Builder builderForValue)
Required. The jobs to be updated.
repeated .google.cloud.talent.v4beta1.Job jobs = 2 [(.google.api.field_behavior) = REQUIRED];
-
addJobs
public BatchUpdateJobsRequest.Builder addJobs(Job value)
Required. The jobs to be updated.
repeated .google.cloud.talent.v4beta1.Job jobs = 2 [(.google.api.field_behavior) = REQUIRED];
-
addJobs
public BatchUpdateJobsRequest.Builder addJobs(int index, Job value)
Required. The jobs to be updated.
repeated .google.cloud.talent.v4beta1.Job jobs = 2 [(.google.api.field_behavior) = REQUIRED];
-
addJobs
public BatchUpdateJobsRequest.Builder addJobs(Job.Builder builderForValue)
Required. The jobs to be updated.
repeated .google.cloud.talent.v4beta1.Job jobs = 2 [(.google.api.field_behavior) = REQUIRED];
-
addJobs
public BatchUpdateJobsRequest.Builder addJobs(int index, Job.Builder builderForValue)
Required. The jobs to be updated.
repeated .google.cloud.talent.v4beta1.Job jobs = 2 [(.google.api.field_behavior) = REQUIRED];
-
addAllJobs
public BatchUpdateJobsRequest.Builder addAllJobs(Iterable<? extends Job> values)
Required. The jobs to be updated.
repeated .google.cloud.talent.v4beta1.Job jobs = 2 [(.google.api.field_behavior) = REQUIRED];
-
clearJobs
public BatchUpdateJobsRequest.Builder clearJobs()
Required. The jobs to be updated.
repeated .google.cloud.talent.v4beta1.Job jobs = 2 [(.google.api.field_behavior) = REQUIRED];
-
removeJobs
public BatchUpdateJobsRequest.Builder removeJobs(int index)
Required. The jobs to be updated.
repeated .google.cloud.talent.v4beta1.Job jobs = 2 [(.google.api.field_behavior) = REQUIRED];
-
getJobsBuilder
public Job.Builder getJobsBuilder(int index)
Required. The jobs to be updated.
repeated .google.cloud.talent.v4beta1.Job jobs = 2 [(.google.api.field_behavior) = REQUIRED];
-
getJobsOrBuilder
public JobOrBuilder getJobsOrBuilder(int index)
Required. The jobs to be updated.
repeated .google.cloud.talent.v4beta1.Job jobs = 2 [(.google.api.field_behavior) = REQUIRED];
- Specified by:
getJobsOrBuilder
in interfaceBatchUpdateJobsRequestOrBuilder
-
getJobsOrBuilderList
public List<? extends JobOrBuilder> getJobsOrBuilderList()
Required. The jobs to be updated.
repeated .google.cloud.talent.v4beta1.Job jobs = 2 [(.google.api.field_behavior) = REQUIRED];
- Specified by:
getJobsOrBuilderList
in interfaceBatchUpdateJobsRequestOrBuilder
-
addJobsBuilder
public Job.Builder addJobsBuilder()
Required. The jobs to be updated.
repeated .google.cloud.talent.v4beta1.Job jobs = 2 [(.google.api.field_behavior) = REQUIRED];
-
addJobsBuilder
public Job.Builder addJobsBuilder(int index)
Required. The jobs to be updated.
repeated .google.cloud.talent.v4beta1.Job jobs = 2 [(.google.api.field_behavior) = REQUIRED];
-
getJobsBuilderList
public List<Job.Builder> getJobsBuilderList()
Required. The jobs to be updated.
repeated .google.cloud.talent.v4beta1.Job jobs = 2 [(.google.api.field_behavior) = REQUIRED];
-
hasUpdateMask
public boolean hasUpdateMask()
Strongly recommended for the best service experience. Be aware that it will also increase latency when checking the status of a batch operation. If [update_mask][google.cloud.talent.v4beta1.BatchUpdateJobsRequest.update_mask] is provided, only the specified fields in [Job][google.cloud.talent.v4beta1.Job] are updated. Otherwise all the fields are updated. A field mask to restrict the fields that are updated. Only top level fields of [Job][google.cloud.talent.v4beta1.Job] are supported. If [update_mask][google.cloud.talent.v4beta1.BatchUpdateJobsRequest.update_mask] is provided, The [Job][google.cloud.talent.v4beta1.Job] inside [JobResult][google.cloud.talent.v4beta1.JobOperationResult.JobResult] will only contains fields that is updated, plus the Id of the Job. Otherwise, [Job][google.cloud.talent.v4beta1.Job] will include all fields, which can yield a very large response.
.google.protobuf.FieldMask update_mask = 3;
- Specified by:
hasUpdateMask
in interfaceBatchUpdateJobsRequestOrBuilder
- Returns:
- Whether the updateMask field is set.
-
getUpdateMask
public com.google.protobuf.FieldMask getUpdateMask()
Strongly recommended for the best service experience. Be aware that it will also increase latency when checking the status of a batch operation. If [update_mask][google.cloud.talent.v4beta1.BatchUpdateJobsRequest.update_mask] is provided, only the specified fields in [Job][google.cloud.talent.v4beta1.Job] are updated. Otherwise all the fields are updated. A field mask to restrict the fields that are updated. Only top level fields of [Job][google.cloud.talent.v4beta1.Job] are supported. If [update_mask][google.cloud.talent.v4beta1.BatchUpdateJobsRequest.update_mask] is provided, The [Job][google.cloud.talent.v4beta1.Job] inside [JobResult][google.cloud.talent.v4beta1.JobOperationResult.JobResult] will only contains fields that is updated, plus the Id of the Job. Otherwise, [Job][google.cloud.talent.v4beta1.Job] will include all fields, which can yield a very large response.
.google.protobuf.FieldMask update_mask = 3;
- Specified by:
getUpdateMask
in interfaceBatchUpdateJobsRequestOrBuilder
- Returns:
- The updateMask.
-
setUpdateMask
public BatchUpdateJobsRequest.Builder setUpdateMask(com.google.protobuf.FieldMask value)
Strongly recommended for the best service experience. Be aware that it will also increase latency when checking the status of a batch operation. If [update_mask][google.cloud.talent.v4beta1.BatchUpdateJobsRequest.update_mask] is provided, only the specified fields in [Job][google.cloud.talent.v4beta1.Job] are updated. Otherwise all the fields are updated. A field mask to restrict the fields that are updated. Only top level fields of [Job][google.cloud.talent.v4beta1.Job] are supported. If [update_mask][google.cloud.talent.v4beta1.BatchUpdateJobsRequest.update_mask] is provided, The [Job][google.cloud.talent.v4beta1.Job] inside [JobResult][google.cloud.talent.v4beta1.JobOperationResult.JobResult] will only contains fields that is updated, plus the Id of the Job. Otherwise, [Job][google.cloud.talent.v4beta1.Job] will include all fields, which can yield a very large response.
.google.protobuf.FieldMask update_mask = 3;
-
setUpdateMask
public BatchUpdateJobsRequest.Builder setUpdateMask(com.google.protobuf.FieldMask.Builder builderForValue)
Strongly recommended for the best service experience. Be aware that it will also increase latency when checking the status of a batch operation. If [update_mask][google.cloud.talent.v4beta1.BatchUpdateJobsRequest.update_mask] is provided, only the specified fields in [Job][google.cloud.talent.v4beta1.Job] are updated. Otherwise all the fields are updated. A field mask to restrict the fields that are updated. Only top level fields of [Job][google.cloud.talent.v4beta1.Job] are supported. If [update_mask][google.cloud.talent.v4beta1.BatchUpdateJobsRequest.update_mask] is provided, The [Job][google.cloud.talent.v4beta1.Job] inside [JobResult][google.cloud.talent.v4beta1.JobOperationResult.JobResult] will only contains fields that is updated, plus the Id of the Job. Otherwise, [Job][google.cloud.talent.v4beta1.Job] will include all fields, which can yield a very large response.
.google.protobuf.FieldMask update_mask = 3;
-
mergeUpdateMask
public BatchUpdateJobsRequest.Builder mergeUpdateMask(com.google.protobuf.FieldMask value)
Strongly recommended for the best service experience. Be aware that it will also increase latency when checking the status of a batch operation. If [update_mask][google.cloud.talent.v4beta1.BatchUpdateJobsRequest.update_mask] is provided, only the specified fields in [Job][google.cloud.talent.v4beta1.Job] are updated. Otherwise all the fields are updated. A field mask to restrict the fields that are updated. Only top level fields of [Job][google.cloud.talent.v4beta1.Job] are supported. If [update_mask][google.cloud.talent.v4beta1.BatchUpdateJobsRequest.update_mask] is provided, The [Job][google.cloud.talent.v4beta1.Job] inside [JobResult][google.cloud.talent.v4beta1.JobOperationResult.JobResult] will only contains fields that is updated, plus the Id of the Job. Otherwise, [Job][google.cloud.talent.v4beta1.Job] will include all fields, which can yield a very large response.
.google.protobuf.FieldMask update_mask = 3;
-
clearUpdateMask
public BatchUpdateJobsRequest.Builder clearUpdateMask()
Strongly recommended for the best service experience. Be aware that it will also increase latency when checking the status of a batch operation. If [update_mask][google.cloud.talent.v4beta1.BatchUpdateJobsRequest.update_mask] is provided, only the specified fields in [Job][google.cloud.talent.v4beta1.Job] are updated. Otherwise all the fields are updated. A field mask to restrict the fields that are updated. Only top level fields of [Job][google.cloud.talent.v4beta1.Job] are supported. If [update_mask][google.cloud.talent.v4beta1.BatchUpdateJobsRequest.update_mask] is provided, The [Job][google.cloud.talent.v4beta1.Job] inside [JobResult][google.cloud.talent.v4beta1.JobOperationResult.JobResult] will only contains fields that is updated, plus the Id of the Job. Otherwise, [Job][google.cloud.talent.v4beta1.Job] will include all fields, which can yield a very large response.
.google.protobuf.FieldMask update_mask = 3;
-
getUpdateMaskBuilder
public com.google.protobuf.FieldMask.Builder getUpdateMaskBuilder()
Strongly recommended for the best service experience. Be aware that it will also increase latency when checking the status of a batch operation. If [update_mask][google.cloud.talent.v4beta1.BatchUpdateJobsRequest.update_mask] is provided, only the specified fields in [Job][google.cloud.talent.v4beta1.Job] are updated. Otherwise all the fields are updated. A field mask to restrict the fields that are updated. Only top level fields of [Job][google.cloud.talent.v4beta1.Job] are supported. If [update_mask][google.cloud.talent.v4beta1.BatchUpdateJobsRequest.update_mask] is provided, The [Job][google.cloud.talent.v4beta1.Job] inside [JobResult][google.cloud.talent.v4beta1.JobOperationResult.JobResult] will only contains fields that is updated, plus the Id of the Job. Otherwise, [Job][google.cloud.talent.v4beta1.Job] will include all fields, which can yield a very large response.
.google.protobuf.FieldMask update_mask = 3;
-
getUpdateMaskOrBuilder
public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
Strongly recommended for the best service experience. Be aware that it will also increase latency when checking the status of a batch operation. If [update_mask][google.cloud.talent.v4beta1.BatchUpdateJobsRequest.update_mask] is provided, only the specified fields in [Job][google.cloud.talent.v4beta1.Job] are updated. Otherwise all the fields are updated. A field mask to restrict the fields that are updated. Only top level fields of [Job][google.cloud.talent.v4beta1.Job] are supported. If [update_mask][google.cloud.talent.v4beta1.BatchUpdateJobsRequest.update_mask] is provided, The [Job][google.cloud.talent.v4beta1.Job] inside [JobResult][google.cloud.talent.v4beta1.JobOperationResult.JobResult] will only contains fields that is updated, plus the Id of the Job. Otherwise, [Job][google.cloud.talent.v4beta1.Job] will include all fields, which can yield a very large response.
.google.protobuf.FieldMask update_mask = 3;
- Specified by:
getUpdateMaskOrBuilder
in interfaceBatchUpdateJobsRequestOrBuilder
-
setUnknownFields
public final BatchUpdateJobsRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<BatchUpdateJobsRequest.Builder>
-
mergeUnknownFields
public final BatchUpdateJobsRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<BatchUpdateJobsRequest.Builder>
-
-