Uses of Class
com.google.cloud.talent.v4beta1.BatchDeleteJobsRequest
-
Packages that use BatchDeleteJobsRequest Package Description com.google.cloud.talent.v4beta1 A client to Cloud Talent Solution APIcom.google.cloud.talent.v4beta1.stub -
-
Uses of BatchDeleteJobsRequest in com.google.cloud.talent.v4beta1
Methods in com.google.cloud.talent.v4beta1 that return BatchDeleteJobsRequest Modifier and Type Method Description BatchDeleteJobsRequest
BatchDeleteJobsRequest.Builder. build()
BatchDeleteJobsRequest
BatchDeleteJobsRequest.Builder. buildPartial()
static BatchDeleteJobsRequest
BatchDeleteJobsRequest. getDefaultInstance()
BatchDeleteJobsRequest
BatchDeleteJobsRequest.Builder. getDefaultInstanceForType()
BatchDeleteJobsRequest
BatchDeleteJobsRequest. getDefaultInstanceForType()
static BatchDeleteJobsRequest
BatchDeleteJobsRequest. parseDelimitedFrom(InputStream input)
static BatchDeleteJobsRequest
BatchDeleteJobsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchDeleteJobsRequest
BatchDeleteJobsRequest. parseFrom(byte[] data)
static BatchDeleteJobsRequest
BatchDeleteJobsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchDeleteJobsRequest
BatchDeleteJobsRequest. parseFrom(com.google.protobuf.ByteString data)
static BatchDeleteJobsRequest
BatchDeleteJobsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchDeleteJobsRequest
BatchDeleteJobsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static BatchDeleteJobsRequest
BatchDeleteJobsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchDeleteJobsRequest
BatchDeleteJobsRequest. parseFrom(InputStream input)
static BatchDeleteJobsRequest
BatchDeleteJobsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchDeleteJobsRequest
BatchDeleteJobsRequest. parseFrom(ByteBuffer data)
static BatchDeleteJobsRequest
BatchDeleteJobsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.talent.v4beta1 that return types with arguments of type BatchDeleteJobsRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<BatchDeleteJobsRequest,com.google.protobuf.Empty>
JobServiceClient. batchDeleteJobsCallable()
Deletes a list of [Job][google.cloud.talent.v4beta1.Job]s by filter.com.google.api.gax.rpc.UnaryCallSettings<BatchDeleteJobsRequest,com.google.protobuf.Empty>
JobServiceSettings. batchDeleteJobsSettings()
Returns the object with the settings used for calls to batchDeleteJobs.com.google.api.gax.rpc.UnaryCallSettings.Builder<BatchDeleteJobsRequest,com.google.protobuf.Empty>
JobServiceSettings.Builder. batchDeleteJobsSettings()
Returns the builder for the settings used for calls to batchDeleteJobs.static io.grpc.MethodDescriptor<BatchDeleteJobsRequest,com.google.protobuf.Empty>
JobServiceGrpc. getBatchDeleteJobsMethod()
com.google.protobuf.Parser<BatchDeleteJobsRequest>
BatchDeleteJobsRequest. getParserForType()
static com.google.protobuf.Parser<BatchDeleteJobsRequest>
BatchDeleteJobsRequest. parser()
Methods in com.google.cloud.talent.v4beta1 with parameters of type BatchDeleteJobsRequest Modifier and Type Method Description void
JobServiceClient. batchDeleteJobs(BatchDeleteJobsRequest request)
Deletes a list of [Job][google.cloud.talent.v4beta1.Job]s by filter.default void
JobServiceGrpc.AsyncService. batchDeleteJobs(BatchDeleteJobsRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Deletes a list of [Job][google.cloud.talent.v4beta1.Job]s by filter.com.google.protobuf.Empty
JobServiceGrpc.JobServiceBlockingStub. batchDeleteJobs(BatchDeleteJobsRequest request)
Deletes a list of [Job][google.cloud.talent.v4beta1.Job]s by filter.com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
JobServiceGrpc.JobServiceFutureStub. batchDeleteJobs(BatchDeleteJobsRequest request)
Deletes a list of [Job][google.cloud.talent.v4beta1.Job]s by filter.void
JobServiceGrpc.JobServiceStub. batchDeleteJobs(BatchDeleteJobsRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Deletes a list of [Job][google.cloud.talent.v4beta1.Job]s by filter.BatchDeleteJobsRequest.Builder
BatchDeleteJobsRequest.Builder. mergeFrom(BatchDeleteJobsRequest other)
static BatchDeleteJobsRequest.Builder
BatchDeleteJobsRequest. newBuilder(BatchDeleteJobsRequest prototype)
-
Uses of BatchDeleteJobsRequest in com.google.cloud.talent.v4beta1.stub
Methods in com.google.cloud.talent.v4beta1.stub that return types with arguments of type BatchDeleteJobsRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<BatchDeleteJobsRequest,com.google.protobuf.Empty>
GrpcJobServiceStub. batchDeleteJobsCallable()
com.google.api.gax.rpc.UnaryCallable<BatchDeleteJobsRequest,com.google.protobuf.Empty>
HttpJsonJobServiceStub. batchDeleteJobsCallable()
com.google.api.gax.rpc.UnaryCallable<BatchDeleteJobsRequest,com.google.protobuf.Empty>
JobServiceStub. batchDeleteJobsCallable()
com.google.api.gax.rpc.UnaryCallSettings<BatchDeleteJobsRequest,com.google.protobuf.Empty>
JobServiceStubSettings. batchDeleteJobsSettings()
Returns the object with the settings used for calls to batchDeleteJobs.com.google.api.gax.rpc.UnaryCallSettings.Builder<BatchDeleteJobsRequest,com.google.protobuf.Empty>
JobServiceStubSettings.Builder. batchDeleteJobsSettings()
Returns the builder for the settings used for calls to batchDeleteJobs.
-