package google.bigtable.admin.table.v1

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

service BigtableTableService

bigtable_table_service.proto:32

Service for creating, configuring, and deleting Cloud Bigtable tables. Provides access to the table schemas only, not the data stored within the tables.

message ColumnFamily

bigtable_table_data.proto:51

A set of columns within a table which share a common configuration.

Used as request type in: BigtableTableService.UpdateColumnFamily

Used as response type in: BigtableTableService.CreateColumnFamily, BigtableTableService.UpdateColumnFamily

Used as field type in: CreateColumnFamilyRequest, Table

message GcRule

bigtable_table_data.proto:95

Rule for determining which cells to delete during garbage collection.

Used in: ColumnFamily, GcRule.Intersection, GcRule.Union

message GcRule.Intersection

bigtable_table_data.proto:97

A GcRule which deletes cells matching all of the given rules.

Used in: GcRule

message GcRule.Union

bigtable_table_data.proto:103

A GcRule which deletes cells matching any of the given rules.

Used in: GcRule

message Table

bigtable_table_data.proto:29

A collection of user data indexed by row, column, and timestamp. Each table is served using the resources of its parent cluster.

Used as response type in: BigtableTableService.CreateTable, BigtableTableService.GetTable

Used as field type in: CreateTableRequest, ListTablesResponse

enum Table.TimestampGranularity

bigtable_table_data.proto:30

Used in: Table