Class BigtableInstanceAdminGrpc

java.lang.Object
com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc

@Generated(value="by gRPC proto compiler", comments="Source: google/bigtable/admin/v2/bigtable_instance_admin.proto") public final class BigtableInstanceAdminGrpc extends Object
 Service for creating, configuring, and deleting Cloud Bigtable Instances and
 Clusters. Provides access to the Instance and Cluster schemas only, not the
 tables' metadata or data stored in those tables.
 
  • Field Details

  • Method Details

    • getCreateInstanceMethod

      public static io.grpc.MethodDescriptor<CreateInstanceRequest,com.google.longrunning.Operation> getCreateInstanceMethod()
    • getGetInstanceMethod

      public static io.grpc.MethodDescriptor<GetInstanceRequest,Instance> getGetInstanceMethod()
    • getListInstancesMethod

      public static io.grpc.MethodDescriptor<ListInstancesRequest,ListInstancesResponse> getListInstancesMethod()
    • getUpdateInstanceMethod

      public static io.grpc.MethodDescriptor<Instance,Instance> getUpdateInstanceMethod()
    • getPartialUpdateInstanceMethod

      public static io.grpc.MethodDescriptor<PartialUpdateInstanceRequest,com.google.longrunning.Operation> getPartialUpdateInstanceMethod()
    • getDeleteInstanceMethod

      public static io.grpc.MethodDescriptor<DeleteInstanceRequest,com.google.protobuf.Empty> getDeleteInstanceMethod()
    • getCreateClusterMethod

      public static io.grpc.MethodDescriptor<CreateClusterRequest,com.google.longrunning.Operation> getCreateClusterMethod()
    • getGetClusterMethod

      public static io.grpc.MethodDescriptor<GetClusterRequest,Cluster> getGetClusterMethod()
    • getListClustersMethod

      public static io.grpc.MethodDescriptor<ListClustersRequest,ListClustersResponse> getListClustersMethod()
    • getUpdateClusterMethod

      public static io.grpc.MethodDescriptor<Cluster,com.google.longrunning.Operation> getUpdateClusterMethod()
    • getPartialUpdateClusterMethod

      public static io.grpc.MethodDescriptor<PartialUpdateClusterRequest,com.google.longrunning.Operation> getPartialUpdateClusterMethod()
    • getDeleteClusterMethod

      public static io.grpc.MethodDescriptor<DeleteClusterRequest,com.google.protobuf.Empty> getDeleteClusterMethod()
    • getCreateAppProfileMethod

      public static io.grpc.MethodDescriptor<CreateAppProfileRequest,AppProfile> getCreateAppProfileMethod()
    • getGetAppProfileMethod

      public static io.grpc.MethodDescriptor<GetAppProfileRequest,AppProfile> getGetAppProfileMethod()
    • getListAppProfilesMethod

      public static io.grpc.MethodDescriptor<ListAppProfilesRequest,ListAppProfilesResponse> getListAppProfilesMethod()
    • getUpdateAppProfileMethod

      public static io.grpc.MethodDescriptor<UpdateAppProfileRequest,com.google.longrunning.Operation> getUpdateAppProfileMethod()
    • getDeleteAppProfileMethod

      public static io.grpc.MethodDescriptor<DeleteAppProfileRequest,com.google.protobuf.Empty> getDeleteAppProfileMethod()
    • getGetIamPolicyMethod

      public static io.grpc.MethodDescriptor<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> getGetIamPolicyMethod()
    • getSetIamPolicyMethod

      public static io.grpc.MethodDescriptor<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> getSetIamPolicyMethod()
    • getTestIamPermissionsMethod

      public static io.grpc.MethodDescriptor<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> getTestIamPermissionsMethod()
    • getListHotTabletsMethod

      public static io.grpc.MethodDescriptor<ListHotTabletsRequest,ListHotTabletsResponse> getListHotTabletsMethod()
    • newStub

      public static BigtableInstanceAdminGrpc.BigtableInstanceAdminStub newStub(io.grpc.Channel channel)
      Creates a new async stub that supports all call types for the service
    • newBlockingStub

      public static BigtableInstanceAdminGrpc.BigtableInstanceAdminBlockingStub newBlockingStub(io.grpc.Channel channel)
      Creates a new blocking-style stub that supports unary and streaming output calls on the service
    • newFutureStub

      public static BigtableInstanceAdminGrpc.BigtableInstanceAdminFutureStub newFutureStub(io.grpc.Channel channel)
      Creates a new ListenableFuture-style stub that supports unary calls on the service
    • bindService

      public static final io.grpc.ServerServiceDefinition bindService(BigtableInstanceAdminGrpc.AsyncService service)
    • getServiceDescriptor

      public static io.grpc.ServiceDescriptor getServiceDescriptor()