Class FamilySubsets
java.lang.Object
com.google.cloud.bigtable.admin.v2.models.FamilySubsets
Represents subsets of a particular column family that are included in this authorized view.
-
Method Summary
Modifier and TypeMethodDescriptionaddQualifier(com.google.protobuf.ByteString qualifier) Adds an individual column qualifier to be included in this authorized view.addQualifier(String qualifier) Adds an individual column qualifier to be included in this authorized view.addQualifierPrefix(com.google.protobuf.ByteString qualifierPrefix) Adds a prefix for column qualifiers to be included in this authorized view.addQualifierPrefix(String qualifierPrefix) Adds a prefix for column qualifiers to be included in this authorized view.static FamilySubsetscreate()booleanstatic FamilySubsetsWraps the protobuf.List<com.google.protobuf.ByteString>Gets the list of column qualifier prefixes included in this authorized view.List<com.google.protobuf.ByteString>Gets the list of column qualifiers included in this authorized view.inthashCode()toProto()Creates the request protobuf.
-
Method Details
-
fromProto
Wraps the protobuf. This method is considered an internal implementation detail and not meant to be used by applications. -
create
-
getQualifiers
Gets the list of column qualifiers included in this authorized view. -
getQualifierPrefixes
Gets the list of column qualifier prefixes included in this authorized view. -
addQualifier
Adds an individual column qualifier to be included in this authorized view. -
addQualifier
Adds an individual column qualifier to be included in this authorized view. -
addQualifierPrefix
Adds a prefix for column qualifiers to be included in this authorized view. Every qualifier starting with the prefix will be included in this authorized view. An empty string ("") prefix means to provide access to all qualifiers. -
addQualifierPrefix
Adds a prefix for column qualifiers to be included in this authorized view. Every qualifier starting with the prefix will be included in this authorized view. An empty string ("") prefix means to provide access to all qualifiers. -
toProto
Creates the request protobuf. This method is considered an internal implementation detail and not meant to be used by applications. -
equals
-
hashCode
public int hashCode()
-