Class BatchControllerStub (4.91.1)

public abstract class BatchControllerStub implements BackgroundResource

Base stub class for the BatchController service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > BatchControllerStub

Implements

BackgroundResource

Constructors

BatchControllerStub()

public BatchControllerStub()

Methods

close()

public abstract void close()

createBatchCallable()

public UnaryCallable<CreateBatchRequest,Operation> createBatchCallable()
Returns
Type Description
UnaryCallable<CreateBatchRequest,Operation>

createBatchOperationCallable()

public OperationCallable<CreateBatchRequest,Batch,BatchOperationMetadata> createBatchOperationCallable()
Returns
Type Description
OperationCallable<CreateBatchRequest,Batch,BatchOperationMetadata>

deleteBatchCallable()

public UnaryCallable<DeleteBatchRequest,Empty> deleteBatchCallable()
Returns
Type Description
UnaryCallable<DeleteBatchRequest,Empty>

getBatchCallable()

public UnaryCallable<GetBatchRequest,Batch> getBatchCallable()
Returns
Type Description
UnaryCallable<GetBatchRequest,Batch>

getHttpJsonOperationsStub()

public @Nullable OperationsStub getHttpJsonOperationsStub()
Returns
Type Description
@org.jspecify.annotations.Nullable com.google.api.gax.httpjson.longrunning.stub.OperationsStub

getIamPolicyCallable()

public UnaryCallable<GetIamPolicyRequest,Policy> getIamPolicyCallable()
Returns
Type Description
UnaryCallable<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy>

getOperationsStub()

public @Nullable OperationsStub getOperationsStub()
Returns
Type Description
@org.jspecify.annotations.Nullable com.google.longrunning.stub.OperationsStub

listBatchesCallable()

public UnaryCallable<ListBatchesRequest,ListBatchesResponse> listBatchesCallable()
Returns
Type Description
UnaryCallable<ListBatchesRequest,ListBatchesResponse>

listBatchesPagedCallable()

public UnaryCallable<ListBatchesRequest,BatchControllerClient.ListBatchesPagedResponse> listBatchesPagedCallable()
Returns
Type Description
UnaryCallable<ListBatchesRequest,ListBatchesPagedResponse>

setIamPolicyCallable()

public UnaryCallable<SetIamPolicyRequest,Policy> setIamPolicyCallable()
Returns
Type Description
UnaryCallable<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy>

testIamPermissionsCallable()

public UnaryCallable<TestIamPermissionsRequest,TestIamPermissionsResponse> testIamPermissionsCallable()
Returns
Type Description
UnaryCallable<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse>