Index

B C D G L M N P R S T U 
All Classes and Interfaces|All Packages|Constant Field Values

B

BigtableInstanceAdminGrpc - Class in com.google.bigtable.admin.v2
Service for creating, configuring, and deleting Cloud Bigtable Instances and Clusters.
BigtableInstanceAdminGrpc.AsyncService - Interface in com.google.bigtable.admin.v2
Service for creating, configuring, and deleting Cloud Bigtable Instances and Clusters.
BigtableInstanceAdminGrpc.BigtableInstanceAdminBlockingStub - Class in com.google.bigtable.admin.v2
A stub to allow clients to do synchronous rpc calls to service BigtableInstanceAdmin.
BigtableInstanceAdminGrpc.BigtableInstanceAdminFutureStub - Class in com.google.bigtable.admin.v2
A stub to allow clients to do ListenableFuture-style rpc calls to service BigtableInstanceAdmin.
BigtableInstanceAdminGrpc.BigtableInstanceAdminImplBase - Class in com.google.bigtable.admin.v2
Base class for the server implementation of the service BigtableInstanceAdmin.
BigtableInstanceAdminGrpc.BigtableInstanceAdminStub - Class in com.google.bigtable.admin.v2
A stub to allow clients to do asynchronous rpc calls to service BigtableInstanceAdmin.
BigtableInstanceAdminImplBase() - Constructor for class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminImplBase
 
BigtableTableAdminGrpc - Class in com.google.bigtable.admin.v2
Service for creating, configuring, and deleting Cloud Bigtable tables.
BigtableTableAdminGrpc.AsyncService - Interface in com.google.bigtable.admin.v2
Service for creating, configuring, and deleting Cloud Bigtable tables.
BigtableTableAdminGrpc.BigtableTableAdminBlockingStub - Class in com.google.bigtable.admin.v2
A stub to allow clients to do synchronous rpc calls to service BigtableTableAdmin.
BigtableTableAdminGrpc.BigtableTableAdminFutureStub - Class in com.google.bigtable.admin.v2
A stub to allow clients to do ListenableFuture-style rpc calls to service BigtableTableAdmin.
BigtableTableAdminGrpc.BigtableTableAdminImplBase - Class in com.google.bigtable.admin.v2
Base class for the server implementation of the service BigtableTableAdmin.
BigtableTableAdminGrpc.BigtableTableAdminStub - Class in com.google.bigtable.admin.v2
A stub to allow clients to do asynchronous rpc calls to service BigtableTableAdmin.
BigtableTableAdminImplBase() - Constructor for class com.google.bigtable.admin.v2.BigtableTableAdminGrpc.BigtableTableAdminImplBase
 
bindService() - Method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminImplBase
 
bindService() - Method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc.BigtableTableAdminImplBase
 
bindService(BigtableInstanceAdminGrpc.AsyncService) - Static method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc
 
bindService(BigtableTableAdminGrpc.AsyncService) - Static method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc
 
build(Channel, CallOptions) - Method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminBlockingStub
 
build(Channel, CallOptions) - Method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminFutureStub
 
build(Channel, CallOptions) - Method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminStub
 
build(Channel, CallOptions) - Method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc.BigtableTableAdminBlockingStub
 
build(Channel, CallOptions) - Method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc.BigtableTableAdminFutureStub
 
build(Channel, CallOptions) - Method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc.BigtableTableAdminStub
 

C

checkConsistency(CheckConsistencyRequest) - Method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc.BigtableTableAdminBlockingStub
Checks replication consistency based on a consistency token, that is, if replication has caught up based on the conditions specified in the token and the check request.
checkConsistency(CheckConsistencyRequest) - Method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc.BigtableTableAdminFutureStub
Checks replication consistency based on a consistency token, that is, if replication has caught up based on the conditions specified in the token and the check request.
checkConsistency(CheckConsistencyRequest, StreamObserver<CheckConsistencyResponse>) - Method in interface com.google.bigtable.admin.v2.BigtableTableAdminGrpc.AsyncService
Checks replication consistency based on a consistency token, that is, if replication has caught up based on the conditions specified in the token and the check request.
checkConsistency(CheckConsistencyRequest, StreamObserver<CheckConsistencyResponse>) - Method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc.BigtableTableAdminStub
Checks replication consistency based on a consistency token, that is, if replication has caught up based on the conditions specified in the token and the check request.
com.google.bigtable.admin.v2 - package com.google.bigtable.admin.v2
 
