Class ClusterControllerStub

  • All Implemented Interfaces:
    com.google.api.gax.core.BackgroundResource, AutoCloseable
    Direct Known Subclasses:
    GrpcClusterControllerStub, HttpJsonClusterControllerStub

    @Generated("by gapic-generator-java")
    public abstract class ClusterControllerStub
    extends Object
    implements com.google.api.gax.core.BackgroundResource
    Base stub class for the ClusterController service API.

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

    • Constructor Detail

      • ClusterControllerStub

        public ClusterControllerStub()
    • Method Detail

      • getOperationsStub

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

        public com.google.api.gax.httpjson.longrunning.stub.OperationsStub getHttpJsonOperationsStub()
      • createClusterCallable

        public com.google.api.gax.rpc.UnaryCallable<CreateClusterRequest,​com.google.longrunning.Operation> createClusterCallable()
      • updateClusterCallable

        public com.google.api.gax.rpc.UnaryCallable<UpdateClusterRequest,​com.google.longrunning.Operation> updateClusterCallable()
      • stopClusterCallable

        public com.google.api.gax.rpc.UnaryCallable<StopClusterRequest,​com.google.longrunning.Operation> stopClusterCallable()
      • startClusterCallable

        public com.google.api.gax.rpc.UnaryCallable<StartClusterRequest,​com.google.longrunning.Operation> startClusterCallable()
      • deleteClusterCallable

        public com.google.api.gax.rpc.UnaryCallable<DeleteClusterRequest,​com.google.longrunning.Operation> deleteClusterCallable()
      • diagnoseClusterCallable

        public com.google.api.gax.rpc.UnaryCallable<DiagnoseClusterRequest,​com.google.longrunning.Operation> diagnoseClusterCallable()
      • 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()