Package com.google.bigtable.admin.v2
Interface AuthorizedView.SubsetViewOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AuthorizedView.SubsetView,AuthorizedView.SubsetView.Builder
- Enclosing class:
- AuthorizedView
public static interface AuthorizedView.SubsetViewOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanMap from column family name to the columns in this family to be included in the AuthorizedView.Deprecated.intMap from column family name to the columns in this family to be included in the AuthorizedView.Map from column family name to the columns in this family to be included in the AuthorizedView.getFamilySubsetsOrDefault(String key, AuthorizedView.FamilySubsets defaultValue) Map from column family name to the columns in this family to be included in the AuthorizedView.Map from column family name to the columns in this family to be included in the AuthorizedView.com.google.protobuf.ByteStringgetRowPrefixes(int index) Row prefixes to be included in the AuthorizedView.intRow prefixes to be included in the AuthorizedView.List<com.google.protobuf.ByteString>Row prefixes to be included in the AuthorizedView.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getRowPrefixesList
List<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;- Returns:
- A list containing the rowPrefixes.
-
getRowPrefixesCount
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;- Returns:
- The count of rowPrefixes.
-
getRowPrefixes
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;- Parameters:
index- The index of the element to return.- Returns:
- The rowPrefixes at the given index.
-
getFamilySubsetsCount
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; -
containsFamilySubsets
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; -
getFamilySubsets
Deprecated.UsegetFamilySubsetsMap()instead. -
getFamilySubsetsMap
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; -
getFamilySubsetsOrDefault
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; -
getFamilySubsetsOrThrow
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;
-