Class BigtableTableAdminGrpc

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

@Generated(value="by gRPC proto compiler", comments="Source: google/bigtable/admin/v2/bigtable_table_admin.proto") public final class BigtableTableAdminGrpc extends Object
 Service for creating, configuring, and deleting Cloud Bigtable tables.
 Provides access to the table schemas only, not the data stored within
 the tables.
 
  • Field Details

  • Method Details

    • getCreateTableMethod

      public static io.grpc.MethodDescriptor<CreateTableRequest,Table> getCreateTableMethod()
    • getCreateTableFromSnapshotMethod

      public static io.grpc.MethodDescriptor<CreateTableFromSnapshotRequest,com.google.longrunning.Operation> getCreateTableFromSnapshotMethod()
    • getListTablesMethod

      public static io.grpc.MethodDescriptor<ListTablesRequest,ListTablesResponse> getListTablesMethod()
    • getGetTableMethod

      public static io.grpc.MethodDescriptor<GetTableRequest,Table> getGetTableMethod()
    • getUpdateTableMethod

      public static io.grpc.MethodDescriptor<UpdateTableRequest,com.google.longrunning.Operation> getUpdateTableMethod()
    • getDeleteTableMethod

      public static io.grpc.MethodDescriptor<DeleteTableRequest,com.google.protobuf.Empty> getDeleteTableMethod()
    • getUndeleteTableMethod

      public static io.grpc.MethodDescriptor<UndeleteTableRequest,com.google.longrunning.Operation> getUndeleteTableMethod()
    • getModifyColumnFamiliesMethod

      public static io.grpc.MethodDescriptor<ModifyColumnFamiliesRequest,Table> getModifyColumnFamiliesMethod()
    • getDropRowRangeMethod

      public static io.grpc.MethodDescriptor<DropRowRangeRequest,com.google.protobuf.Empty> getDropRowRangeMethod()
    • getGenerateConsistencyTokenMethod

      public static io.grpc.MethodDescriptor<GenerateConsistencyTokenRequest,GenerateConsistencyTokenResponse> getGenerateConsistencyTokenMethod()
    • getCheckConsistencyMethod

      public static io.grpc.MethodDescriptor<CheckConsistencyRequest,CheckConsistencyResponse> getCheckConsistencyMethod()
    • getSnapshotTableMethod

      public static io.grpc.MethodDescriptor<SnapshotTableRequest,com.google.longrunning.Operation> getSnapshotTableMethod()
    • getGetSnapshotMethod

      public static io.grpc.MethodDescriptor<GetSnapshotRequest,Snapshot> getGetSnapshotMethod()
    • getListSnapshotsMethod

      public static io.grpc.MethodDescriptor<ListSnapshotsRequest,ListSnapshotsResponse> getListSnapshotsMethod()
    • getDeleteSnapshotMethod

      public static io.grpc.MethodDescriptor<DeleteSnapshotRequest,com.google.protobuf.Empty> getDeleteSnapshotMethod()
    • getCreateBackupMethod

      public static io.grpc.MethodDescriptor<CreateBackupRequest,com.google.longrunning.Operation> getCreateBackupMethod()
    • getGetBackupMethod

      public static io.grpc.MethodDescriptor<GetBackupRequest,Backup> getGetBackupMethod()
    • getUpdateBackupMethod

      public static io.grpc.MethodDescriptor<UpdateBackupRequest,Backup> getUpdateBackupMethod()
    • getDeleteBackupMethod

      public static io.grpc.MethodDescriptor<DeleteBackupRequest,com.google.protobuf.Empty> getDeleteBackupMethod()
    • getListBackupsMethod

      public static io.grpc.MethodDescriptor<ListBackupsRequest,ListBackupsResponse> getListBackupsMethod()
    • getRestoreTableMethod

      public static io.grpc.MethodDescriptor<RestoreTableRequest,com.google.longrunning.Operation> getRestoreTableMethod()
    • getCopyBackupMethod

      public static io.grpc.MethodDescriptor<CopyBackupRequest,com.google.longrunning.Operation> getCopyBackupMethod()
    • 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()
    • newStub

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

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

      public static BigtableTableAdminGrpc.BigtableTableAdminFutureStub 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(BigtableTableAdminGrpc.AsyncService service)
    • getServiceDescriptor

      public static io.grpc.ServiceDescriptor getServiceDescriptor()