public static interface AuthorizedView.FamilySubsetsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getQualifierPrefixes(int index)
Prefixes for qualifiers to be included in the AuthorizedView.
|
int |
getQualifierPrefixesCount()
Prefixes for qualifiers to be included in the AuthorizedView.
|
List<com.google.protobuf.ByteString> |
getQualifierPrefixesList()
Prefixes for qualifiers to be included in the AuthorizedView.
|
com.google.protobuf.ByteString |
getQualifiers(int index)
Individual exact column qualifiers to be included in the AuthorizedView.
|
int |
getQualifiersCount()
Individual exact column qualifiers to be included in the AuthorizedView.
|
List<com.google.protobuf.ByteString> |
getQualifiersList()
Individual exact column qualifiers to be included in the AuthorizedView.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<com.google.protobuf.ByteString> getQualifiersList()
Individual exact column qualifiers to be included in the AuthorizedView.
repeated bytes qualifiers = 1;int getQualifiersCount()
Individual exact column qualifiers to be included in the AuthorizedView.
repeated bytes qualifiers = 1;com.google.protobuf.ByteString getQualifiers(int index)
Individual exact column qualifiers to be included in the AuthorizedView.
repeated bytes qualifiers = 1;index - The index of the element to return.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;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;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;index - The index of the element to return.Copyright © 2026 Google LLC. All rights reserved.