Cloud Bigtable Admin API

Administer your Cloud Bigtable tables and instances.

Service: bigtableadmin.googleapis.com

The Service name bigtableadmin.googleapis.com is needed to create RPC client stubs.

google.bigtable.admin.v2.BigtableInstanceAdmin

Methods
CreateAppProfile Creates an app profile within an instance.
CreateCluster Creates a cluster within an instance.
CreateInstance Create an instance within a project.
DeleteAppProfile Deletes an app profile from an instance.
DeleteCluster Deletes a cluster from an instance.
DeleteInstance Delete an instance from a project.
GetAppProfile Gets information about an app profile.
GetCluster Gets information about a cluster.
GetIamPolicy Gets the access control policy for an instance resource.
GetInstance Gets information about an instance.
ListAppProfiles Lists information about app profiles in an instance.
ListClusters Lists information about clusters in an instance.
ListHotTablets Lists hot tablets in a cluster, within the time range provided.
ListInstances Lists information about instances in a project.
PartialUpdateCluster Partially updates a cluster within a project.
PartialUpdateInstance Partially updates an instance within a project.
SetIamPolicy Sets the access control policy on an instance resource.
TestIamPermissions Returns permissions that the caller has on the specified instance resource.
UpdateAppProfile Updates an app profile within an instance.
UpdateCluster Updates a cluster within an instance.
UpdateInstance Updates an instance within a project.

google.bigtable.admin.v2.BigtableTableAdmin

Methods
CheckConsistency 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.
CopyBackup Copy a Cloud Bigtable backup to a new backup in the destination cluster located in the destination instance and project.
CreateBackup Starts creating a new Cloud Bigtable Backup.
CreateTable Creates a new table in the specified instance.
DeleteBackup Deletes a pending or completed Cloud Bigtable backup.
DeleteTable Permanently deletes a specified table and all of its data.
DropRowRange Permanently drop/delete a row range from a specified table.
GenerateConsistencyToken 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.
GetBackup Gets metadata on a pending or completed Cloud Bigtable Backup.
GetIamPolicy Gets the access control policy for a Table or Backup resource.
GetTable Gets metadata information about the specified table.
ListBackups Lists Cloud Bigtable backups.
ListTables Lists all tables served from a specified instance.
ModifyColumnFamilies Performs a series of column family modifications on the specified table.
RestoreTable Create a new table by restoring from a completed backup.
SetIamPolicy Sets the access control policy on a Table or Backup resource.
TestIamPermissions Returns permissions that the caller has on the specified Table or Backup resource.
UndeleteTable Restores a specified table which was accidentally deleted.
UpdateBackup Updates a pending or completed Cloud Bigtable Backup.
UpdateTable Updates a specified table.

google.cloud.location.Locations

Methods
ListLocations Lists information about the supported locations for this service.

google.longrunning.Operations

Methods
GetOperation Gets the latest state of a long-running operation.
ListOperations Lists operations that match the specified filter in the request.
WaitOperation Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state.