Package com.google.bigtable.admin.v2
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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
BigtableTableAdminGrpc.AsyncService
Service for creating, configuring, and deleting Cloud Bigtable tables.static class
BigtableTableAdminGrpc.BigtableTableAdminBlockingStub
A stub to allow clients to do synchronous rpc calls to service BigtableTableAdmin.static class
BigtableTableAdminGrpc.BigtableTableAdminFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service BigtableTableAdmin.static class
BigtableTableAdminGrpc.BigtableTableAdminImplBase
Base class for the server implementation of the service BigtableTableAdmin.static class
BigtableTableAdminGrpc.BigtableTableAdminStub
A stub to allow clients to do asynchronous rpc calls to service BigtableTableAdmin.
-
Field Summary
Fields Modifier and Type Field Description static String
SERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinition
bindService(BigtableTableAdminGrpc.AsyncService service)
static io.grpc.MethodDescriptor<CheckConsistencyRequest,CheckConsistencyResponse>
getCheckConsistencyMethod()
static io.grpc.MethodDescriptor<CopyBackupRequest,com.google.longrunning.Operation>
getCopyBackupMethod()
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 servicestatic BigtableTableAdminGrpc.BigtableTableAdminFutureStub
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic BigtableTableAdminGrpc.BigtableTableAdminStub
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
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()
-
-