Uses of Class
com.google.cloud.talent.v4.BatchCreateJobsResponse
-
Packages that use BatchCreateJobsResponse Package Description com.google.cloud.talent.v4 A client to Cloud Talent Solution APIcom.google.cloud.talent.v4.stub -
-
Uses of BatchCreateJobsResponse in com.google.cloud.talent.v4
Methods in com.google.cloud.talent.v4 that return BatchCreateJobsResponse Modifier and Type Method Description BatchCreateJobsResponseBatchCreateJobsResponse.Builder. build()BatchCreateJobsResponseBatchCreateJobsResponse.Builder. buildPartial()static BatchCreateJobsResponseBatchCreateJobsResponse. getDefaultInstance()BatchCreateJobsResponseBatchCreateJobsResponse.Builder. getDefaultInstanceForType()BatchCreateJobsResponseBatchCreateJobsResponse. getDefaultInstanceForType()static BatchCreateJobsResponseBatchCreateJobsResponse. parseDelimitedFrom(InputStream input)static BatchCreateJobsResponseBatchCreateJobsResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchCreateJobsResponseBatchCreateJobsResponse. parseFrom(byte[] data)static BatchCreateJobsResponseBatchCreateJobsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchCreateJobsResponseBatchCreateJobsResponse. parseFrom(com.google.protobuf.ByteString data)static BatchCreateJobsResponseBatchCreateJobsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchCreateJobsResponseBatchCreateJobsResponse. parseFrom(com.google.protobuf.CodedInputStream input)static BatchCreateJobsResponseBatchCreateJobsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchCreateJobsResponseBatchCreateJobsResponse. parseFrom(InputStream input)static BatchCreateJobsResponseBatchCreateJobsResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchCreateJobsResponseBatchCreateJobsResponse. parseFrom(ByteBuffer data)static BatchCreateJobsResponseBatchCreateJobsResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.talent.v4 that return types with arguments of type BatchCreateJobsResponse Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<BatchCreateJobsResponse,BatchOperationMetadata>JobServiceClient. batchCreateJobsAsync(BatchCreateJobsRequest request)Begins executing a batch create jobs operation.com.google.api.gax.longrunning.OperationFuture<BatchCreateJobsResponse,BatchOperationMetadata>JobServiceClient. batchCreateJobsAsync(TenantName parent, List<Job> jobs)Begins executing a batch create jobs operation.com.google.api.gax.longrunning.OperationFuture<BatchCreateJobsResponse,BatchOperationMetadata>JobServiceClient. batchCreateJobsAsync(String parent, List<Job> jobs)Begins executing a batch create jobs operation.com.google.api.gax.rpc.OperationCallable<BatchCreateJobsRequest,BatchCreateJobsResponse,BatchOperationMetadata>JobServiceClient. batchCreateJobsOperationCallable()Begins executing a batch create jobs operation.com.google.api.gax.rpc.OperationCallSettings<BatchCreateJobsRequest,BatchCreateJobsResponse,BatchOperationMetadata>JobServiceSettings. batchCreateJobsOperationSettings()Returns the object with the settings used for calls to batchCreateJobs.com.google.api.gax.rpc.OperationCallSettings.Builder<BatchCreateJobsRequest,BatchCreateJobsResponse,BatchOperationMetadata>JobServiceSettings.Builder. batchCreateJobsOperationSettings()Returns the builder for the settings used for calls to batchCreateJobs.com.google.protobuf.Parser<BatchCreateJobsResponse>BatchCreateJobsResponse. getParserForType()static com.google.protobuf.Parser<BatchCreateJobsResponse>BatchCreateJobsResponse. parser()Methods in com.google.cloud.talent.v4 with parameters of type BatchCreateJobsResponse Modifier and Type Method Description BatchCreateJobsResponse.BuilderBatchCreateJobsResponse.Builder. mergeFrom(BatchCreateJobsResponse other)static BatchCreateJobsResponse.BuilderBatchCreateJobsResponse. newBuilder(BatchCreateJobsResponse prototype) -
Uses of BatchCreateJobsResponse in com.google.cloud.talent.v4.stub
Methods in com.google.cloud.talent.v4.stub that return types with arguments of type BatchCreateJobsResponse Modifier and Type Method Description com.google.api.gax.rpc.OperationCallable<BatchCreateJobsRequest,BatchCreateJobsResponse,BatchOperationMetadata>GrpcJobServiceStub. batchCreateJobsOperationCallable()com.google.api.gax.rpc.OperationCallable<BatchCreateJobsRequest,BatchCreateJobsResponse,BatchOperationMetadata>HttpJsonJobServiceStub. batchCreateJobsOperationCallable()com.google.api.gax.rpc.OperationCallable<BatchCreateJobsRequest,BatchCreateJobsResponse,BatchOperationMetadata>JobServiceStub. batchCreateJobsOperationCallable()com.google.api.gax.rpc.OperationCallSettings<BatchCreateJobsRequest,BatchCreateJobsResponse,BatchOperationMetadata>JobServiceStubSettings. batchCreateJobsOperationSettings()Returns the object with the settings used for calls to batchCreateJobs.com.google.api.gax.rpc.OperationCallSettings.Builder<BatchCreateJobsRequest,BatchCreateJobsResponse,BatchOperationMetadata>JobServiceStubSettings.Builder. batchCreateJobsOperationSettings()Returns the builder for the settings used for calls to batchCreateJobs.
-