Class BatchControllerStub
- java.lang.Object
-
- com.google.cloud.dataproc.v1.stub.BatchControllerStub
-
- All Implemented Interfaces:
com.google.api.gax.core.BackgroundResource
,AutoCloseable
- Direct Known Subclasses:
GrpcBatchControllerStub
,HttpJsonBatchControllerStub
@Generated("by gapic-generator-java") public abstract class BatchControllerStub extends Object implements com.google.api.gax.core.BackgroundResource
Base stub class for the BatchController service API.This class is for advanced usage and reflects the underlying API directly.
-
-
Constructor Summary
Constructors Constructor Description BatchControllerStub()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method 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.api.gax.rpc.UnaryCallable<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy>
getIamPolicyCallable()
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()
com.google.api.gax.rpc.UnaryCallable<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy>
setIamPolicyCallable()
com.google.api.gax.rpc.UnaryCallable<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse>
testIamPermissionsCallable()
-
-
-
Method Detail
-
getOperationsStub
public com.google.longrunning.stub.OperationsStub getOperationsStub()
-
getHttpJsonOperationsStub
public com.google.api.gax.httpjson.longrunning.stub.OperationsStub getHttpJsonOperationsStub()
-
createBatchOperationCallable
public com.google.api.gax.rpc.OperationCallable<CreateBatchRequest,Batch,BatchOperationMetadata> createBatchOperationCallable()
-
createBatchCallable
public com.google.api.gax.rpc.UnaryCallable<CreateBatchRequest,com.google.longrunning.Operation> createBatchCallable()
-
getBatchCallable
public com.google.api.gax.rpc.UnaryCallable<GetBatchRequest,Batch> getBatchCallable()
-
listBatchesPagedCallable
public com.google.api.gax.rpc.UnaryCallable<ListBatchesRequest,BatchControllerClient.ListBatchesPagedResponse> listBatchesPagedCallable()
-
listBatchesCallable
public com.google.api.gax.rpc.UnaryCallable<ListBatchesRequest,ListBatchesResponse> listBatchesCallable()
-
deleteBatchCallable
public com.google.api.gax.rpc.UnaryCallable<DeleteBatchRequest,com.google.protobuf.Empty> deleteBatchCallable()
-
setIamPolicyCallable
public com.google.api.gax.rpc.UnaryCallable<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> setIamPolicyCallable()
-
getIamPolicyCallable
public com.google.api.gax.rpc.UnaryCallable<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> getIamPolicyCallable()
-
testIamPermissionsCallable
public com.google.api.gax.rpc.UnaryCallable<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> testIamPermissionsCallable()
-
close
public abstract void close()
- Specified by:
close
in interfaceAutoCloseable
-
-