copyBackup(CopyBackupRequest) - Method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc.BigtableTableAdminBlockingStub
Copy a Cloud Bigtable backup to a new backup in the destination cluster located in the destination instance and project.
copyBackup(CopyBackupRequest) - Method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc.BigtableTableAdminFutureStub
Copy a Cloud Bigtable backup to a new backup in the destination cluster located in the destination instance and project.
copyBackup(CopyBackupRequest, StreamObserver<Operation>) - Method in interface com.google.bigtable.admin.v2.BigtableTableAdminGrpc.AsyncService
Copy a Cloud Bigtable backup to a new backup in the destination cluster located in the destination instance and project.
copyBackup(CopyBackupRequest, StreamObserver<Operation>) - Method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc.BigtableTableAdminStub
Copy a Cloud Bigtable backup to a new backup in the destination cluster located in the destination instance and project.
createAppProfile(CreateAppProfileRequest) - Method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminBlockingStub
Creates an app profile within an instance.
createAppProfile(CreateAppProfileRequest) - Method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminFutureStub
Creates an app profile within an instance.
createAppProfile(CreateAppProfileRequest, StreamObserver<AppProfile>) - Method in interface com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.AsyncService
Creates an app profile within an instance.
createAppProfile(CreateAppProfileRequest, StreamObserver<AppProfile>) - Method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminStub
Creates an app profile within an instance.
createBackup(CreateBackupRequest) - Method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc.BigtableTableAdminBlockingStub
Starts creating a new Cloud Bigtable Backup.
createBackup(CreateBackupRequest) - Method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc.BigtableTableAdminFutureStub
Starts creating a new Cloud Bigtable Backup.
createBackup(CreateBackupRequest, StreamObserver<Operation>) - Method in interface com.google.bigtable.admin.v2.BigtableTableAdminGrpc.AsyncService
Starts creating a new Cloud Bigtable Backup.
createBackup(CreateBackupRequest, StreamObserver<Operation>) - Method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc.BigtableTableAdminStub
Starts creating a new Cloud Bigtable Backup.
createCluster(CreateClusterRequest) - Method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminBlockingStub
Creates a cluster within an instance.
createCluster(CreateClusterRequest) - Method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminFutureStub
Creates a cluster within an instance.
createCluster(CreateClusterRequest, StreamObserver<Operation>) - Method in interface com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.AsyncService
Creates a cluster within an instance.
createCluster(CreateClusterRequest, StreamObserver<Operation>) - Method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminStub
Creates a cluster within an instance.
createInstance(CreateInstanceRequest) - Method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminBlockingStub
Create an instance within a project.
createInstance(CreateInstanceRequest) - Method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminFutureStub
Create an instance within a project.
createInstance(CreateInstanceRequest, StreamObserver<Operation>) - Method in interface com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.AsyncService
Create an instance within a project.
createInstance(CreateInstanceRequest, StreamObserver<Operation>) - Method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminStub
Create an instance within a project.
createTable(CreateTableRequest) - Method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc.BigtableTableAdminBlockingStub
Creates a new table in the specified instance.
createTable(CreateTableRequest) - Method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc.BigtableTableAdminFutureStub
Creates a new table in the specified instance.
createTable(CreateTableRequest, StreamObserver<Table>) - Method in interface com.google.bigtable.admin.v2.BigtableTableAdminGrpc.AsyncService
Creates a new table in the specified instance.
createTable(CreateTableRequest, StreamObserver<Table>) - Method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc.BigtableTableAdminStub
Creates a new table in the specified instance.
createTableFromSnapshot(CreateTableFromSnapshotRequest) - Method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc.BigtableTableAdminBlockingStub
Creates a new table from the specified snapshot.
createTableFromSnapshot(CreateTableFromSnapshotRequest) - Method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc.BigtableTableAdminFutureStub
Creates a new table from the specified snapshot.
createTableFromSnapshot(CreateTableFromSnapshotRequest, StreamObserver<Operation>) - Method in interface com.google.bigtable.admin.v2.BigtableTableAdminGrpc.AsyncService
Creates a new table from the specified snapshot.
createTableFromSnapshot(CreateTableFromSnapshotRequest, StreamObserver<Operation>) - Method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc.BigtableTableAdminStub
Creates a new table from the specified snapshot.

D

