| Class | Description |
|---|---|
| AppProfile |
A configuration object describing how Cloud Bigtable should treat traffic
from a particular end user application.
|
| AppProfile.Builder |
A configuration object describing how Cloud Bigtable should treat traffic
from a particular end user application.
|
| AppProfile.DataBoostIsolationReadOnly |
Data Boost is a serverless compute capability that lets you run
high-throughput read jobs and queries on your Bigtable data, without
impacting the performance of the clusters that handle your application
traffic.
|
| AppProfile.DataBoostIsolationReadOnly.Builder |
Data Boost is a serverless compute capability that lets you run
high-throughput read jobs and queries on your Bigtable data, without
impacting the performance of the clusters that handle your application
traffic.
|
| AppProfile.MultiClusterRoutingUseAny |
Read/write requests are routed to the nearest cluster in the instance, and
will fail over to the nearest cluster that is available in the event of
transient errors or delays.
|
| AppProfile.MultiClusterRoutingUseAny.Builder |
Read/write requests are routed to the nearest cluster in the instance, and
will fail over to the nearest cluster that is available in the event of
transient errors or delays.
|
| AppProfile.MultiClusterRoutingUseAny.RowAffinity |
If enabled, Bigtable will route the request based on the row key of the
request, rather than randomly.
|
| AppProfile.MultiClusterRoutingUseAny.RowAffinity.Builder |
If enabled, Bigtable will route the request based on the row key of the
request, rather than randomly.
|
| AppProfile.SingleClusterRouting |
Unconditionally routes all read/write requests to a specific cluster.
|
| AppProfile.SingleClusterRouting.Builder |
Unconditionally routes all read/write requests to a specific cluster.
|
| AppProfile.StandardIsolation |
Standard options for isolating this app profile's traffic from other use
cases.
|
| AppProfile.StandardIsolation.Builder |
Standard options for isolating this app profile's traffic from other use
cases.
|
| AppProfileName | |
| AppProfileName.Builder |
Builder for projects/{project}/instances/{instance}/appProfiles/{app_profile}.
|
| AuthorizedView |
AuthorizedViews represent subsets of a particular Cloud Bigtable table.
|
| AuthorizedView.Builder |
AuthorizedViews represent subsets of a particular Cloud Bigtable table.
|
| AuthorizedView.FamilySubsets |
Subsets of a column family that are included in this AuthorizedView.
|
| AuthorizedView.FamilySubsets.Builder |
Subsets of a column family that are included in this AuthorizedView.
|
| AuthorizedView.SubsetView |
Defines a simple AuthorizedView that is a subset of the underlying Table.
|
| AuthorizedView.SubsetView.Builder |
Defines a simple AuthorizedView that is a subset of the underlying Table.
|
| AuthorizedViewName | |
| AuthorizedViewName.Builder |
Builder for
projects/{project}/instances/{instance}/tables/{table}/authorizedViews/{authorized_view}.
|
| AutoscalingLimits |
Limits for the number of nodes a Cluster can autoscale up/down to.
|
| AutoscalingLimits.Builder |
Limits for the number of nodes a Cluster can autoscale up/down to.
|
| AutoscalingTargets |
The Autoscaling targets for a Cluster.
|
| AutoscalingTargets.Builder |
The Autoscaling targets for a Cluster.
|
| Backup |
A backup of a Cloud Bigtable table.
|
| Backup.Builder |
A backup of a Cloud Bigtable table.
|
| BackupInfo |
Information about a backup.
|
| BackupInfo.Builder |
Information about a backup.
|
| BackupName | |
| BackupName.Builder |
Builder for projects/{project}/instances/{instance}/clusters/{cluster}/backups/{backup}.
|
| BigtableInstanceAdminProto | |
| BigtableTableAdminProto | |
| ChangeStreamConfig |
Change stream configuration.
|
| ChangeStreamConfig.Builder |
Change stream configuration.
|
| CheckConsistencyRequest |
Request message for
[google.bigtable.admin.v2.BigtableTableAdmin.CheckConsistency][google.bigtable.admin.v2.BigtableTableAdmin.CheckConsistency]
Protobuf type
google.bigtable.admin.v2.CheckConsistencyRequest |
| CheckConsistencyRequest.Builder |
Request message for
[google.bigtable.admin.v2.BigtableTableAdmin.CheckConsistency][google.bigtable.admin.v2.BigtableTableAdmin.CheckConsistency]
Protobuf type
google.bigtable.admin.v2.CheckConsistencyRequest |
| CheckConsistencyResponse |
Response message for
[google.bigtable.admin.v2.BigtableTableAdmin.CheckConsistency][google.bigtable.admin.v2.BigtableTableAdmin.CheckConsistency]
Protobuf type
google.bigtable.admin.v2.CheckConsistencyResponse |
| CheckConsistencyResponse.Builder |
Response message for
[google.bigtable.admin.v2.BigtableTableAdmin.CheckConsistency][google.bigtable.admin.v2.BigtableTableAdmin.CheckConsistency]
Protobuf type
google.bigtable.admin.v2.CheckConsistencyResponse |
| Cluster |
A resizable group of nodes in a particular cloud location, capable
of serving all [Tables][google.bigtable.admin.v2.Table] in the parent
[Instance][google.bigtable.admin.v2.Instance].
|
| Cluster.Builder |
A resizable group of nodes in a particular cloud location, capable
of serving all [Tables][google.bigtable.admin.v2.Table] in the parent
[Instance][google.bigtable.admin.v2.Instance].
|
| Cluster.ClusterAutoscalingConfig |
Autoscaling config for a cluster.
|
| Cluster.ClusterAutoscalingConfig.Builder |
Autoscaling config for a cluster.
|
| Cluster.ClusterConfig |
Configuration for a cluster.
|
| Cluster.ClusterConfig.Builder |
Configuration for a cluster.
|
| Cluster.EncryptionConfig |
Cloud Key Management Service (Cloud KMS) settings for a CMEK-protected
cluster.
|
| Cluster.EncryptionConfig.Builder |
Cloud Key Management Service (Cloud KMS) settings for a CMEK-protected
cluster.
|
| ClusterName | |
| ClusterName.Builder |
Builder for projects/{project}/instances/{instance}/clusters/{cluster}.
|
| ColumnFamily |
A set of columns within a table which share a common configuration.
|
| ColumnFamily.Builder |
A set of columns within a table which share a common configuration.
|
| CommonProto | |
| CopyBackupMetadata |
Metadata type for the google.longrunning.Operation returned by
[CopyBackup][google.bigtable.admin.v2.BigtableTableAdmin.CopyBackup].
|
| CopyBackupMetadata.Builder |
Metadata type for the google.longrunning.Operation returned by
[CopyBackup][google.bigtable.admin.v2.BigtableTableAdmin.CopyBackup].
|
| CopyBackupRequest |
The request for
[CopyBackup][google.bigtable.admin.v2.BigtableTableAdmin.CopyBackup].
|
| CopyBackupRequest.Builder |
The request for
[CopyBackup][google.bigtable.admin.v2.BigtableTableAdmin.CopyBackup].
|
| CreateAppProfileRequest |
Request message for BigtableInstanceAdmin.CreateAppProfile.
|
| CreateAppProfileRequest.Builder |
Request message for BigtableInstanceAdmin.CreateAppProfile.
|
| CreateAuthorizedViewMetadata |
The metadata for the Operation returned by CreateAuthorizedView.
|
| CreateAuthorizedViewMetadata.Builder |
The metadata for the Operation returned by CreateAuthorizedView.
|
| CreateAuthorizedViewRequest |
The request for
[CreateAuthorizedView][google.bigtable.admin.v2.BigtableTableAdmin.CreateAuthorizedView]
Protobuf type
google.bigtable.admin.v2.CreateAuthorizedViewRequest |
| CreateAuthorizedViewRequest.Builder |
The request for
[CreateAuthorizedView][google.bigtable.admin.v2.BigtableTableAdmin.CreateAuthorizedView]
Protobuf type
google.bigtable.admin.v2.CreateAuthorizedViewRequest |
| CreateBackupMetadata |
Metadata type for the operation returned by
[CreateBackup][google.bigtable.admin.v2.BigtableTableAdmin.CreateBackup].
|
| CreateBackupMetadata.Builder |
Metadata type for the operation returned by
[CreateBackup][google.bigtable.admin.v2.BigtableTableAdmin.CreateBackup].
|
| CreateBackupRequest |
The request for
[CreateBackup][google.bigtable.admin.v2.BigtableTableAdmin.CreateBackup].
|
| CreateBackupRequest.Builder |
The request for
[CreateBackup][google.bigtable.admin.v2.BigtableTableAdmin.CreateBackup].
|
| CreateClusterMetadata |
The metadata for the Operation returned by CreateCluster.
|
| CreateClusterMetadata.Builder |
The metadata for the Operation returned by CreateCluster.
|
| CreateClusterMetadata.TableProgress |
Progress info for copying a table's data to the new cluster.
|
| CreateClusterMetadata.TableProgress.Builder |
Progress info for copying a table's data to the new cluster.
|
| CreateClusterRequest |
Request message for BigtableInstanceAdmin.CreateCluster.
|
| CreateClusterRequest.Builder |
Request message for BigtableInstanceAdmin.CreateCluster.
|
| CreateInstanceMetadata |
The metadata for the Operation returned by CreateInstance.
|
| CreateInstanceMetadata.Builder |
The metadata for the Operation returned by CreateInstance.
|
| CreateInstanceRequest |
Request message for BigtableInstanceAdmin.CreateInstance.
|
| CreateInstanceRequest.Builder |
Request message for BigtableInstanceAdmin.CreateInstance.
|
| CreateLogicalViewMetadata |
The metadata for the Operation returned by CreateLogicalView.
|
| CreateLogicalViewMetadata.Builder |
The metadata for the Operation returned by CreateLogicalView.
|
| CreateLogicalViewRequest |
Request message for BigtableInstanceAdmin.CreateLogicalView.
|
| CreateLogicalViewRequest.Builder |
Request message for BigtableInstanceAdmin.CreateLogicalView.
|
| CreateMaterializedViewMetadata |
The metadata for the Operation returned by CreateMaterializedView.
|
| CreateMaterializedViewMetadata.Builder |
The metadata for the Operation returned by CreateMaterializedView.
|
| CreateMaterializedViewRequest |
Request message for BigtableInstanceAdmin.CreateMaterializedView.
|
| CreateMaterializedViewRequest.Builder |
Request message for BigtableInstanceAdmin.CreateMaterializedView.
|
| CreateSchemaBundleMetadata |
The metadata for the Operation returned by
[CreateSchemaBundle][google.bigtable.admin.v2.BigtableTableAdmin.CreateSchemaBundle].
|
| CreateSchemaBundleMetadata.Builder |
The metadata for the Operation returned by
[CreateSchemaBundle][google.bigtable.admin.v2.BigtableTableAdmin.CreateSchemaBundle].
|
| CreateSchemaBundleRequest |
The request for
[CreateSchemaBundle][google.bigtable.admin.v2.BigtableTableAdmin.CreateSchemaBundle].
|
| CreateSchemaBundleRequest.Builder |
The request for
[CreateSchemaBundle][google.bigtable.admin.v2.BigtableTableAdmin.CreateSchemaBundle].
|
| CreateTableFromSnapshotMetadata |
The metadata for the Operation returned by CreateTableFromSnapshot.
|
| CreateTableFromSnapshotMetadata.Builder |
The metadata for the Operation returned by CreateTableFromSnapshot.
|
| CreateTableFromSnapshotRequest |
Request message for
[google.bigtable.admin.v2.BigtableTableAdmin.CreateTableFromSnapshot][google.bigtable.admin.v2.BigtableTableAdmin.CreateTableFromSnapshot]
Note: This is a private alpha release of Cloud Bigtable snapshots.
|
| CreateTableFromSnapshotRequest.Builder |
Request message for
[google.bigtable.admin.v2.BigtableTableAdmin.CreateTableFromSnapshot][google.bigtable.admin.v2.BigtableTableAdmin.CreateTableFromSnapshot]
Note: This is a private alpha release of Cloud Bigtable snapshots.
|
| CreateTableRequest |
Request message for
[google.bigtable.admin.v2.BigtableTableAdmin.CreateTable][google.bigtable.admin.v2.BigtableTableAdmin.CreateTable]
Protobuf type
google.bigtable.admin.v2.CreateTableRequest |
| CreateTableRequest.Builder |
Request message for
[google.bigtable.admin.v2.BigtableTableAdmin.CreateTable][google.bigtable.admin.v2.BigtableTableAdmin.CreateTable]
Protobuf type
google.bigtable.admin.v2.CreateTableRequest |
| CreateTableRequest.Split |
An initial split point for a newly created table.
|
| CreateTableRequest.Split.Builder |
An initial split point for a newly created table.
|
| DataBoostReadLocalWrites |
Checks that all writes before the consistency token was generated in the same
cluster are readable by Databoost.
|
| DataBoostReadLocalWrites.Builder |
Checks that all writes before the consistency token was generated in the same
cluster are readable by Databoost.
|
| DeleteAppProfileRequest |
Request message for BigtableInstanceAdmin.DeleteAppProfile.
|
| DeleteAppProfileRequest.Builder |
Request message for BigtableInstanceAdmin.DeleteAppProfile.
|
| DeleteAuthorizedViewRequest |
Request message for
[google.bigtable.admin.v2.BigtableTableAdmin.DeleteAuthorizedView][google.bigtable.admin.v2.BigtableTableAdmin.DeleteAuthorizedView]
Protobuf type
google.bigtable.admin.v2.DeleteAuthorizedViewRequest |
| DeleteAuthorizedViewRequest.Builder |
Request message for
[google.bigtable.admin.v2.BigtableTableAdmin.DeleteAuthorizedView][google.bigtable.admin.v2.BigtableTableAdmin.DeleteAuthorizedView]
Protobuf type
google.bigtable.admin.v2.DeleteAuthorizedViewRequest |
| DeleteBackupRequest |
The request for
[DeleteBackup][google.bigtable.admin.v2.BigtableTableAdmin.DeleteBackup].
|
| DeleteBackupRequest.Builder |
The request for
[DeleteBackup][google.bigtable.admin.v2.BigtableTableAdmin.DeleteBackup].
|
| DeleteClusterRequest |
Request message for BigtableInstanceAdmin.DeleteCluster.
|
| DeleteClusterRequest.Builder |
Request message for BigtableInstanceAdmin.DeleteCluster.
|
| DeleteInstanceRequest |
Request message for BigtableInstanceAdmin.DeleteInstance.
|
| DeleteInstanceRequest.Builder |
Request message for BigtableInstanceAdmin.DeleteInstance.
|
| DeleteLogicalViewRequest |
Request message for BigtableInstanceAdmin.DeleteLogicalView.
|
| DeleteLogicalViewRequest.Builder |
Request message for BigtableInstanceAdmin.DeleteLogicalView.
|
| DeleteMaterializedViewRequest |
Request message for BigtableInstanceAdmin.DeleteMaterializedView.
|
| DeleteMaterializedViewRequest.Builder |
Request message for BigtableInstanceAdmin.DeleteMaterializedView.
|
| DeleteSchemaBundleRequest |
The request for
[DeleteSchemaBundle][google.bigtable.admin.v2.BigtableTableAdmin.DeleteSchemaBundle].
|
| DeleteSchemaBundleRequest.Builder |
The request for
[DeleteSchemaBundle][google.bigtable.admin.v2.BigtableTableAdmin.DeleteSchemaBundle].
|
| DeleteSnapshotRequest |
Request message for
[google.bigtable.admin.v2.BigtableTableAdmin.DeleteSnapshot][google.bigtable.admin.v2.BigtableTableAdmin.DeleteSnapshot]
Note: This is a private alpha release of Cloud Bigtable snapshots.
|
| DeleteSnapshotRequest.Builder |
Request message for
[google.bigtable.admin.v2.BigtableTableAdmin.DeleteSnapshot][google.bigtable.admin.v2.BigtableTableAdmin.DeleteSnapshot]
Note: This is a private alpha release of Cloud Bigtable snapshots.
|
| DeleteTableRequest |
Request message for
[google.bigtable.admin.v2.BigtableTableAdmin.DeleteTable][google.bigtable.admin.v2.BigtableTableAdmin.DeleteTable]
Protobuf type
google.bigtable.admin.v2.DeleteTableRequest |
| DeleteTableRequest.Builder |
Request message for
[google.bigtable.admin.v2.BigtableTableAdmin.DeleteTable][google.bigtable.admin.v2.BigtableTableAdmin.DeleteTable]
Protobuf type
google.bigtable.admin.v2.DeleteTableRequest |
| DropRowRangeRequest |
Request message for
[google.bigtable.admin.v2.BigtableTableAdmin.DropRowRange][google.bigtable.admin.v2.BigtableTableAdmin.DropRowRange]
Protobuf type
google.bigtable.admin.v2.DropRowRangeRequest |
| DropRowRangeRequest.Builder |
Request message for
[google.bigtable.admin.v2.BigtableTableAdmin.DropRowRange][google.bigtable.admin.v2.BigtableTableAdmin.DropRowRange]
Protobuf type
google.bigtable.admin.v2.DropRowRangeRequest |
| EncryptionInfo |
Encryption information for a given resource.
|
| EncryptionInfo.Builder |
Encryption information for a given resource.
|
| GcRule |
Rule for determining which cells to delete during garbage collection.
|
| GcRule.Builder |
Rule for determining which cells to delete during garbage collection.
|
| GcRule.Intersection |
A GcRule which deletes cells matching all of the given rules.
|
| GcRule.Intersection.Builder |
A GcRule which deletes cells matching all of the given rules.
|
| GcRule.Union |
A GcRule which deletes cells matching any of the given rules.
|
| GcRule.Union.Builder |
A GcRule which deletes cells matching any of the given rules.
|
| GenerateConsistencyTokenRequest |
Request message for
[google.bigtable.admin.v2.BigtableTableAdmin.GenerateConsistencyToken][google.bigtable.admin.v2.BigtableTableAdmin.GenerateConsistencyToken]
Protobuf type
google.bigtable.admin.v2.GenerateConsistencyTokenRequest |
| GenerateConsistencyTokenRequest.Builder |
Request message for
[google.bigtable.admin.v2.BigtableTableAdmin.GenerateConsistencyToken][google.bigtable.admin.v2.BigtableTableAdmin.GenerateConsistencyToken]
Protobuf type
google.bigtable.admin.v2.GenerateConsistencyTokenRequest |
| GenerateConsistencyTokenResponse |
Response message for
[google.bigtable.admin.v2.BigtableTableAdmin.GenerateConsistencyToken][google.bigtable.admin.v2.BigtableTableAdmin.GenerateConsistencyToken]
Protobuf type
google.bigtable.admin.v2.GenerateConsistencyTokenResponse |
| GenerateConsistencyTokenResponse.Builder |
Response message for
[google.bigtable.admin.v2.BigtableTableAdmin.GenerateConsistencyToken][google.bigtable.admin.v2.BigtableTableAdmin.GenerateConsistencyToken]
Protobuf type
google.bigtable.admin.v2.GenerateConsistencyTokenResponse |
| GetAppProfileRequest |
Request message for BigtableInstanceAdmin.GetAppProfile.
|
| GetAppProfileRequest.Builder |
Request message for BigtableInstanceAdmin.GetAppProfile.
|
| GetAuthorizedViewRequest |
Request message for
[google.bigtable.admin.v2.BigtableTableAdmin.GetAuthorizedView][google.bigtable.admin.v2.BigtableTableAdmin.GetAuthorizedView]
Protobuf type
google.bigtable.admin.v2.GetAuthorizedViewRequest |
| GetAuthorizedViewRequest.Builder |
Request message for
[google.bigtable.admin.v2.BigtableTableAdmin.GetAuthorizedView][google.bigtable.admin.v2.BigtableTableAdmin.GetAuthorizedView]
Protobuf type
google.bigtable.admin.v2.GetAuthorizedViewRequest |
| GetBackupRequest |
The request for
[GetBackup][google.bigtable.admin.v2.BigtableTableAdmin.GetBackup].
|
| GetBackupRequest.Builder |
The request for
[GetBackup][google.bigtable.admin.v2.BigtableTableAdmin.GetBackup].
|
| GetClusterRequest |
Request message for BigtableInstanceAdmin.GetCluster.
|
| GetClusterRequest.Builder |
Request message for BigtableInstanceAdmin.GetCluster.
|
| GetInstanceRequest |
Request message for BigtableInstanceAdmin.GetInstance.
|
| GetInstanceRequest.Builder |
Request message for BigtableInstanceAdmin.GetInstance.
|
| GetLogicalViewRequest |
Request message for BigtableInstanceAdmin.GetLogicalView.
|
| GetLogicalViewRequest.Builder |
Request message for BigtableInstanceAdmin.GetLogicalView.
|
| GetMaterializedViewRequest |
Request message for BigtableInstanceAdmin.GetMaterializedView.
|
| GetMaterializedViewRequest.Builder |
Request message for BigtableInstanceAdmin.GetMaterializedView.
|
| GetSchemaBundleRequest |
The request for
[GetSchemaBundle][google.bigtable.admin.v2.BigtableTableAdmin.GetSchemaBundle].
|
| GetSchemaBundleRequest.Builder |
The request for
[GetSchemaBundle][google.bigtable.admin.v2.BigtableTableAdmin.GetSchemaBundle].
|
| GetSnapshotRequest |
Request message for
[google.bigtable.admin.v2.BigtableTableAdmin.GetSnapshot][google.bigtable.admin.v2.BigtableTableAdmin.GetSnapshot]
Note: This is a private alpha release of Cloud Bigtable snapshots.
|
| GetSnapshotRequest.Builder |
Request message for
[google.bigtable.admin.v2.BigtableTableAdmin.GetSnapshot][google.bigtable.admin.v2.BigtableTableAdmin.GetSnapshot]
Note: This is a private alpha release of Cloud Bigtable snapshots.
|
| GetTableRequest |
Request message for
[google.bigtable.admin.v2.BigtableTableAdmin.GetTable][google.bigtable.admin.v2.BigtableTableAdmin.GetTable]
Protobuf type
google.bigtable.admin.v2.GetTableRequest |
| GetTableRequest.Builder |
Request message for
[google.bigtable.admin.v2.BigtableTableAdmin.GetTable][google.bigtable.admin.v2.BigtableTableAdmin.GetTable]
Protobuf type
google.bigtable.admin.v2.GetTableRequest |
| HotTablet |
A tablet is a defined by a start and end key and is explained in
https://cloud.google.com/bigtable/docs/overview#architecture and
https://cloud.google.com/bigtable/docs/performance#optimization.
|
| HotTablet.Builder |
A tablet is a defined by a start and end key and is explained in
https://cloud.google.com/bigtable/docs/overview#architecture and
https://cloud.google.com/bigtable/docs/performance#optimization.
|
| Instance |
A collection of Bigtable [Tables][google.bigtable.admin.v2.Table] and
the resources that serve them.
|
| Instance.Builder |
A collection of Bigtable [Tables][google.bigtable.admin.v2.Table] and
the resources that serve them.
|
| InstanceName | |
| InstanceName.Builder |
Builder for projects/{project}/instances/{instance}.
|
| InstanceProto | |
| ListAppProfilesRequest |
Request message for BigtableInstanceAdmin.ListAppProfiles.
|
| ListAppProfilesRequest.Builder |
Request message for BigtableInstanceAdmin.ListAppProfiles.
|
| ListAppProfilesResponse |
Response message for BigtableInstanceAdmin.ListAppProfiles.
|
| ListAppProfilesResponse.Builder |
Response message for BigtableInstanceAdmin.ListAppProfiles.
|
| ListAuthorizedViewsRequest |
Request message for
[google.bigtable.admin.v2.BigtableTableAdmin.ListAuthorizedViews][google.bigtable.admin.v2.BigtableTableAdmin.ListAuthorizedViews]
Protobuf type
google.bigtable.admin.v2.ListAuthorizedViewsRequest |
| ListAuthorizedViewsRequest.Builder |
Request message for
[google.bigtable.admin.v2.BigtableTableAdmin.ListAuthorizedViews][google.bigtable.admin.v2.BigtableTableAdmin.ListAuthorizedViews]
Protobuf type
google.bigtable.admin.v2.ListAuthorizedViewsRequest |
| ListAuthorizedViewsResponse |
Response message for
[google.bigtable.admin.v2.BigtableTableAdmin.ListAuthorizedViews][google.bigtable.admin.v2.BigtableTableAdmin.ListAuthorizedViews]
Protobuf type
google.bigtable.admin.v2.ListAuthorizedViewsResponse |
| ListAuthorizedViewsResponse.Builder |
Response message for
[google.bigtable.admin.v2.BigtableTableAdmin.ListAuthorizedViews][google.bigtable.admin.v2.BigtableTableAdmin.ListAuthorizedViews]
Protobuf type
google.bigtable.admin.v2.ListAuthorizedViewsResponse |
| ListBackupsRequest |
The request for
[ListBackups][google.bigtable.admin.v2.BigtableTableAdmin.ListBackups].
|
| ListBackupsRequest.Builder |
The request for
[ListBackups][google.bigtable.admin.v2.BigtableTableAdmin.ListBackups].
|
| ListBackupsResponse |
The response for
[ListBackups][google.bigtable.admin.v2.BigtableTableAdmin.ListBackups].
|
| ListBackupsResponse.Builder |
The response for
[ListBackups][google.bigtable.admin.v2.BigtableTableAdmin.ListBackups].
|
| ListClustersRequest |
Request message for BigtableInstanceAdmin.ListClusters.
|
| ListClustersRequest.Builder |
Request message for BigtableInstanceAdmin.ListClusters.
|
| ListClustersResponse |
Response message for BigtableInstanceAdmin.ListClusters.
|
| ListClustersResponse.Builder |
Response message for BigtableInstanceAdmin.ListClusters.
|
| ListHotTabletsRequest |
Request message for BigtableInstanceAdmin.ListHotTablets.
|
| ListHotTabletsRequest.Builder |
Request message for BigtableInstanceAdmin.ListHotTablets.
|
| ListHotTabletsResponse |
Response message for BigtableInstanceAdmin.ListHotTablets.
|
| ListHotTabletsResponse.Builder |
Response message for BigtableInstanceAdmin.ListHotTablets.
|
| ListInstancesRequest |
Request message for BigtableInstanceAdmin.ListInstances.
|
| ListInstancesRequest.Builder |
Request message for BigtableInstanceAdmin.ListInstances.
|
| ListInstancesResponse |
Response message for BigtableInstanceAdmin.ListInstances.
|
| ListInstancesResponse.Builder |
Response message for BigtableInstanceAdmin.ListInstances.
|
| ListLogicalViewsRequest |
Request message for BigtableInstanceAdmin.ListLogicalViews.
|
| ListLogicalViewsRequest.Builder |
Request message for BigtableInstanceAdmin.ListLogicalViews.
|
| ListLogicalViewsResponse |
Response message for BigtableInstanceAdmin.ListLogicalViews.
|
| ListLogicalViewsResponse.Builder |
Response message for BigtableInstanceAdmin.ListLogicalViews.
|
| ListMaterializedViewsRequest |
Request message for BigtableInstanceAdmin.ListMaterializedViews.
|
| ListMaterializedViewsRequest.Builder |
Request message for BigtableInstanceAdmin.ListMaterializedViews.
|
| ListMaterializedViewsResponse |
Response message for BigtableInstanceAdmin.ListMaterializedViews.
|
| ListMaterializedViewsResponse.Builder |
Response message for BigtableInstanceAdmin.ListMaterializedViews.
|
| ListSchemaBundlesRequest |
The request for
[ListSchemaBundles][google.bigtable.admin.v2.BigtableTableAdmin.ListSchemaBundles].
|
| ListSchemaBundlesRequest.Builder |
The request for
[ListSchemaBundles][google.bigtable.admin.v2.BigtableTableAdmin.ListSchemaBundles].
|
| ListSchemaBundlesResponse |
The response for
[ListSchemaBundles][google.bigtable.admin.v2.BigtableTableAdmin.ListSchemaBundles].
|
| ListSchemaBundlesResponse.Builder |
The response for
[ListSchemaBundles][google.bigtable.admin.v2.BigtableTableAdmin.ListSchemaBundles].
|
| ListSnapshotsRequest |
Request message for
[google.bigtable.admin.v2.BigtableTableAdmin.ListSnapshots][google.bigtable.admin.v2.BigtableTableAdmin.ListSnapshots]
Note: This is a private alpha release of Cloud Bigtable snapshots.
|
| ListSnapshotsRequest.Builder |
Request message for
[google.bigtable.admin.v2.BigtableTableAdmin.ListSnapshots][google.bigtable.admin.v2.BigtableTableAdmin.ListSnapshots]
Note: This is a private alpha release of Cloud Bigtable snapshots.
|
| ListSnapshotsResponse |
Response message for
[google.bigtable.admin.v2.BigtableTableAdmin.ListSnapshots][google.bigtable.admin.v2.BigtableTableAdmin.ListSnapshots]
Note: This is a private alpha release of Cloud Bigtable snapshots.
|
| ListSnapshotsResponse.Builder |
Response message for
[google.bigtable.admin.v2.BigtableTableAdmin.ListSnapshots][google.bigtable.admin.v2.BigtableTableAdmin.ListSnapshots]
Note: This is a private alpha release of Cloud Bigtable snapshots.
|
| ListTablesRequest |
Request message for
[google.bigtable.admin.v2.BigtableTableAdmin.ListTables][google.bigtable.admin.v2.BigtableTableAdmin.ListTables]
Protobuf type
google.bigtable.admin.v2.ListTablesRequest |
| ListTablesRequest.Builder |
Request message for
[google.bigtable.admin.v2.BigtableTableAdmin.ListTables][google.bigtable.admin.v2.BigtableTableAdmin.ListTables]
Protobuf type
google.bigtable.admin.v2.ListTablesRequest |
| ListTablesResponse |
Response message for
[google.bigtable.admin.v2.BigtableTableAdmin.ListTables][google.bigtable.admin.v2.BigtableTableAdmin.ListTables]
Protobuf type
google.bigtable.admin.v2.ListTablesResponse |
| ListTablesResponse.Builder |
Response message for
[google.bigtable.admin.v2.BigtableTableAdmin.ListTables][google.bigtable.admin.v2.BigtableTableAdmin.ListTables]
Protobuf type
google.bigtable.admin.v2.ListTablesResponse |
| LocationName | |
| LocationName.Builder |
Builder for projects/{project}/locations/{location}.
|
| LogicalView |
A SQL logical view object that can be referenced in SQL queries.
|
| LogicalView.Builder |
A SQL logical view object that can be referenced in SQL queries.
|
| LogicalViewName | |
| LogicalViewName.Builder |
Builder for projects/{project}/instances/{instance}/logicalViews/{logical_view}.
|
| MaterializedView |
A materialized view object that can be referenced in SQL queries.
|
| MaterializedView.Builder |
A materialized view object that can be referenced in SQL queries.
|
| MaterializedViewName | |
| MaterializedViewName.Builder |
Builder for projects/{project}/instances/{instance}/materializedViews/{materialized_view}.
|
| ModifyColumnFamiliesRequest |
Request message for
[google.bigtable.admin.v2.BigtableTableAdmin.ModifyColumnFamilies][google.bigtable.admin.v2.BigtableTableAdmin.ModifyColumnFamilies]
Protobuf type
google.bigtable.admin.v2.ModifyColumnFamiliesRequest |
| ModifyColumnFamiliesRequest.Builder |
Request message for
[google.bigtable.admin.v2.BigtableTableAdmin.ModifyColumnFamilies][google.bigtable.admin.v2.BigtableTableAdmin.ModifyColumnFamilies]
Protobuf type
google.bigtable.admin.v2.ModifyColumnFamiliesRequest |
| ModifyColumnFamiliesRequest.Modification |
A create, update, or delete of a particular column family.
|
| ModifyColumnFamiliesRequest.Modification.Builder |
A create, update, or delete of a particular column family.
|
| OperationProgress |
Encapsulates progress related information for a Cloud Bigtable long
running operation.
|
| OperationProgress.Builder |
Encapsulates progress related information for a Cloud Bigtable long
running operation.
|
| OptimizeRestoredTableMetadata |
Metadata type for the long-running operation used to track the progress
of optimizations performed on a newly restored table.
|
| OptimizeRestoredTableMetadata.Builder |
Metadata type for the long-running operation used to track the progress
of optimizations performed on a newly restored table.
|
| PartialUpdateClusterMetadata |
The metadata for the Operation returned by PartialUpdateCluster.
|
| PartialUpdateClusterMetadata.Builder |
The metadata for the Operation returned by PartialUpdateCluster.
|
| PartialUpdateClusterRequest |
Request message for BigtableInstanceAdmin.PartialUpdateCluster.
|
| PartialUpdateClusterRequest.Builder |
Request message for BigtableInstanceAdmin.PartialUpdateCluster.
|
| PartialUpdateInstanceRequest |
Request message for BigtableInstanceAdmin.PartialUpdateInstance.
|
| PartialUpdateInstanceRequest.Builder |
Request message for BigtableInstanceAdmin.PartialUpdateInstance.
|
| ProjectName | |
| ProjectName.Builder |
Builder for projects/{project}.
|
| ProtoSchema |
Represents a protobuf schema.
|
| ProtoSchema.Builder |
Represents a protobuf schema.
|
| RestoreInfo |
Information about a table restore.
|
| RestoreInfo.Builder |
Information about a table restore.
|
| RestoreTableMetadata |
Metadata type for the long-running operation returned by
[RestoreTable][google.bigtable.admin.v2.BigtableTableAdmin.RestoreTable].
|
| RestoreTableMetadata.Builder |
Metadata type for the long-running operation returned by
[RestoreTable][google.bigtable.admin.v2.BigtableTableAdmin.RestoreTable].
|
| RestoreTableRequest |
The request for
[RestoreTable][google.bigtable.admin.v2.BigtableTableAdmin.RestoreTable].
|
| RestoreTableRequest.Builder |
The request for
[RestoreTable][google.bigtable.admin.v2.BigtableTableAdmin.RestoreTable].
|
| SchemaBundle |
A named collection of related schemas.
|
| SchemaBundle.Builder |
A named collection of related schemas.
|
| SchemaBundleName | |
| SchemaBundleName.Builder |
Builder for
projects/{project}/instances/{instance}/tables/{table}/schemaBundles/{schema_bundle}.
|
| Snapshot |
A snapshot of a table at a particular time.
|
| Snapshot.Builder |
A snapshot of a table at a particular time.
|
| SnapshotName | |
| SnapshotName.Builder |
Builder for projects/{project}/instances/{instance}/clusters/{cluster}/snapshots/{snapshot}.
|
| SnapshotTableMetadata |
The metadata for the Operation returned by SnapshotTable.
|
| SnapshotTableMetadata.Builder |
The metadata for the Operation returned by SnapshotTable.
|
| SnapshotTableRequest |
Request message for
[google.bigtable.admin.v2.BigtableTableAdmin.SnapshotTable][google.bigtable.admin.v2.BigtableTableAdmin.SnapshotTable]
Note: This is a private alpha release of Cloud Bigtable snapshots.
|
| SnapshotTableRequest.Builder |
Request message for
[google.bigtable.admin.v2.BigtableTableAdmin.SnapshotTable][google.bigtable.admin.v2.BigtableTableAdmin.SnapshotTable]
Note: This is a private alpha release of Cloud Bigtable snapshots.
|
| StandardReadRemoteWrites |
Checks that all writes before the consistency token was generated are
replicated in every cluster and readable.
|
| StandardReadRemoteWrites.Builder |
Checks that all writes before the consistency token was generated are
replicated in every cluster and readable.
|
| Table |
A collection of user data indexed by row, column, and timestamp.
|
| Table.AutomatedBackupPolicy |
Defines an automated backup policy for a table
Protobuf type
google.bigtable.admin.v2.Table.AutomatedBackupPolicy |
| Table.AutomatedBackupPolicy.Builder |
Defines an automated backup policy for a table
Protobuf type
google.bigtable.admin.v2.Table.AutomatedBackupPolicy |
| Table.Builder |
A collection of user data indexed by row, column, and timestamp.
|
| Table.ClusterState |
The state of a table's data in a particular cluster.
|
| Table.ClusterState.Builder |
The state of a table's data in a particular cluster.
|
| TableName | |
| TableName.Builder |
Builder for projects/{project}/instances/{instance}/tables/{table}.
|
| TableProto | |
| TieredStorageConfig |
Config for tiered storage.
|
| TieredStorageConfig.Builder |
Config for tiered storage.
|
| TieredStorageRule |
Rule to specify what data is stored in a storage tier.
|
| TieredStorageRule.Builder |
Rule to specify what data is stored in a storage tier.
|
| Type |
`Type` represents the type of data that is written to, read from, or stored
in Bigtable.
|
| Type.Aggregate |
A value that combines incremental updates into a summarized value.
|
| Type.Aggregate.Builder |
A value that combines incremental updates into a summarized value.
|
| Type.Aggregate.HyperLogLogPlusPlusUniqueCount |
Computes an approximate unique count over the input values.
|
| Type.Aggregate.HyperLogLogPlusPlusUniqueCount.Builder |
Computes an approximate unique count over the input values.
|
| Type.Aggregate.Max |
Computes the max of the input values.
|
| Type.Aggregate.Max.Builder |
Computes the max of the input values.
|
| Type.Aggregate.Min |
Computes the min of the input values.
|
| Type.Aggregate.Min.Builder |
Computes the min of the input values.
|
| Type.Aggregate.Sum |
Computes the sum of the input values.
|
| Type.Aggregate.Sum.Builder |
Computes the sum of the input values.
|
| Type.Array |
An ordered list of elements of a given type.
|
| Type.Array.Builder |
An ordered list of elements of a given type.
|
| Type.Bool |
bool
Values of type `Bool` are stored in `Value.bool_value`.
|
| Type.Bool.Builder |
bool
Values of type `Bool` are stored in `Value.bool_value`.
|
| Type.Builder |
`Type` represents the type of data that is written to, read from, or stored
in Bigtable.
|
| Type.Bytes |
Bytes
Values of type `Bytes` are stored in `Value.bytes_value`.
|
| Type.Bytes.Builder |
Bytes
Values of type `Bytes` are stored in `Value.bytes_value`.
|
| Type.Bytes.Encoding |
Rules used to convert to or from lower level types.
|
| Type.Bytes.Encoding.Builder |
Rules used to convert to or from lower level types.
|
| Type.Bytes.Encoding.Raw |
Leaves the value as-is.
|
| Type.Bytes.Encoding.Raw.Builder |
Leaves the value as-is.
|
| Type.Date |
Date
Values of type `Date` are stored in `Value.date_value`.
|
| Type.Date.Builder |
Date
Values of type `Date` are stored in `Value.date_value`.
|
| Type.Enum |
A protobuf enum type.
|
| Type.Enum.Builder |
A protobuf enum type.
|
| Type.Float32 |
Float32
Values of type `Float32` are stored in `Value.float_value`.
|
| Type.Float32.Builder |
Float32
Values of type `Float32` are stored in `Value.float_value`.
|
| Type.Float64 |
Float64
Values of type `Float64` are stored in `Value.float_value`.
|
| Type.Float64.Builder |
Float64
Values of type `Float64` are stored in `Value.float_value`.
|
| Type.Int64 |
Int64
Values of type `Int64` are stored in `Value.int_value`.
|
| Type.Int64.Builder |
Int64
Values of type `Int64` are stored in `Value.int_value`.
|
| Type.Int64.Encoding |
Rules used to convert to or from lower level types.
|
| Type.Int64.Encoding.BigEndianBytes |
Encodes the value as an 8-byte big-endian two's complement value.
|
| Type.Int64.Encoding.BigEndianBytes.Builder |
Encodes the value as an 8-byte big-endian two's complement value.
|
| Type.Int64.Encoding.Builder |
Rules used to convert to or from lower level types.
|
| Type.Int64.Encoding.OrderedCodeBytes |
Encodes the value in a variable length binary format of up to 10 bytes.
|
| Type.Int64.Encoding.OrderedCodeBytes.Builder |
Encodes the value in a variable length binary format of up to 10 bytes.
|
| Type.Map |
A mapping of keys to values of a given type.
|
| Type.Map.Builder |
A mapping of keys to values of a given type.
|
| Type.Proto |
A protobuf message type.
|
| Type.Proto.Builder |
A protobuf message type.
|
| Type.String |
String
Values of type `String` are stored in `Value.string_value`.
|
| Type.String.Builder |
String
Values of type `String` are stored in `Value.string_value`.
|
| Type.String.Encoding |
Rules used to convert to or from lower level types.
|
| Type.String.Encoding.Builder |
Rules used to convert to or from lower level types.
|
| Type.String.Encoding.Utf8Bytes |
UTF-8 encoding.
|
| Type.String.Encoding.Utf8Bytes.Builder |
UTF-8 encoding.
|
| Type.String.Encoding.Utf8Raw | Deprecated |
| Type.String.Encoding.Utf8Raw.Builder |
Deprecated: prefer the equivalent `Utf8Bytes`.
|
| Type.Struct |
A structured data value, consisting of fields which map to dynamically
typed values.
|
| Type.Struct.Builder |
A structured data value, consisting of fields which map to dynamically
typed values.
|
| Type.Struct.Encoding |
Rules used to convert to or from lower level types.
|
| Type.Struct.Encoding.Builder |
Rules used to convert to or from lower level types.
|
| Type.Struct.Encoding.DelimitedBytes |
Fields are encoded independently and concatenated with a configurable
`delimiter` in between.
|
| Type.Struct.Encoding.DelimitedBytes.Builder |
Fields are encoded independently and concatenated with a configurable
`delimiter` in between.
|
| Type.Struct.Encoding.OrderedCodeBytes |
Fields are encoded independently and concatenated with the fixed byte
pair {0x00, 0x01} in between.
|
| Type.Struct.Encoding.OrderedCodeBytes.Builder |
Fields are encoded independently and concatenated with the fixed byte
pair {0x00, 0x01} in between.
|
| Type.Struct.Encoding.Singleton |
Uses the encoding of `fields[0].type` as-is.
|
| Type.Struct.Encoding.Singleton.Builder |
Uses the encoding of `fields[0].type` as-is.
|
| Type.Struct.Field |
A struct field and its type.
|
| Type.Struct.Field.Builder |
A struct field and its type.
|
| Type.Timestamp |
Timestamp
Values of type `Timestamp` are stored in `Value.timestamp_value`.
|
| Type.Timestamp.Builder |
Timestamp
Values of type `Timestamp` are stored in `Value.timestamp_value`.
|
| Type.Timestamp.Encoding |
Rules used to convert to or from lower level types.
|
| Type.Timestamp.Encoding.Builder |
Rules used to convert to or from lower level types.
|
| TypesProto | |
| UndeleteTableMetadata |
Metadata type for the operation returned by
[google.bigtable.admin.v2.BigtableTableAdmin.UndeleteTable][google.bigtable.admin.v2.BigtableTableAdmin.UndeleteTable].
|
| UndeleteTableMetadata.Builder |
Metadata type for the operation returned by
[google.bigtable.admin.v2.BigtableTableAdmin.UndeleteTable][google.bigtable.admin.v2.BigtableTableAdmin.UndeleteTable].
|
| UndeleteTableRequest |
Request message for
[google.bigtable.admin.v2.BigtableTableAdmin.UndeleteTable][google.bigtable.admin.v2.BigtableTableAdmin.UndeleteTable]
Protobuf type
google.bigtable.admin.v2.UndeleteTableRequest |
| UndeleteTableRequest.Builder |
Request message for
[google.bigtable.admin.v2.BigtableTableAdmin.UndeleteTable][google.bigtable.admin.v2.BigtableTableAdmin.UndeleteTable]
Protobuf type
google.bigtable.admin.v2.UndeleteTableRequest |
| UpdateAppProfileMetadata |
The metadata for the Operation returned by UpdateAppProfile.
|
| UpdateAppProfileMetadata.Builder |
The metadata for the Operation returned by UpdateAppProfile.
|
| UpdateAppProfileRequest |
Request message for BigtableInstanceAdmin.UpdateAppProfile.
|
| UpdateAppProfileRequest.Builder |
Request message for BigtableInstanceAdmin.UpdateAppProfile.
|
| UpdateAuthorizedViewMetadata |
Metadata for the google.longrunning.Operation returned by
[UpdateAuthorizedView][google.bigtable.admin.v2.BigtableTableAdmin.UpdateAuthorizedView].
|
| UpdateAuthorizedViewMetadata.Builder |
Metadata for the google.longrunning.Operation returned by
[UpdateAuthorizedView][google.bigtable.admin.v2.BigtableTableAdmin.UpdateAuthorizedView].
|
| UpdateAuthorizedViewRequest |
The request for
[UpdateAuthorizedView][google.bigtable.admin.v2.BigtableTableAdmin.UpdateAuthorizedView].
|
| UpdateAuthorizedViewRequest.Builder |
The request for
[UpdateAuthorizedView][google.bigtable.admin.v2.BigtableTableAdmin.UpdateAuthorizedView].
|
| UpdateBackupRequest |
The request for
[UpdateBackup][google.bigtable.admin.v2.BigtableTableAdmin.UpdateBackup].
|
| UpdateBackupRequest.Builder |
The request for
[UpdateBackup][google.bigtable.admin.v2.BigtableTableAdmin.UpdateBackup].
|
| UpdateClusterMetadata |
The metadata for the Operation returned by UpdateCluster.
|
| UpdateClusterMetadata.Builder |
The metadata for the Operation returned by UpdateCluster.
|
| UpdateInstanceMetadata |
The metadata for the Operation returned by UpdateInstance.
|
| UpdateInstanceMetadata.Builder |
The metadata for the Operation returned by UpdateInstance.
|
| UpdateLogicalViewMetadata |
The metadata for the Operation returned by UpdateLogicalView.
|
| UpdateLogicalViewMetadata.Builder |
The metadata for the Operation returned by UpdateLogicalView.
|
| UpdateLogicalViewRequest |
Request message for BigtableInstanceAdmin.UpdateLogicalView.
|
| UpdateLogicalViewRequest.Builder |
Request message for BigtableInstanceAdmin.UpdateLogicalView.
|
| UpdateMaterializedViewMetadata |
The metadata for the Operation returned by UpdateMaterializedView.
|
| UpdateMaterializedViewMetadata.Builder |
The metadata for the Operation returned by UpdateMaterializedView.
|
| UpdateMaterializedViewRequest |
Request message for BigtableInstanceAdmin.UpdateMaterializedView.
|
| UpdateMaterializedViewRequest.Builder |
Request message for BigtableInstanceAdmin.UpdateMaterializedView.
|
| UpdateSchemaBundleMetadata |
The metadata for the Operation returned by
[UpdateSchemaBundle][google.bigtable.admin.v2.BigtableTableAdmin.UpdateSchemaBundle].
|
| UpdateSchemaBundleMetadata.Builder |
The metadata for the Operation returned by
[UpdateSchemaBundle][google.bigtable.admin.v2.BigtableTableAdmin.UpdateSchemaBundle].
|
| UpdateSchemaBundleRequest |
The request for
[UpdateSchemaBundle][google.bigtable.admin.v2.BigtableTableAdmin.UpdateSchemaBundle].
|
| UpdateSchemaBundleRequest.Builder |
The request for
[UpdateSchemaBundle][google.bigtable.admin.v2.BigtableTableAdmin.UpdateSchemaBundle].
|
| UpdateTableMetadata |
Metadata type for the operation returned by
[UpdateTable][google.bigtable.admin.v2.BigtableTableAdmin.UpdateTable].
|
| UpdateTableMetadata.Builder |
Metadata type for the operation returned by
[UpdateTable][google.bigtable.admin.v2.BigtableTableAdmin.UpdateTable].
|
| UpdateTableRequest |
The request for
[UpdateTable][google.bigtable.admin.v2.BigtableTableAdmin.UpdateTable].
|
| UpdateTableRequest.Builder |
The request for
[UpdateTable][google.bigtable.admin.v2.BigtableTableAdmin.UpdateTable].
|
Copyright © 2026 Google LLC. All rights reserved.