Reference documentation and code samples for the Cloud Bigtable V2 Client class View.
Defines a view over a table's fields.
Protobuf type google.bigtable.admin.v2.Table.View
Namespace
Google \ Cloud \ Bigtable \ Admin \ V2 \ TableMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
VIEW_UNSPECIFIED
Value: 0Uses the default view for each method as documented in its request.
Generated from protobuf enum VIEW_UNSPECIFIED = 0;
NAME_ONLY
Value: 1Only populates name.
Generated from protobuf enum NAME_ONLY = 1;
SCHEMA_VIEW
Value: 2Only populates name and fields related to the table's schema.
Generated from protobuf enum SCHEMA_VIEW = 2;
REPLICATION_VIEW
Value: 3Only populates name and fields related to the table's replication
state.
Generated from protobuf enum REPLICATION_VIEW = 3;
ENCRYPTION_VIEW
Value: 5Only populates name and fields related to the table's encryption state.
Generated from protobuf enum ENCRYPTION_VIEW = 5;
FULL
Value: 4Populates all fields.
Generated from protobuf enum FULL = 4;