Reference documentation and code samples for the Cloud Bigtable V2 Client class SubsetView.
Defines a simple AuthorizedView that is a subset of the underlying Table.
Generated from protobuf message google.bigtable.admin.v2.AuthorizedView.SubsetView
Namespace
Google \ Cloud \ Bigtable \ Admin \ V2 \ AuthorizedViewMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data | array Optional. Data for populating the Message object. |
↳ row_prefixes | array Row prefixes to be included in the AuthorizedView. To provide access to all rows, include the empty string as a prefix (""). |
↳ family_subsets | array|Google\Protobuf\Internal\MapField Map from column family name to the columns in this family to be included in the AuthorizedView. |
getRowPrefixes
Row prefixes to be included in the AuthorizedView.
To provide access to all rows, include the empty string as a prefix ("").
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setRowPrefixes
Row prefixes to be included in the AuthorizedView.
To provide access to all rows, include the empty string as a prefix ("").
Parameter | |
---|---|
Name | Description |
var | string[] |
Returns | |
---|---|
Type | Description |
$this |
getFamilySubsets
Map from column family name to the columns in this family to be included in the AuthorizedView.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\MapField |
setFamilySubsets
Map from column family name to the columns in this family to be included in the AuthorizedView.
Parameter | |
---|---|
Name | Description |
var | array|Google\Protobuf\Internal\MapField |
Returns | |
---|---|
Type | Description |
$this |