Cloud Bigtable V2 Client - Class SubsetView (2.4.0)

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

Methods

__construct

Constructor.

Parameters
NameDescription
dataarray

Optional. Data for populating the Message object.

↳ row_prefixesarray

Row prefixes to be included in the AuthorizedView. To provide access to all rows, include the empty string as a prefix ("").

↳ family_subsetsarray|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
TypeDescription
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
NameDescription
varstring[]
Returns
TypeDescription
$this

getFamilySubsets

Map from column family name to the columns in this family to be included in the AuthorizedView.

Returns
TypeDescription
Google\Protobuf\Internal\MapField

setFamilySubsets

Map from column family name to the columns in this family to be included in the AuthorizedView.

Parameter
NameDescription
vararray|Google\Protobuf\Internal\MapField
Returns
TypeDescription
$this