@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.
| Modifier and Type | Class and Description |
|---|---|
static class |
BigtableTableAdminGrpc.BigtableTableAdminBlockingStub
Service for creating, configuring, and deleting Cloud Bigtable tables.
|
static class |
BigtableTableAdminGrpc.BigtableTableAdminFutureStub
Service for creating, configuring, and deleting Cloud Bigtable tables.
|
static class |
BigtableTableAdminGrpc.BigtableTableAdminImplBase
Service for creating, configuring, and deleting Cloud Bigtable tables.
|
static class |
BigtableTableAdminGrpc.BigtableTableAdminStub
Service for creating, configuring, and deleting Cloud Bigtable tables.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.MethodDescriptor<CheckConsistencyRequest,CheckConsistencyResponse> |
getCheckConsistencyMethod() |
static io.grpc.MethodDescriptor<CreateBackupRequest,com.google.longrunning.Operation> |
getCreateBackupMethod() |
static io.grpc.MethodDescriptor<CreateTableFromSnapshotRequest,com.google.longrunning.Operation> |
getCreateTableFromSnapshotMethod() |
static io.grpc.MethodDescriptor<CreateTableRequest,Table> |
getCreateTableMethod() |
static io.grpc.MethodDescriptor<DeleteBackupRequest,com.google.protobuf.Empty> |
getDeleteBackupMethod() |
static io.grpc.MethodDescriptor<DeleteSnapshotRequest,com.google.protobuf.Empty> |
getDeleteSnapshotMethod() |
static io.grpc.MethodDescriptor<DeleteTableRequest,com.google.protobuf.Empty> |
getDeleteTableMethod() |
static io.grpc.MethodDescriptor<DropRowRangeRequest,com.google.protobuf.Empty> |
getDropRowRangeMethod() |
static io.grpc.MethodDescriptor<GenerateConsistencyTokenRequest,GenerateConsistencyTokenResponse> |
getGenerateConsistencyTokenMethod() |
static io.grpc.MethodDescriptor<GetBackupRequest,Backup> |
getGetBackupMethod() |
static io.grpc.MethodDescriptor<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> |
getGetIamPolicyMethod() |
static io.grpc.MethodDescriptor<GetSnapshotRequest,Snapshot> |
getGetSnapshotMethod() |
static io.grpc.MethodDescriptor<GetTableRequest,Table> |
getGetTableMethod() |
static io.grpc.MethodDescriptor<ListBackupsRequest,ListBackupsResponse> |
getListBackupsMethod() |
static io.grpc.MethodDescriptor<ListSnapshotsRequest,ListSnapshotsResponse> |
getListSnapshotsMethod() |
static io.grpc.MethodDescriptor<ListTablesRequest,ListTablesResponse> |
getListTablesMethod() |
static io.grpc.MethodDescriptor<ModifyColumnFamiliesRequest,Table> |
getModifyColumnFamiliesMethod() |
static io.grpc.MethodDescriptor<RestoreTableRequest,com.google.longrunning.Operation> |
getRestoreTableMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static io.grpc.MethodDescriptor<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> |
getSetIamPolicyMethod() |
static io.grpc.MethodDescriptor<SnapshotTableRequest,com.google.longrunning.Operation> |
getSnapshotTableMethod() |
static io.grpc.MethodDescriptor<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> |
getTestIamPermissionsMethod() |
static io.grpc.MethodDescriptor<UndeleteTableRequest,com.google.longrunning.Operation> |
getUndeleteTableMethod() |
static io.grpc.MethodDescriptor<UpdateBackupRequest,Backup> |
getUpdateBackupMethod() |
static io.grpc.MethodDescriptor<UpdateTableRequest,com.google.longrunning.Operation> |
getUpdateTableMethod() |
static BigtableTableAdminGrpc.BigtableTableAdminBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static BigtableTableAdminGrpc.BigtableTableAdminFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static BigtableTableAdminGrpc.BigtableTableAdminStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final String SERVICE_NAME
public static io.grpc.MethodDescriptor<CreateTableRequest,Table> getCreateTableMethod()
public static io.grpc.MethodDescriptor<CreateTableFromSnapshotRequest,com.google.longrunning.Operation> getCreateTableFromSnapshotMethod()
public static io.grpc.MethodDescriptor<ListTablesRequest,ListTablesResponse> getListTablesMethod()
public static io.grpc.MethodDescriptor<GetTableRequest,Table> getGetTableMethod()
public static io.grpc.MethodDescriptor<UpdateTableRequest,com.google.longrunning.Operation> getUpdateTableMethod()
public static io.grpc.MethodDescriptor<DeleteTableRequest,com.google.protobuf.Empty> getDeleteTableMethod()
public static io.grpc.MethodDescriptor<UndeleteTableRequest,com.google.longrunning.Operation> getUndeleteTableMethod()
public static io.grpc.MethodDescriptor<ModifyColumnFamiliesRequest,Table> getModifyColumnFamiliesMethod()
public static io.grpc.MethodDescriptor<DropRowRangeRequest,com.google.protobuf.Empty> getDropRowRangeMethod()
public static io.grpc.MethodDescriptor<GenerateConsistencyTokenRequest,GenerateConsistencyTokenResponse> getGenerateConsistencyTokenMethod()
public static io.grpc.MethodDescriptor<CheckConsistencyRequest,CheckConsistencyResponse> getCheckConsistencyMethod()
public static io.grpc.MethodDescriptor<SnapshotTableRequest,com.google.longrunning.Operation> getSnapshotTableMethod()
public static io.grpc.MethodDescriptor<GetSnapshotRequest,Snapshot> getGetSnapshotMethod()
public static io.grpc.MethodDescriptor<ListSnapshotsRequest,ListSnapshotsResponse> getListSnapshotsMethod()
public static io.grpc.MethodDescriptor<DeleteSnapshotRequest,com.google.protobuf.Empty> getDeleteSnapshotMethod()
public static io.grpc.MethodDescriptor<CreateBackupRequest,com.google.longrunning.Operation> getCreateBackupMethod()
public static io.grpc.MethodDescriptor<GetBackupRequest,Backup> getGetBackupMethod()
public static io.grpc.MethodDescriptor<UpdateBackupRequest,Backup> getUpdateBackupMethod()
public static io.grpc.MethodDescriptor<DeleteBackupRequest,com.google.protobuf.Empty> getDeleteBackupMethod()
public static io.grpc.MethodDescriptor<ListBackupsRequest,ListBackupsResponse> getListBackupsMethod()
public static io.grpc.MethodDescriptor<RestoreTableRequest,com.google.longrunning.Operation> getRestoreTableMethod()
public static io.grpc.MethodDescriptor<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> getGetIamPolicyMethod()
public static io.grpc.MethodDescriptor<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> getSetIamPolicyMethod()
public static io.grpc.MethodDescriptor<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> getTestIamPermissionsMethod()
public static BigtableTableAdminGrpc.BigtableTableAdminStub newStub(io.grpc.Channel channel)
public static BigtableTableAdminGrpc.BigtableTableAdminBlockingStub newBlockingStub(io.grpc.Channel channel)
public static BigtableTableAdminGrpc.BigtableTableAdminFutureStub newFutureStub(io.grpc.Channel channel)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2022 Google LLC. All rights reserved.