public static final class BatchCreateJobsRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<BatchCreateJobsRequest.Builder> implements BatchCreateJobsRequestOrBuilder
Request to create a batch of jobs.Protobuf type
google.cloud.talent.v4beta1.BatchCreateJobsRequestgetAllFields, 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, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<BatchCreateJobsRequest.Builder>public BatchCreateJobsRequest.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<BatchCreateJobsRequest.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<BatchCreateJobsRequest.Builder>public BatchCreateJobsRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic BatchCreateJobsRequest build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic BatchCreateJobsRequest buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic BatchCreateJobsRequest.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<BatchCreateJobsRequest.Builder>public BatchCreateJobsRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<BatchCreateJobsRequest.Builder>public BatchCreateJobsRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<BatchCreateJobsRequest.Builder>public BatchCreateJobsRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<BatchCreateJobsRequest.Builder>public BatchCreateJobsRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<BatchCreateJobsRequest.Builder>public BatchCreateJobsRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<BatchCreateJobsRequest.Builder>public BatchCreateJobsRequest.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<BatchCreateJobsRequest.Builder>public BatchCreateJobsRequest.Builder mergeFrom(BatchCreateJobsRequest other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<BatchCreateJobsRequest.Builder>public BatchCreateJobsRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<BatchCreateJobsRequest.Builder>IOExceptionpublic 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/api-test-project/tenant/foo".
Tenant id is optional and a default tenant is created if unspecified, for
example, "projects/api-test-project".
string parent = 1;getParent in interface BatchCreateJobsRequestOrBuilderpublic 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/api-test-project/tenant/foo".
Tenant id is optional and a default tenant is created if unspecified, for
example, "projects/api-test-project".
string parent = 1;getParentBytes in interface BatchCreateJobsRequestOrBuilderpublic BatchCreateJobsRequest.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/api-test-project/tenant/foo".
Tenant id is optional and a default tenant is created if unspecified, for
example, "projects/api-test-project".
string parent = 1;public BatchCreateJobsRequest.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/api-test-project/tenant/foo".
Tenant id is optional and a default tenant is created if unspecified, for
example, "projects/api-test-project".
string parent = 1;public BatchCreateJobsRequest.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/api-test-project/tenant/foo".
Tenant id is optional and a default tenant is created if unspecified, for
example, "projects/api-test-project".
string parent = 1;public List<Job> getJobsList()
Required. The jobs to be created.
repeated .google.cloud.talent.v4beta1.Job jobs = 2;getJobsList in interface BatchCreateJobsRequestOrBuilderpublic int getJobsCount()
Required. The jobs to be created.
repeated .google.cloud.talent.v4beta1.Job jobs = 2;getJobsCount in interface BatchCreateJobsRequestOrBuilderpublic Job getJobs(int index)
Required. The jobs to be created.
repeated .google.cloud.talent.v4beta1.Job jobs = 2;getJobs in interface BatchCreateJobsRequestOrBuilderpublic BatchCreateJobsRequest.Builder setJobs(int index, Job value)
Required. The jobs to be created.
repeated .google.cloud.talent.v4beta1.Job jobs = 2;public BatchCreateJobsRequest.Builder setJobs(int index, Job.Builder builderForValue)
Required. The jobs to be created.
repeated .google.cloud.talent.v4beta1.Job jobs = 2;public BatchCreateJobsRequest.Builder addJobs(Job value)
Required. The jobs to be created.
repeated .google.cloud.talent.v4beta1.Job jobs = 2;public BatchCreateJobsRequest.Builder addJobs(int index, Job value)
Required. The jobs to be created.
repeated .google.cloud.talent.v4beta1.Job jobs = 2;public BatchCreateJobsRequest.Builder addJobs(Job.Builder builderForValue)
Required. The jobs to be created.
repeated .google.cloud.talent.v4beta1.Job jobs = 2;public BatchCreateJobsRequest.Builder addJobs(int index, Job.Builder builderForValue)
Required. The jobs to be created.
repeated .google.cloud.talent.v4beta1.Job jobs = 2;public BatchCreateJobsRequest.Builder addAllJobs(Iterable<? extends Job> values)
Required. The jobs to be created.
repeated .google.cloud.talent.v4beta1.Job jobs = 2;public BatchCreateJobsRequest.Builder clearJobs()
Required. The jobs to be created.
repeated .google.cloud.talent.v4beta1.Job jobs = 2;public BatchCreateJobsRequest.Builder removeJobs(int index)
Required. The jobs to be created.
repeated .google.cloud.talent.v4beta1.Job jobs = 2;public Job.Builder getJobsBuilder(int index)
Required. The jobs to be created.
repeated .google.cloud.talent.v4beta1.Job jobs = 2;public JobOrBuilder getJobsOrBuilder(int index)
Required. The jobs to be created.
repeated .google.cloud.talent.v4beta1.Job jobs = 2;getJobsOrBuilder in interface BatchCreateJobsRequestOrBuilderpublic List<? extends JobOrBuilder> getJobsOrBuilderList()
Required. The jobs to be created.
repeated .google.cloud.talent.v4beta1.Job jobs = 2;getJobsOrBuilderList in interface BatchCreateJobsRequestOrBuilderpublic Job.Builder addJobsBuilder()
Required. The jobs to be created.
repeated .google.cloud.talent.v4beta1.Job jobs = 2;public Job.Builder addJobsBuilder(int index)
Required. The jobs to be created.
repeated .google.cloud.talent.v4beta1.Job jobs = 2;public List<Job.Builder> getJobsBuilderList()
Required. The jobs to be created.
repeated .google.cloud.talent.v4beta1.Job jobs = 2;public final BatchCreateJobsRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<BatchCreateJobsRequest.Builder>public final BatchCreateJobsRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<BatchCreateJobsRequest.Builder>Copyright © 2019 Google LLC. All rights reserved.