@Generated(value="by gapic-generator-java") public abstract class BatchControllerStub extends Object implements BackgroundResource
This class is for advanced usage and reflects the underlying API directly.
Constructor and Description |
---|
BatchControllerStub() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
awaitTermination, isShutdown, isTerminated, shutdown, shutdownNow
public OperationsStub getOperationsStub()
public OperationsStub getHttpJsonOperationsStub()
public OperationCallable<CreateBatchRequest,Batch,BatchOperationMetadata> createBatchOperationCallable()
public UnaryCallable<CreateBatchRequest,Operation> createBatchCallable()
public UnaryCallable<GetBatchRequest,Batch> getBatchCallable()
public UnaryCallable<ListBatchesRequest,BatchControllerClient.ListBatchesPagedResponse> listBatchesPagedCallable()
public UnaryCallable<ListBatchesRequest,ListBatchesResponse> listBatchesCallable()
public UnaryCallable<DeleteBatchRequest,Empty> deleteBatchCallable()
public abstract void close()
close
in interface AutoCloseable
Copyright © 2022 Google LLC. All rights reserved.