Module Google::Cloud::Bigtable::Admin::V2::Table::View (v0.8.1)

Defines a view over a table's fields.

Constants

VIEW_UNSPECIFIED

value: 0
Uses the default view for each method as documented in its request.

NAME_ONLY

value: 1
Only populates name.

SCHEMA_VIEW

value: 2
Only populates name and fields related to the table's schema.

REPLICATION_VIEW

value: 3
Only populates name and fields related to the table's replication state.

ENCRYPTION_VIEW

value: 5
Only populates 'name' and fields related to the table's encryption state.

FULL

value: 4
Populates all fields.