deleteAppProfile(DeleteAppProfileRequest) - Method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminBlockingStub
Deletes an app profile from an instance.
deleteAppProfile(DeleteAppProfileRequest) - Method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminFutureStub
Deletes an app profile from an instance.
deleteAppProfile(DeleteAppProfileRequest, StreamObserver<Empty>) - Method in interface com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.AsyncService
Deletes an app profile from an instance.
deleteAppProfile(DeleteAppProfileRequest, StreamObserver<Empty>) - Method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminStub
Deletes an app profile from an instance.
deleteBackup(DeleteBackupRequest) - Method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc.BigtableTableAdminBlockingStub
Deletes a pending or completed Cloud Bigtable backup.
deleteBackup(DeleteBackupRequest) - Method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc.BigtableTableAdminFutureStub
Deletes a pending or completed Cloud Bigtable backup.
deleteBackup(DeleteBackupRequest, StreamObserver<Empty>) - Method in interface com.google.bigtable.admin.v2.BigtableTableAdminGrpc.AsyncService
Deletes a pending or completed Cloud Bigtable backup.
deleteBackup(DeleteBackupRequest, StreamObserver<Empty>) - Method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc.BigtableTableAdminStub
Deletes a pending or completed Cloud Bigtable backup.
deleteCluster(DeleteClusterRequest) - Method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminBlockingStub
Deletes a cluster from an instance.
deleteCluster(DeleteClusterRequest) - Method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminFutureStub
Deletes a cluster from an instance.
deleteCluster(DeleteClusterRequest, StreamObserver<Empty>) - Method in interface com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.AsyncService
Deletes a cluster from an instance.
deleteCluster(DeleteClusterRequest, StreamObserver<Empty>) - Method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminStub
Deletes a cluster from an instance.
deleteInstance(DeleteInstanceRequest) - Method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminBlockingStub
Delete an instance from a project.
deleteInstance(DeleteInstanceRequest) - Method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminFutureStub
Delete an instance from a project.
deleteInstance(DeleteInstanceRequest, StreamObserver<Empty>) - Method in interface com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.AsyncService
Delete an instance from a project.
deleteInstance(DeleteInstanceRequest, StreamObserver<Empty>) - Method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminStub
Delete an instance from a project.
deleteSnapshot(DeleteSnapshotRequest) - Method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc.BigtableTableAdminBlockingStub
Permanently deletes the specified snapshot.
deleteSnapshot(DeleteSnapshotRequest) - Method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc.BigtableTableAdminFutureStub
Permanently deletes the specified snapshot.
deleteSnapshot(DeleteSnapshotRequest, StreamObserver<Empty>) - Method in interface com.google.bigtable.admin.v2.BigtableTableAdminGrpc.AsyncService
Permanently deletes the specified snapshot.
deleteSnapshot(DeleteSnapshotRequest, StreamObserver<Empty>) - Method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc.BigtableTableAdminStub
Permanently deletes the specified snapshot.
deleteTable(DeleteTableRequest) - Method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc.BigtableTableAdminBlockingStub
Permanently deletes a specified table and all of its data.
deleteTable(DeleteTableRequest) - Method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc.BigtableTableAdminFutureStub
Permanently deletes a specified table and all of its data.
deleteTable(DeleteTableRequest, StreamObserver<Empty>) - Method in interface com.google.bigtable.admin.v2.BigtableTableAdminGrpc.AsyncService
Permanently deletes a specified table and all of its data.
deleteTable(DeleteTableRequest, StreamObserver<Empty>) - Method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc.BigtableTableAdminStub
Permanently deletes a specified table and all of its data.
dropRowRange(DropRowRangeRequest) - Method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc.BigtableTableAdminBlockingStub
Permanently drop/delete a row range from a specified table.
dropRowRange(DropRowRangeRequest) - Method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc.BigtableTableAdminFutureStub
Permanently drop/delete a row range from a specified table.
dropRowRange(DropRowRangeRequest, StreamObserver<Empty>) - Method in interface com.google.bigtable.admin.v2.BigtableTableAdminGrpc.AsyncService
Permanently drop/delete a row range from a specified table.
dropRowRange(DropRowRangeRequest, StreamObserver<Empty>) - Method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc.BigtableTableAdminStub
Permanently drop/delete a row range from a specified table.

G

generateConsistencyToken(GenerateConsistencyTokenRequest) - Method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc.BigtableTableAdminBlockingStub
Generates a consistency token for a Table, which can be used in CheckConsistency to check whether mutations to the table that finished before this call started have been replicated.
generateConsistencyToken(GenerateConsistencyTokenRequest) - Method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc.BigtableTableAdminFutureStub
Generates a consistency token for a Table, which can be used in CheckConsistency to check whether mutations to the table that finished before this call started have been replicated.
generateConsistencyToken(GenerateConsistencyTokenRequest, StreamObserver<GenerateConsistencyTokenResponse>) - Method in interface com.google.bigtable.admin.v2.BigtableTableAdminGrpc.AsyncService
Generates a consistency token for a Table, which can be used in CheckConsistency to check whether mutations to the table that finished before this call started have been replicated.
generateConsistencyToken(GenerateConsistencyTokenRequest, StreamObserver<GenerateConsistencyTokenResponse>) - Method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc.BigtableTableAdminStub
Generates a consistency token for a Table, which can be used in CheckConsistency to check whether mutations to the table that finished before this call started have been replicated.
getAppProfile(GetAppProfileRequest) - Method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminBlockingStub
Gets information about an app profile.
getAppProfile(GetAppProfileRequest) - Method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminFutureStub
Gets information about an app profile.
getAppProfile(GetAppProfileRequest, StreamObserver<AppProfile>) - Method in interface com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.AsyncService
Gets information about an app profile.
getAppProfile(GetAppProfileRequest, StreamObserver<AppProfile>) - Method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminStub
Gets information about an app profile.
getBackup(GetBackupRequest) - Method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc.BigtableTableAdminBlockingStub
Gets metadata on a pending or completed Cloud Bigtable Backup.
getBackup(GetBackupRequest) - Method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc.BigtableTableAdminFutureStub
Gets metadata on a pending or completed Cloud Bigtable Backup.
getBackup(GetBackupRequest, StreamObserver<Backup>) - Method in interface com.google.bigtable.admin.v2.BigtableTableAdminGrpc.AsyncService
Gets metadata on a pending or completed Cloud Bigtable Backup.
getBackup(GetBackupRequest, StreamObserver<Backup>) - Method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc.BigtableTableAdminStub
Gets metadata on a pending or completed Cloud Bigtable Backup.
getCheckConsistencyMethod() - Static method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc
 
getCluster(GetClusterRequest) - Method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminBlockingStub
Gets information about a cluster.
getCluster(GetClusterRequest) - Method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminFutureStub
Gets information about a cluster.
getCluster(GetClusterRequest, StreamObserver<Cluster>) - Method in interface com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.AsyncService
Gets information about a cluster.
getCluster(GetClusterRequest, StreamObserver<Cluster>) - Method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminStub
Gets information about a cluster.
getCopyBackupMethod() - Static method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc
 
getCreateAppProfileMethod() - Static method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc
 
getCreateBackupMethod() - Static method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc
 
getCreateClusterMethod() - Static method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc
 
getCreateInstanceMethod() - Static method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc
 
getCreateTableFromSnapshotMethod() - Static method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc
 
getCreateTableMethod() - Static method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc
 
getDeleteAppProfileMethod() - Static method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc
 
getDeleteBackupMethod() - Static method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc
 
getDeleteClusterMethod() - Static method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc
 
getDeleteInstanceMethod() - Static method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc
 
getDeleteSnapshotMethod() - Static method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc
 
getDeleteTableMethod() - Static method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc
 
getDropRowRangeMethod() - Static method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc
 
getGenerateConsistencyTokenMethod() - Static method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc
 
getGetAppProfileMethod() - Static method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc
 
getGetBackupMethod() - Static method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc
 
getGetClusterMethod() - Static method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc
 
getGetIamPolicyMethod() - Static method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc
 
getGetIamPolicyMethod() - Static method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc
 
getGetInstanceMethod() - Static method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc
 
getGetSnapshotMethod() - Static method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc
 
getGetTableMethod() - Static method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc
 
getIamPolicy(GetIamPolicyRequest) - Method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminBlockingStub
Gets the access control policy for an instance resource.
getIamPolicy(GetIamPolicyRequest) - Method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminFutureStub
Gets the access control policy for an instance resource.
getIamPolicy(GetIamPolicyRequest) - Method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc.BigtableTableAdminBlockingStub
Gets the access control policy for a Table or Backup resource.
getIamPolicy(GetIamPolicyRequest) - Method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc.BigtableTableAdminFutureStub
Gets the access control policy for a Table or Backup resource.
getIamPolicy(GetIamPolicyRequest, StreamObserver<Policy>) - Method in interface com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.AsyncService
Gets the access control policy for an instance resource.
getIamPolicy(GetIamPolicyRequest, StreamObserver<Policy>) - Method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminStub
Gets the access control policy for an instance resource.
getIamPolicy(GetIamPolicyRequest, StreamObserver<Policy>) - Method in interface com.google.bigtable.admin.v2.BigtableTableAdminGrpc.AsyncService
Gets the access control policy for a Table or Backup resource.
getIamPolicy(GetIamPolicyRequest, StreamObserver<Policy>) - Method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc.BigtableTableAdminStub
Gets the access control policy for a Table or Backup resource.
getInstance(GetInstanceRequest) - Method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminBlockingStub
Gets information about an instance.
getInstance(GetInstanceRequest) - Method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminFutureStub
Gets information about an instance.
getInstance(GetInstanceRequest, StreamObserver<Instance>) - Method in interface com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.AsyncService
Gets information about an instance.
getInstance(GetInstanceRequest, StreamObserver<Instance>) - Method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminStub
Gets information about an instance.
getListAppProfilesMethod() - Static method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc
 
getListBackupsMethod() - Static method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc
 
getListClustersMethod() - Static method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc
 
getListHotTabletsMethod() - Static method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc
 
getListInstancesMethod() - Static method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc
 
getListSnapshotsMethod() - Static method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc
 
getListTablesMethod() - Static method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc
 
getModifyColumnFamiliesMethod() - Static method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc
 
getPartialUpdateClusterMethod() - Static method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc
 
getPartialUpdateInstanceMethod() - Static method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc
 
getRestoreTableMethod() - Static method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc
 
getServiceDescriptor() - Static method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc
 
getServiceDescriptor() - Static method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc
 
getSetIamPolicyMethod() - Static method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc
 
getSetIamPolicyMethod() - Static method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc
 
getSnapshot(GetSnapshotRequest) - Method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc.BigtableTableAdminBlockingStub
Gets metadata information about the specified snapshot.
getSnapshot(GetSnapshotRequest) - Method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc.BigtableTableAdminFutureStub
Gets metadata information about the specified snapshot.
getSnapshot(GetSnapshotRequest, StreamObserver<Snapshot>) - Method in interface com.google.bigtable.admin.v2.BigtableTableAdminGrpc.AsyncService
Gets metadata information about the specified snapshot.
getSnapshot(GetSnapshotRequest, StreamObserver<Snapshot>) - Method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc.BigtableTableAdminStub
Gets metadata information about the specified snapshot.
getSnapshotTableMethod() - Static method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc
 
getTable(GetTableRequest) - Method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc.BigtableTableAdminBlockingStub
Gets metadata information about the specified table.
getTable(GetTableRequest) - Method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc.BigtableTableAdminFutureStub
Gets metadata information about the specified table.
getTable(GetTableRequest, StreamObserver<Table>) - Method in interface com.google.bigtable.admin.v2.BigtableTableAdminGrpc.AsyncService
Gets metadata information about the specified table.
getTable(GetTableRequest, StreamObserver<Table>) - Method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc.BigtableTableAdminStub
Gets metadata information about the specified table.
getTestIamPermissionsMethod() - Static method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc
 
getTestIamPermissionsMethod() - Static method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc
 
getUndeleteTableMethod() - Static method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc
 
getUpdateAppProfileMethod() - Static method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc
 
getUpdateBackupMethod() - Static method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc
 
getUpdateClusterMethod() - Static method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc
 
getUpdateInstanceMethod() - Static method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc
 
getUpdateTableMethod() - Static method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc
 

L

listAppProfiles(ListAppProfilesRequest) - Method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminBlockingStub
Lists information about app profiles in an instance.
listAppProfiles(ListAppProfilesRequest) - Method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminFutureStub
Lists information about app profiles in an instance.
listAppProfiles(ListAppProfilesRequest, StreamObserver<ListAppProfilesResponse>) - Method in interface com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.AsyncService
Lists information about app profiles in an instance.
listAppProfiles(ListAppProfilesRequest, StreamObserver<ListAppProfilesResponse>) - Method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminStub
Lists information about app profiles in an instance.
listBackups(ListBackupsRequest) - Method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc.BigtableTableAdminBlockingStub
Lists Cloud Bigtable backups.
listBackups(ListBackupsRequest) - Method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc.BigtableTableAdminFutureStub
Lists Cloud Bigtable backups.
listBackups(ListBackupsRequest, StreamObserver<ListBackupsResponse>) - Method in interface com.google.bigtable.admin.v2.BigtableTableAdminGrpc.AsyncService
Lists Cloud Bigtable backups.
listBackups(ListBackupsRequest, StreamObserver<ListBackupsResponse>) - Method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc.BigtableTableAdminStub
Lists Cloud Bigtable backups.
listClusters(ListClustersRequest) - Method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminBlockingStub
Lists information about clusters in an instance.
listClusters(ListClustersRequest) - Method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminFutureStub
Lists information about clusters in an instance.
listClusters(ListClustersRequest, StreamObserver<ListClustersResponse>) - Method in interface com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.AsyncService
Lists information about clusters in an instance.
listClusters(ListClustersRequest, StreamObserver<ListClustersResponse>) - Method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminStub
Lists information about clusters in an instance.
listHotTablets(ListHotTabletsRequest) - Method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminBlockingStub
Lists hot tablets in a cluster, within the time range provided.
listHotTablets(ListHotTabletsRequest) - Method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminFutureStub
Lists hot tablets in a cluster, within the time range provided.
listHotTablets(ListHotTabletsRequest, StreamObserver<ListHotTabletsResponse>) - Method in interface com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.AsyncService
Lists hot tablets in a cluster, within the time range provided.
listHotTablets(ListHotTabletsRequest, StreamObserver<ListHotTabletsResponse>) - Method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminStub
Lists hot tablets in a cluster, within the time range provided.
listInstances(ListInstancesRequest) - Method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminBlockingStub
Lists information about instances in a project.
listInstances(ListInstancesRequest) - Method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminFutureStub
Lists information about instances in a project.
listInstances(ListInstancesRequest, StreamObserver<ListInstancesResponse>) - Method in interface com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.AsyncService
Lists information about instances in a project.
listInstances(ListInstancesRequest, StreamObserver<ListInstancesResponse>) - Method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminStub
Lists information about instances in a project.
listSnapshots(ListSnapshotsRequest) - Method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc.BigtableTableAdminBlockingStub
Lists all snapshots associated with the specified cluster.
listSnapshots(ListSnapshotsRequest) - Method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc.BigtableTableAdminFutureStub
Lists all snapshots associated with the specified cluster.
listSnapshots(ListSnapshotsRequest, StreamObserver<ListSnapshotsResponse>) - Method in interface com.google.bigtable.admin.v2.BigtableTableAdminGrpc.AsyncService
Lists all snapshots associated with the specified cluster.
listSnapshots(ListSnapshotsRequest, StreamObserver<ListSnapshotsResponse>) - Method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc.BigtableTableAdminStub
Lists all snapshots associated with the specified cluster.
listTables(ListTablesRequest) - Method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc.BigtableTableAdminBlockingStub
Lists all tables served from a specified instance.
listTables(ListTablesRequest) - Method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc.BigtableTableAdminFutureStub
Lists all tables served from a specified instance.
listTables(ListTablesRequest, StreamObserver<ListTablesResponse>) - Method in interface com.google.bigtable.admin.v2.BigtableTableAdminGrpc.AsyncService
Lists all tables served from a specified instance.
listTables(ListTablesRequest, StreamObserver<ListTablesResponse>) - Method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc.BigtableTableAdminStub
Lists all tables served from a specified instance.

M

modifyColumnFamilies(ModifyColumnFamiliesRequest) - Method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc.BigtableTableAdminBlockingStub
Performs a series of column family modifications on the specified table.
modifyColumnFamilies(ModifyColumnFamiliesRequest) - Method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc.BigtableTableAdminFutureStub
Performs a series of column family modifications on the specified table.
modifyColumnFamilies(ModifyColumnFamiliesRequest, StreamObserver<Table>) - Method in interface com.google.bigtable.admin.v2.BigtableTableAdminGrpc.AsyncService
Performs a series of column family modifications on the specified table.
modifyColumnFamilies(ModifyColumnFamiliesRequest, StreamObserver<Table>) - Method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc.BigtableTableAdminStub
Performs a series of column family modifications on the specified table.

N

newBlockingStub(Channel) - Static method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc
Creates a new blocking-style stub that supports unary and streaming output calls on the service
newBlockingStub(Channel) - Static method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc
Creates a new blocking-style stub that supports unary and streaming output calls on the service
newFutureStub(Channel) - Static method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc
Creates a new ListenableFuture-style stub that supports unary calls on the service
newFutureStub(Channel) - Static method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc
Creates a new ListenableFuture-style stub that supports unary calls on the service
newStub(Channel) - Static method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc
Creates a new async stub that supports all call types for the service
newStub(Channel) - Static method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc
Creates a new async stub that supports all call types for the service

