Package com.google.bigtable.admin.v2
Interface AuthorizedView.FamilySubsetsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AuthorizedView.FamilySubsets,AuthorizedView.FamilySubsets.Builder
- Enclosing class:
- AuthorizedView
public static interface AuthorizedView.FamilySubsetsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.ByteStringgetQualifierPrefixes(int index) Prefixes for qualifiers to be included in the AuthorizedView.intPrefixes for qualifiers to be included in the AuthorizedView.List<com.google.protobuf.ByteString>Prefixes for qualifiers to be included in the AuthorizedView.com.google.protobuf.ByteStringgetQualifiers(int index) Individual exact column qualifiers to be included in the AuthorizedView.intIndividual exact column qualifiers to be included in the AuthorizedView.List<com.google.protobuf.ByteString>Individual exact column qualifiers 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
-
getQualifiersList
List<com.google.protobuf.ByteString> getQualifiersList()Individual exact column qualifiers to be included in the AuthorizedView.
repeated bytes qualifiers = 1;- Returns:
- A list containing the qualifiers.
-
getQualifiersCount
int getQualifiersCount()Individual exact column qualifiers to be included in the AuthorizedView.
repeated bytes qualifiers = 1;- Returns:
- The count of qualifiers.
-
getQualifiers
com.google.protobuf.ByteString getQualifiers(int index) Individual exact column qualifiers to be included in the AuthorizedView.
repeated bytes qualifiers = 1;- Parameters:
index- The index of the element to return.- Returns:
- The qualifiers at the given index.
-
getQualifierPrefixesList
List<com.google.protobuf.ByteString> getQualifierPrefixesList()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 ("").repeated bytes qualifier_prefixes = 2;- Returns:
- A list containing the qualifierPrefixes.
-
getQualifierPrefixesCount
int getQualifierPrefixesCount()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 ("").repeated bytes qualifier_prefixes = 2;- Returns:
- The count of qualifierPrefixes.
-
getQualifierPrefixes
com.google.protobuf.ByteString getQualifierPrefixes(int index) 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 ("").repeated bytes qualifier_prefixes = 2;- Parameters:
index- The index of the element to return.- Returns:
- The qualifierPrefixes at the given index.
-