public static interface AuthorizedView.SubsetViewOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsFamilySubsets(String key)
Map from column family name to the columns in this family to be included
in the AuthorizedView.
|
Map<String,AuthorizedView.FamilySubsets> |
getFamilySubsets()
Deprecated.
|
int |
getFamilySubsetsCount()
Map from column family name to the columns in this family to be included
in the AuthorizedView.
|
Map<String,AuthorizedView.FamilySubsets> |
getFamilySubsetsMap()
Map from column family name to the columns in this family to be included
in the AuthorizedView.
|
AuthorizedView.FamilySubsets |
getFamilySubsetsOrDefault(String key,
AuthorizedView.FamilySubsets defaultValue)
Map from column family name to the columns in this family to be included
in the AuthorizedView.
|
AuthorizedView.FamilySubsets |
getFamilySubsetsOrThrow(String key)
Map from column family name to the columns in this family to be included
in the AuthorizedView.
|
com.google.protobuf.ByteString |
getRowPrefixes(int index)
Row prefixes to be included in the AuthorizedView.
|
int |
getRowPrefixesCount()
Row prefixes to be included in the AuthorizedView.
|
List<com.google.protobuf.ByteString> |
getRowPrefixesList()
Row prefixes to be included in the AuthorizedView.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<com.google.protobuf.ByteString> getRowPrefixesList()
Row prefixes to be included in the AuthorizedView.
To provide access to all rows, include the empty string as a prefix ("").
repeated bytes row_prefixes = 1;int getRowPrefixesCount()
Row prefixes to be included in the AuthorizedView.
To provide access to all rows, include the empty string as a prefix ("").
repeated bytes row_prefixes = 1;com.google.protobuf.ByteString getRowPrefixes(int index)
Row prefixes to be included in the AuthorizedView.
To provide access to all rows, include the empty string as a prefix ("").
repeated bytes row_prefixes = 1;index - The index of the element to return.int getFamilySubsetsCount()
Map from column family name to the columns in this family to be included in the AuthorizedView.
map<string, .google.bigtable.admin.v2.AuthorizedView.FamilySubsets> family_subsets = 2;
boolean containsFamilySubsets(String key)
Map from column family name to the columns in this family to be included in the AuthorizedView.
map<string, .google.bigtable.admin.v2.AuthorizedView.FamilySubsets> family_subsets = 2;
@Deprecated Map<String,AuthorizedView.FamilySubsets> getFamilySubsets()
getFamilySubsetsMap() instead.Map<String,AuthorizedView.FamilySubsets> getFamilySubsetsMap()
Map from column family name to the columns in this family to be included in the AuthorizedView.
map<string, .google.bigtable.admin.v2.AuthorizedView.FamilySubsets> family_subsets = 2;
AuthorizedView.FamilySubsets getFamilySubsetsOrDefault(String key, AuthorizedView.FamilySubsets defaultValue)
Map from column family name to the columns in this family to be included in the AuthorizedView.
map<string, .google.bigtable.admin.v2.AuthorizedView.FamilySubsets> family_subsets = 2;
AuthorizedView.FamilySubsets getFamilySubsetsOrThrow(String key)
Map from column family name to the columns in this family to be included in the AuthorizedView.
map<string, .google.bigtable.admin.v2.AuthorizedView.FamilySubsets> family_subsets = 2;
Copyright © 2026 Google LLC. All rights reserved.