P

partialUpdateCluster(PartialUpdateClusterRequest) - Method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminBlockingStub
Partially updates a cluster within a project.
partialUpdateCluster(PartialUpdateClusterRequest) - Method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminFutureStub
Partially updates a cluster within a project.
partialUpdateCluster(PartialUpdateClusterRequest, StreamObserver<Operation>) - Method in interface com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.AsyncService
Partially updates a cluster within a project.
partialUpdateCluster(PartialUpdateClusterRequest, StreamObserver<Operation>) - Method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminStub
Partially updates a cluster within a project.
partialUpdateInstance(PartialUpdateInstanceRequest) - Method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminBlockingStub
Partially updates an instance within a project.
partialUpdateInstance(PartialUpdateInstanceRequest) - Method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminFutureStub
Partially updates an instance within a project.
partialUpdateInstance(PartialUpdateInstanceRequest, StreamObserver<Operation>) - Method in interface com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.AsyncService
Partially updates an instance within a project.
partialUpdateInstance(PartialUpdateInstanceRequest, StreamObserver<Operation>) - Method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminStub
Partially updates an instance within a project.

R

restoreTable(RestoreTableRequest) - Method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc.BigtableTableAdminBlockingStub
Create a new table by restoring from a completed backup.
restoreTable(RestoreTableRequest) - Method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc.BigtableTableAdminFutureStub
Create a new table by restoring from a completed backup.
restoreTable(RestoreTableRequest, StreamObserver<Operation>) - Method in interface com.google.bigtable.admin.v2.BigtableTableAdminGrpc.AsyncService
Create a new table by restoring from a completed backup.
restoreTable(RestoreTableRequest, StreamObserver<Operation>) - Method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc.BigtableTableAdminStub
Create a new table by restoring from a completed backup.

S

SERVICE_NAME - Static variable in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc
 
SERVICE_NAME - Static variable in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc
 
setIamPolicy(SetIamPolicyRequest) - Method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminBlockingStub
Sets the access control policy on an instance resource.
setIamPolicy(SetIamPolicyRequest) - Method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminFutureStub
Sets the access control policy on an instance resource.
setIamPolicy(SetIamPolicyRequest) - Method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc.BigtableTableAdminBlockingStub
Sets the access control policy on a Table or Backup resource.
setIamPolicy(SetIamPolicyRequest) - Method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc.BigtableTableAdminFutureStub
Sets the access control policy on a Table or Backup resource.
setIamPolicy(SetIamPolicyRequest, StreamObserver<Policy>) - Method in interface com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.AsyncService
Sets the access control policy on an instance resource.
setIamPolicy(SetIamPolicyRequest, StreamObserver<Policy>) - Method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminStub
Sets the access control policy on an instance resource.
setIamPolicy(SetIamPolicyRequest, StreamObserver<Policy>) - Method in interface com.google.bigtable.admin.v2.BigtableTableAdminGrpc.AsyncService
Sets the access control policy on a Table or Backup resource.
setIamPolicy(SetIamPolicyRequest, StreamObserver<Policy>) - Method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc.BigtableTableAdminStub
Sets the access control policy on a Table or Backup resource.
snapshotTable(SnapshotTableRequest) - Method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc.BigtableTableAdminBlockingStub
Creates a new snapshot in the specified cluster from the specified source table.
snapshotTable(SnapshotTableRequest) - Method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc.BigtableTableAdminFutureStub
Creates a new snapshot in the specified cluster from the specified source table.
snapshotTable(SnapshotTableRequest, StreamObserver<Operation>) - Method in interface com.google.bigtable.admin.v2.BigtableTableAdminGrpc.AsyncService
Creates a new snapshot in the specified cluster from the specified source table.
snapshotTable(SnapshotTableRequest, StreamObserver<Operation>) - Method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc.BigtableTableAdminStub
Creates a new snapshot in the specified cluster from the specified source table.

T

testIamPermissions(TestIamPermissionsRequest) - Method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminBlockingStub
Returns permissions that the caller has on the specified instance resource.
testIamPermissions(TestIamPermissionsRequest) - Method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminFutureStub
Returns permissions that the caller has on the specified instance resource.
testIamPermissions(TestIamPermissionsRequest) - Method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc.BigtableTableAdminBlockingStub
Returns permissions that the caller has on the specified Table or Backup resource.
testIamPermissions(TestIamPermissionsRequest) - Method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc.BigtableTableAdminFutureStub
Returns permissions that the caller has on the specified Table or Backup resource.
testIamPermissions(TestIamPermissionsRequest, StreamObserver<TestIamPermissionsResponse>) - Method in interface com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.AsyncService
Returns permissions that the caller has on the specified instance resource.
testIamPermissions(TestIamPermissionsRequest, StreamObserver<TestIamPermissionsResponse>) - Method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminStub
Returns permissions that the caller has on the specified instance resource.
testIamPermissions(TestIamPermissionsRequest, StreamObserver<TestIamPermissionsResponse>) - Method in interface com.google.bigtable.admin.v2.BigtableTableAdminGrpc.AsyncService
Returns permissions that the caller has on the specified Table or Backup resource.
testIamPermissions(TestIamPermissionsRequest, StreamObserver<TestIamPermissionsResponse>) - Method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc.BigtableTableAdminStub
Returns permissions that the caller has on the specified Table or Backup resource.

U

undeleteTable(UndeleteTableRequest) - Method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc.BigtableTableAdminBlockingStub
Restores a specified table which was accidentally deleted.
undeleteTable(UndeleteTableRequest) - Method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc.BigtableTableAdminFutureStub
Restores a specified table which was accidentally deleted.
undeleteTable(UndeleteTableRequest, StreamObserver<Operation>) - Method in interface com.google.bigtable.admin.v2.BigtableTableAdminGrpc.AsyncService
Restores a specified table which was accidentally deleted.
undeleteTable(UndeleteTableRequest, StreamObserver<Operation>) - Method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc.BigtableTableAdminStub
Restores a specified table which was accidentally deleted.
updateAppProfile(UpdateAppProfileRequest) - Method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminBlockingStub
Updates an app profile within an instance.
updateAppProfile(UpdateAppProfileRequest) - Method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminFutureStub
Updates an app profile within an instance.
updateAppProfile(UpdateAppProfileRequest, StreamObserver<Operation>) - Method in interface com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.AsyncService
Updates an app profile within an instance.
updateAppProfile(UpdateAppProfileRequest, StreamObserver<Operation>) - Method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminStub
Updates an app profile within an instance.
updateBackup(UpdateBackupRequest) - Method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc.BigtableTableAdminBlockingStub
Updates a pending or completed Cloud Bigtable Backup.
updateBackup(UpdateBackupRequest) - Method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc.BigtableTableAdminFutureStub
Updates a pending or completed Cloud Bigtable Backup.
updateBackup(UpdateBackupRequest, StreamObserver<Backup>) - Method in interface com.google.bigtable.admin.v2.BigtableTableAdminGrpc.AsyncService
Updates a pending or completed Cloud Bigtable Backup.
updateBackup(UpdateBackupRequest, StreamObserver<Backup>) - Method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc.BigtableTableAdminStub
Updates a pending or completed Cloud Bigtable Backup.
updateCluster(Cluster) - Method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminBlockingStub
Updates a cluster within an instance.
updateCluster(Cluster) - Method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminFutureStub
Updates a cluster within an instance.
updateCluster(Cluster, StreamObserver<Operation>) - Method in interface com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.AsyncService
Updates a cluster within an instance.
updateCluster(Cluster, StreamObserver<Operation>) - Method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminStub
Updates a cluster within an instance.
updateInstance(Instance) - Method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminBlockingStub
Updates an instance within a project.
updateInstance(Instance) - Method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminFutureStub
Updates an instance within a project.
updateInstance(Instance, StreamObserver<Instance>) - Method in interface com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.AsyncService
Updates an instance within a project.
updateInstance(Instance, StreamObserver<Instance>) - Method in class com.google.bigtable.admin.v2.BigtableInstanceAdminGrpc.BigtableInstanceAdminStub
Updates an instance within a project.
updateTable(UpdateTableRequest) - Method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc.BigtableTableAdminBlockingStub
Updates a specified table.
updateTable(UpdateTableRequest) - Method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc.BigtableTableAdminFutureStub
Updates a specified table.
updateTable(UpdateTableRequest, StreamObserver<Operation>) - Method in interface com.google.bigtable.admin.v2.BigtableTableAdminGrpc.AsyncService
Updates a specified table.
updateTable(UpdateTableRequest, StreamObserver<Operation>) - Method in class com.google.bigtable.admin.v2.BigtableTableAdminGrpc.BigtableTableAdminStub
Updates a specified table.
B C D G L M N P R S T U 
All Classes and Interfaces|All Packages|Constant Field Values