Module: Google::Cloud::Bigtable::Admin::V2::Table::View
- Defined in:
- proto_docs/google/bigtable/admin/v2/table.rb
Overview
Defines a view over a table's fields.
Constant Summary collapse
- VIEW_UNSPECIFIED =
Uses the default view for each method as documented in its request.
0- NAME_ONLY =
Only populates
name. 1- SCHEMA_VIEW =
Only populates
nameand fields related to the table's schema. 2- REPLICATION_VIEW =
Only populates
nameand fields related to the table's replication state. 3- ENCRYPTION_VIEW =
Only populates
nameand fields related to the table's encryption state. 5- FULL =
Populates all fields.
4