Reference documentation and code samples for the Cloud Bigtable V2 Client class FamilySubsets.
Subsets of a column family that are included in this AuthorizedView.
Generated from protobuf message google.bigtable.admin.v2.AuthorizedView.FamilySubsets
Namespace
Google \ Cloud \ Bigtable \ Admin \ V2 \ AuthorizedViewMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ qualifiers |
array
Individual exact column qualifiers to be included in the AuthorizedView. |
↳ qualifier_prefixes |
array
Prefixes for qualifiers to be included in the AuthorizedView. Every qualifier starting with one of these prefixes is included in the AuthorizedView. To provide access to all qualifiers, include the empty string as a prefix (""). |
getQualifiers
Individual exact column qualifiers to be included in the AuthorizedView.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setQualifiers
Individual exact column qualifiers to be included in the AuthorizedView.
Parameter | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$this |
getQualifierPrefixes
Prefixes for qualifiers to be included in the AuthorizedView. Every qualifier starting with one of these prefixes is included in the AuthorizedView. To provide access to all qualifiers, include the empty string as a prefix ("").
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setQualifierPrefixes
Prefixes for qualifiers to be included in the AuthorizedView. Every qualifier starting with one of these prefixes is included in the AuthorizedView. To provide access to all qualifiers, include the empty string as a prefix ("").
Parameter | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$this |