Class 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 Detail

      • BatchControllerStub

        public BatchControllerStub()
    • Method Detail

      • getOperationsStub

        public com.google.longrunning.stub.OperationsStub getOperationsStub()
      • getHttpJsonOperationsStub

        public com.google.api.gax.httpjson.longrunning.stub.OperationsStub getHttpJsonOperationsStub()
      • 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()
      • 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()