Module: Google::Bigtable::Admin::V2::Table::View
- Defined in:
- lib/google/cloud/bigtable/admin/v2/doc/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 +name+ and fields related to the table's schema.
2
- REPLICATION_VIEW =
Only populates +name+ and fields related to the table's replication state.
3
- FULL =
Populates all fields.
4