@Generated(value="by gapic-generator-java") public abstract class BatchControllerStub extends Object implements com.google.api.gax.core.BackgroundResource
This class is for advanced usage and reflects the underlying API directly.
| Constructor and Description |
|---|
BatchControllerStub() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
close() |
com.google.api.gax.rpc.UnaryCallable<CreateBatchRequest,com.google.longrunning.Operation> |
createBatchCallable() |
com.google.api.gax.rpc.OperationCallable<CreateBatchRequest,Batch,BatchOperationMetadata> |
createBatchOperationCallable() |
com.google.api.gax.rpc.UnaryCallable<DeleteBatchRequest,com.google.protobuf.Empty> |
deleteBatchCallable() |
com.google.api.gax.rpc.UnaryCallable<GetBatchRequest,Batch> |
getBatchCallable() |
com.google.api.gax.httpjson.longrunning.stub.OperationsStub |
getHttpJsonOperationsStub() |
com.google.longrunning.stub.OperationsStub |
getOperationsStub() |
com.google.api.gax.rpc.UnaryCallable<ListBatchesRequest,ListBatchesResponse> |
listBatchesCallable() |
com.google.api.gax.rpc.UnaryCallable<ListBatchesRequest,BatchControllerClient.ListBatchesPagedResponse> |
listBatchesPagedCallable() |
public com.google.longrunning.stub.OperationsStub getOperationsStub()
public com.google.api.gax.httpjson.longrunning.stub.OperationsStub getHttpJsonOperationsStub()
public com.google.api.gax.rpc.OperationCallable<CreateBatchRequest,Batch,BatchOperationMetadata> createBatchOperationCallable()
public com.google.api.gax.rpc.UnaryCallable<CreateBatchRequest,com.google.longrunning.Operation> createBatchCallable()
public com.google.api.gax.rpc.UnaryCallable<GetBatchRequest,Batch> getBatchCallable()
public com.google.api.gax.rpc.UnaryCallable<ListBatchesRequest,BatchControllerClient.ListBatchesPagedResponse> listBatchesPagedCallable()
public com.google.api.gax.rpc.UnaryCallable<ListBatchesRequest,ListBatchesResponse> listBatchesCallable()
public com.google.api.gax.rpc.UnaryCallable<DeleteBatchRequest,com.google.protobuf.Empty> deleteBatchCallable()
public abstract void close()
close in interface AutoCloseableCopyright © 2022 Google LLC. All rights reserved.