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