@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/dataproc/v1/batches.proto") public final class BatchControllerGrpc extends Object
The BatchController provides methods to manage batch workloads.
Modifier and Type | Class and Description |
---|---|
static class |
BatchControllerGrpc.BatchControllerBlockingStub
The BatchController provides methods to manage batch workloads.
|
static class |
BatchControllerGrpc.BatchControllerFutureStub
The BatchController provides methods to manage batch workloads.
|
static class |
BatchControllerGrpc.BatchControllerImplBase
The BatchController provides methods to manage batch workloads.
|
static class |
BatchControllerGrpc.BatchControllerStub
The BatchController provides methods to manage batch workloads.
|
Modifier and Type | Field and Description |
---|---|
static String |
SERVICE_NAME |
Modifier and Type | Method and Description |
---|---|
static MethodDescriptor<CreateBatchRequest,Operation> |
getCreateBatchMethod() |
static MethodDescriptor<DeleteBatchRequest,Empty> |
getDeleteBatchMethod() |
static MethodDescriptor<GetBatchRequest,Batch> |
getGetBatchMethod() |
static MethodDescriptor<ListBatchesRequest,ListBatchesResponse> |
getListBatchesMethod() |
static ServiceDescriptor |
getServiceDescriptor() |
static BatchControllerGrpc.BatchControllerBlockingStub |
newBlockingStub(Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static BatchControllerGrpc.BatchControllerFutureStub |
newFutureStub(Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static BatchControllerGrpc.BatchControllerStub |
newStub(Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final String SERVICE_NAME
public static MethodDescriptor<CreateBatchRequest,Operation> getCreateBatchMethod()
public static MethodDescriptor<GetBatchRequest,Batch> getGetBatchMethod()
public static MethodDescriptor<ListBatchesRequest,ListBatchesResponse> getListBatchesMethod()
public static MethodDescriptor<DeleteBatchRequest,Empty> getDeleteBatchMethod()
public static BatchControllerGrpc.BatchControllerStub newStub(Channel channel)
public static BatchControllerGrpc.BatchControllerBlockingStub newBlockingStub(Channel channel)
public static BatchControllerGrpc.BatchControllerFutureStub newFutureStub(Channel channel)
public static ServiceDescriptor getServiceDescriptor()
Copyright © 2022 Google LLC. All rights reserved.