Uses of Class
com.google.cloud.dataproc.v1.Batch
-
Packages that use Batch Package Description com.google.cloud.dataproc.v1 A client to Cloud Dataproc APIcom.google.cloud.dataproc.v1.stub -
-
Uses of Batch in com.google.cloud.dataproc.v1
Methods in com.google.cloud.dataproc.v1 that return Batch Modifier and Type Method Description Batch
Batch.Builder. build()
Batch
Batch.Builder. buildPartial()
Batch
BatchControllerClient. getBatch(BatchName name)
Gets the batch workload resource representation.Batch
BatchControllerClient. getBatch(GetBatchRequest request)
Gets the batch workload resource representation.Batch
BatchControllerClient. getBatch(String name)
Gets the batch workload resource representation.Batch
BatchControllerGrpc.BatchControllerBlockingStub. getBatch(GetBatchRequest request)
Gets the batch workload resource representation.Batch
CreateBatchRequest.Builder. getBatch()
Required.Batch
CreateBatchRequest. getBatch()
Required.Batch
CreateBatchRequestOrBuilder. getBatch()
Required.Batch
ListBatchesResponse.Builder. getBatches(int index)
The batches from the specified collection.Batch
ListBatchesResponse. getBatches(int index)
The batches from the specified collection.Batch
ListBatchesResponseOrBuilder. getBatches(int index)
The batches from the specified collection.static Batch
Batch. getDefaultInstance()
Batch
Batch.Builder. getDefaultInstanceForType()
Batch
Batch. getDefaultInstanceForType()
static Batch
Batch. parseDelimitedFrom(InputStream input)
static Batch
Batch. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Batch
Batch. parseFrom(byte[] data)
static Batch
Batch. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Batch
Batch. parseFrom(com.google.protobuf.ByteString data)
static Batch
Batch. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Batch
Batch. parseFrom(com.google.protobuf.CodedInputStream input)
static Batch
Batch. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Batch
Batch. parseFrom(InputStream input)
static Batch
Batch. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Batch
Batch. parseFrom(ByteBuffer data)
static Batch
Batch. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dataproc.v1 that return types with arguments of type Batch Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<Batch,BatchOperationMetadata>
BatchControllerClient. createBatchAsync(CreateBatchRequest request)
Creates a batch workload that executes asynchronously.com.google.api.gax.longrunning.OperationFuture<Batch,BatchOperationMetadata>
BatchControllerClient. createBatchAsync(LocationName parent, Batch batch, String batchId)
Creates a batch workload that executes asynchronously.com.google.api.gax.longrunning.OperationFuture<Batch,BatchOperationMetadata>
BatchControllerClient. createBatchAsync(String parent, Batch batch, String batchId)
Creates a batch workload that executes asynchronously.com.google.api.gax.rpc.OperationCallable<CreateBatchRequest,Batch,BatchOperationMetadata>
BatchControllerClient. createBatchOperationCallable()
Creates a batch workload that executes asynchronously.com.google.api.gax.rpc.OperationCallSettings.Builder<CreateBatchRequest,Batch,BatchOperationMetadata>
BatchControllerSettings.Builder. createBatchOperationSettings()
Returns the builder for the settings used for calls to createBatch.com.google.api.gax.rpc.OperationCallSettings<CreateBatchRequest,Batch,BatchOperationMetadata>
BatchControllerSettings. createBatchOperationSettings()
Returns the object with the settings used for calls to createBatch.com.google.common.util.concurrent.ListenableFuture<Batch>
BatchControllerGrpc.BatchControllerFutureStub. getBatch(GetBatchRequest request)
Gets the batch workload resource representation.com.google.api.gax.rpc.UnaryCallable<GetBatchRequest,Batch>
BatchControllerClient. getBatchCallable()
Gets the batch workload resource representation.List<Batch>
ListBatchesResponse.Builder. getBatchesList()
The batches from the specified collection.List<Batch>
ListBatchesResponse. getBatchesList()
The batches from the specified collection.List<Batch>
ListBatchesResponseOrBuilder. getBatchesList()
The batches from the specified collection.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetBatchRequest,Batch>
BatchControllerSettings.Builder. getBatchSettings()
Returns the builder for the settings used for calls to getBatch.com.google.api.gax.rpc.UnaryCallSettings<GetBatchRequest,Batch>
BatchControllerSettings. getBatchSettings()
Returns the object with the settings used for calls to getBatch.static io.grpc.MethodDescriptor<GetBatchRequest,Batch>
BatchControllerGrpc. getGetBatchMethod()
com.google.protobuf.Parser<Batch>
Batch. getParserForType()
static com.google.protobuf.Parser<Batch>
Batch. parser()
Methods in com.google.cloud.dataproc.v1 with parameters of type Batch Modifier and Type Method Description ListBatchesResponse.Builder
ListBatchesResponse.Builder. addBatches(int index, Batch value)
The batches from the specified collection.ListBatchesResponse.Builder
ListBatchesResponse.Builder. addBatches(Batch value)
The batches from the specified collection.com.google.api.gax.longrunning.OperationFuture<Batch,BatchOperationMetadata>
BatchControllerClient. createBatchAsync(LocationName parent, Batch batch, String batchId)
Creates a batch workload that executes asynchronously.com.google.api.gax.longrunning.OperationFuture<Batch,BatchOperationMetadata>
BatchControllerClient. createBatchAsync(String parent, Batch batch, String batchId)
Creates a batch workload that executes asynchronously.CreateBatchRequest.Builder
CreateBatchRequest.Builder. mergeBatch(Batch value)
Required.Batch.Builder
Batch.Builder. mergeFrom(Batch other)
static Batch.Builder
Batch. newBuilder(Batch prototype)
CreateBatchRequest.Builder
CreateBatchRequest.Builder. setBatch(Batch value)
Required.ListBatchesResponse.Builder
ListBatchesResponse.Builder. setBatches(int index, Batch value)
The batches from the specified collection.Method parameters in com.google.cloud.dataproc.v1 with type arguments of type Batch Modifier and Type Method Description ListBatchesResponse.Builder
ListBatchesResponse.Builder. addAllBatches(Iterable<? extends Batch> values)
The batches from the specified collection.static com.google.api.core.ApiFuture<BatchControllerClient.ListBatchesPagedResponse>
BatchControllerClient.ListBatchesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListBatchesRequest,ListBatchesResponse,Batch> context, com.google.api.core.ApiFuture<ListBatchesResponse> futureResponse)
protected BatchControllerClient.ListBatchesPage
BatchControllerClient.ListBatchesPage. createPage(com.google.api.gax.rpc.PageContext<ListBatchesRequest,ListBatchesResponse,Batch> context, ListBatchesResponse response)
com.google.api.core.ApiFuture<BatchControllerClient.ListBatchesPage>
BatchControllerClient.ListBatchesPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListBatchesRequest,ListBatchesResponse,Batch> context, com.google.api.core.ApiFuture<ListBatchesResponse> futureResponse)
default void
BatchControllerGrpc.AsyncService. getBatch(GetBatchRequest request, io.grpc.stub.StreamObserver<Batch> responseObserver)
Gets the batch workload resource representation.void
BatchControllerGrpc.BatchControllerStub. getBatch(GetBatchRequest request, io.grpc.stub.StreamObserver<Batch> responseObserver)
Gets the batch workload resource representation. -
Uses of Batch in com.google.cloud.dataproc.v1.stub
Methods in com.google.cloud.dataproc.v1.stub that return types with arguments of type Batch Modifier and Type Method Description com.google.api.gax.rpc.OperationCallable<CreateBatchRequest,Batch,BatchOperationMetadata>
BatchControllerStub. createBatchOperationCallable()
com.google.api.gax.rpc.OperationCallable<CreateBatchRequest,Batch,BatchOperationMetadata>
GrpcBatchControllerStub. createBatchOperationCallable()
com.google.api.gax.rpc.OperationCallable<CreateBatchRequest,Batch,BatchOperationMetadata>
HttpJsonBatchControllerStub. createBatchOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<CreateBatchRequest,Batch,BatchOperationMetadata>
BatchControllerStubSettings.Builder. createBatchOperationSettings()
Returns the builder for the settings used for calls to createBatch.com.google.api.gax.rpc.OperationCallSettings<CreateBatchRequest,Batch,BatchOperationMetadata>
BatchControllerStubSettings. createBatchOperationSettings()
Returns the object with the settings used for calls to createBatch.com.google.api.gax.rpc.UnaryCallable<GetBatchRequest,Batch>
BatchControllerStub. getBatchCallable()
com.google.api.gax.rpc.UnaryCallable<GetBatchRequest,Batch>
GrpcBatchControllerStub. getBatchCallable()
com.google.api.gax.rpc.UnaryCallable<GetBatchRequest,Batch>
HttpJsonBatchControllerStub. getBatchCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetBatchRequest,Batch>
BatchControllerStubSettings.Builder. getBatchSettings()
Returns the builder for the settings used for calls to getBatch.com.google.api.gax.rpc.UnaryCallSettings<GetBatchRequest,Batch>
BatchControllerStubSettings. getBatchSettings()
Returns the object with the settings used for calls to getBatch.
-