Reference documentation and code samples for the Cloud Bigtable V2 Client class ResponseView.
Defines a subset of an AuthorizedView's fields.
Protobuf type google.bigtable.admin.v2.AuthorizedView.ResponseView
Namespace
Google \ Cloud \ Bigtable \ Admin \ V2 \ AuthorizedViewMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
RESPONSE_VIEW_UNSPECIFIED
Value: 0
Uses the default view for each method as documented in the request.
Generated from protobuf enum RESPONSE_VIEW_UNSPECIFIED = 0;
NAME_ONLY
Value: 1
Only populates name
.
Generated from protobuf enum NAME_ONLY = 1;
BASIC
Value: 2
Only populates the AuthorizedView's basic metadata. This includes: name, deletion_protection, etag.
Generated from protobuf enum BASIC = 2;
FULL
Value: 3
Populates every fields.
Generated from protobuf enum FULL = 3;