Class SubsetView (2.41.0)

SubsetView(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Defines a simple AuthorizedView that is a subset of the underlying Table.

Attributes

Name Description
row_prefixes MutableSequence[bytes]
Row prefixes to be included in the AuthorizedView. To provide access to all rows, include the empty string as a prefix ("").
family_subsets MutableMapping[str, google.cloud.bigtable_admin_v2.types.AuthorizedView.FamilySubsets]
Map from column family name to the columns in this family to be included in the AuthorizedView.

Classes

FamilySubsetsEntry

FamilySubsetsEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The abstract base class for a message.

Parameters
Name Description
kwargs dict

Keys and values corresponding to the fields of the message.

mapping Union[dict, .Message]

A dictionary or message to be used to determine the values for this message.

ignore_unknown_fields Optional(bool)

If True, do not raise errors for unknown fields. Only applied if mapping is a mapping type or there are keyword parameters.