GoogleBigtableAdminV2AuthorizedViewSubsetView class
Defines a simple AuthorizedView that is a subset of the underlying Table.
Constructors
-
GoogleBigtableAdminV2AuthorizedViewSubsetView({Map<
String, GoogleBigtableAdminV2AuthorizedViewFamilySubsets> ? familySubsets, List<String> ? rowPrefixes}) - GoogleBigtableAdminV2AuthorizedViewSubsetView.fromJson(Map json_)
Properties
-
familySubsets
↔ Map<
String, GoogleBigtableAdminV2AuthorizedViewFamilySubsets> ? -
Map from column family name to the columns in this family to be included
in the AuthorizedView.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
rowPrefixes
↔ List<
String> ? -
Row prefixes to be included in the AuthorizedView.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited