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