View

Defines a view over a table's fields.

Enums
VIEW_UNSPECIFIED Uses the default view for each method as documented in its request.
NAME_ONLY Only populates name.
SCHEMA_VIEW Only populates name and fields related to the table's schema.
REPLICATION_VIEW Only populates name and fields related to the table's replication state.
ENCRYPTION_VIEW Only populates name and fields related to the table's encryption state.
STATS_VIEW Only populates name and fields related to the table's stats (e.g. TableStats and ColumnFamilyStats).
FULL Populates all fields except for stats. See STATS_VIEW to request stats.