Class View (2.32.0)

View(value)

Defines a view over a table's fields.

Enums

Name Description
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.
FULL Populates all fields.