Cloud Bigtable V2 Client - Class View (1.25.0)

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 \ Table

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

VIEW_UNSPECIFIED

Value: 0

Uses the default view for each method as documented in its request.

Generated from protobuf enum VIEW_UNSPECIFIED = 0;

NAME_ONLY

Value: 1

Only populates name.

Generated from protobuf enum NAME_ONLY = 1;

SCHEMA_VIEW

Value: 2

Only populates name and fields related to the table's schema.

Generated from protobuf enum SCHEMA_VIEW = 2;

REPLICATION_VIEW

Value: 3

Only populates name and fields related to the table's replication state.

Generated from protobuf enum REPLICATION_VIEW = 3;

ENCRYPTION_VIEW

Value: 5

Only populates name and fields related to the table's encryption state.

Generated from protobuf enum ENCRYPTION_VIEW = 5;

FULL

Value: 4

Populates all fields.

Generated from protobuf enum FULL = 4;