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 BatchDeleteJobsRequestBatchDeleteJobsRequest.Builder. build()BatchDeleteJobsRequestBatchDeleteJobsRequest.Builder. buildPartial()static BatchDeleteJobsRequestBatchDeleteJobsRequest. getDefaultInstance()BatchDeleteJobsRequestBatchDeleteJobsRequest.Builder. getDefaultInstanceForType()BatchDeleteJobsRequestBatchDeleteJobsRequest. getDefaultInstanceForType()static BatchDeleteJobsRequestBatchDeleteJobsRequest. parseDelimitedFrom(InputStream input)static BatchDeleteJobsRequestBatchDeleteJobsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchDeleteJobsRequestBatchDeleteJobsRequest. parseFrom(byte[] data)static BatchDeleteJobsRequestBatchDeleteJobsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchDeleteJobsRequestBatchDeleteJobsRequest. parseFrom(com.google.protobuf.ByteString data)static BatchDeleteJobsRequestBatchDeleteJobsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchDeleteJobsRequestBatchDeleteJobsRequest. parseFrom(com.google.protobuf.CodedInputStream input)static BatchDeleteJobsRequestBatchDeleteJobsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchDeleteJobsRequestBatchDeleteJobsRequest. parseFrom(InputStream input)static BatchDeleteJobsRequestBatchDeleteJobsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchDeleteJobsRequestBatchDeleteJobsRequest. parseFrom(ByteBuffer data)static BatchDeleteJobsRequestBatchDeleteJobsRequest. 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 voidJobServiceClient. batchDeleteJobs(BatchDeleteJobsRequest request)Deletes a list of [Job][google.cloud.talent.v4beta1.Job]s by filter.default voidJobServiceGrpc.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.EmptyJobServiceGrpc.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.voidJobServiceGrpc.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.BuilderBatchDeleteJobsRequest.Builder. mergeFrom(BatchDeleteJobsRequest other)static BatchDeleteJobsRequest.BuilderBatchDeleteJobsRequest. 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.
-