Uses of Class
com.google.cloud.dataproc.v1.DeleteBatchRequest
-
Packages that use DeleteBatchRequest Package Description com.google.cloud.dataproc.v1 A client to Cloud Dataproc APIcom.google.cloud.dataproc.v1.stub -
-
Uses of DeleteBatchRequest in com.google.cloud.dataproc.v1
Methods in com.google.cloud.dataproc.v1 that return DeleteBatchRequest Modifier and Type Method Description DeleteBatchRequestDeleteBatchRequest.Builder. build()DeleteBatchRequestDeleteBatchRequest.Builder. buildPartial()static DeleteBatchRequestDeleteBatchRequest. getDefaultInstance()DeleteBatchRequestDeleteBatchRequest.Builder. getDefaultInstanceForType()DeleteBatchRequestDeleteBatchRequest. getDefaultInstanceForType()static DeleteBatchRequestDeleteBatchRequest. parseDelimitedFrom(InputStream input)static DeleteBatchRequestDeleteBatchRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteBatchRequestDeleteBatchRequest. parseFrom(byte[] data)static DeleteBatchRequestDeleteBatchRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteBatchRequestDeleteBatchRequest. parseFrom(com.google.protobuf.ByteString data)static DeleteBatchRequestDeleteBatchRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteBatchRequestDeleteBatchRequest. parseFrom(com.google.protobuf.CodedInputStream input)static DeleteBatchRequestDeleteBatchRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteBatchRequestDeleteBatchRequest. parseFrom(InputStream input)static DeleteBatchRequestDeleteBatchRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteBatchRequestDeleteBatchRequest. parseFrom(ByteBuffer data)static DeleteBatchRequestDeleteBatchRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.dataproc.v1 that return types with arguments of type DeleteBatchRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteBatchRequest,com.google.protobuf.Empty>BatchControllerClient. deleteBatchCallable()Deletes the batch workload resource.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteBatchRequest,com.google.protobuf.Empty>BatchControllerSettings.Builder. deleteBatchSettings()Returns the builder for the settings used for calls to deleteBatch.com.google.api.gax.rpc.UnaryCallSettings<DeleteBatchRequest,com.google.protobuf.Empty>BatchControllerSettings. deleteBatchSettings()Returns the object with the settings used for calls to deleteBatch.static io.grpc.MethodDescriptor<DeleteBatchRequest,com.google.protobuf.Empty>BatchControllerGrpc. getDeleteBatchMethod()com.google.protobuf.Parser<DeleteBatchRequest>DeleteBatchRequest. getParserForType()static com.google.protobuf.Parser<DeleteBatchRequest>DeleteBatchRequest. parser()Methods in com.google.cloud.dataproc.v1 with parameters of type DeleteBatchRequest Modifier and Type Method Description voidBatchControllerClient. deleteBatch(DeleteBatchRequest request)Deletes the batch workload resource.default voidBatchControllerGrpc.AsyncService. deleteBatch(DeleteBatchRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)Deletes the batch workload resource.com.google.protobuf.EmptyBatchControllerGrpc.BatchControllerBlockingStub. deleteBatch(DeleteBatchRequest request)Deletes the batch workload resource.com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>BatchControllerGrpc.BatchControllerFutureStub. deleteBatch(DeleteBatchRequest request)Deletes the batch workload resource.voidBatchControllerGrpc.BatchControllerStub. deleteBatch(DeleteBatchRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)Deletes the batch workload resource.DeleteBatchRequest.BuilderDeleteBatchRequest.Builder. mergeFrom(DeleteBatchRequest other)static DeleteBatchRequest.BuilderDeleteBatchRequest. newBuilder(DeleteBatchRequest prototype) -
Uses of DeleteBatchRequest in com.google.cloud.dataproc.v1.stub
Methods in com.google.cloud.dataproc.v1.stub that return types with arguments of type DeleteBatchRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteBatchRequest,com.google.protobuf.Empty>BatchControllerStub. deleteBatchCallable()com.google.api.gax.rpc.UnaryCallable<DeleteBatchRequest,com.google.protobuf.Empty>GrpcBatchControllerStub. deleteBatchCallable()com.google.api.gax.rpc.UnaryCallable<DeleteBatchRequest,com.google.protobuf.Empty>HttpJsonBatchControllerStub. deleteBatchCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteBatchRequest,com.google.protobuf.Empty>BatchControllerStubSettings.Builder. deleteBatchSettings()Returns the builder for the settings used for calls to deleteBatch.com.google.api.gax.rpc.UnaryCallSettings<DeleteBatchRequest,com.google.protobuf.Empty>BatchControllerStubSettings. deleteBatchSettings()Returns the object with the settings used for calls to deleteBatch.
-