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 DeleteBatchRequest
DeleteBatchRequest.Builder. build()
DeleteBatchRequest
DeleteBatchRequest.Builder. buildPartial()
static DeleteBatchRequest
DeleteBatchRequest. getDefaultInstance()
DeleteBatchRequest
DeleteBatchRequest.Builder. getDefaultInstanceForType()
DeleteBatchRequest
DeleteBatchRequest. getDefaultInstanceForType()
static DeleteBatchRequest
DeleteBatchRequest. parseDelimitedFrom(InputStream input)
static DeleteBatchRequest
DeleteBatchRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteBatchRequest
DeleteBatchRequest. parseFrom(byte[] data)
static DeleteBatchRequest
DeleteBatchRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteBatchRequest
DeleteBatchRequest. parseFrom(com.google.protobuf.ByteString data)
static DeleteBatchRequest
DeleteBatchRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteBatchRequest
DeleteBatchRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static DeleteBatchRequest
DeleteBatchRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteBatchRequest
DeleteBatchRequest. parseFrom(InputStream input)
static DeleteBatchRequest
DeleteBatchRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteBatchRequest
DeleteBatchRequest. parseFrom(ByteBuffer data)
static DeleteBatchRequest
DeleteBatchRequest. 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 void
BatchControllerClient. deleteBatch(DeleteBatchRequest request)
Deletes the batch workload resource.default void
BatchControllerGrpc.AsyncService. deleteBatch(DeleteBatchRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Deletes the batch workload resource.com.google.protobuf.Empty
BatchControllerGrpc.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.void
BatchControllerGrpc.BatchControllerStub. deleteBatch(DeleteBatchRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Deletes the batch workload resource.DeleteBatchRequest.Builder
DeleteBatchRequest.Builder. mergeFrom(DeleteBatchRequest other)
static DeleteBatchRequest.Builder
DeleteBatchRequest. 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.
-