Class AuthorizedView.FamilySubsets

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
com.google.bigtable.admin.v2.AuthorizedView.FamilySubsets
All Implemented Interfaces:
AuthorizedView.FamilySubsetsOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable
Enclosing class:
AuthorizedView

public static final class AuthorizedView.FamilySubsets extends com.google.protobuf.GeneratedMessageV3 implements AuthorizedView.FamilySubsetsOrBuilder
 Subsets of a column family that are included in this AuthorizedView.
 
Protobuf type google.bigtable.admin.v2.AuthorizedView.FamilySubsets
See Also:
  • Field Details

    • QUALIFIERS_FIELD_NUMBER

      public static final int QUALIFIERS_FIELD_NUMBER
      See Also:
    • QUALIFIER_PREFIXES_FIELD_NUMBER

      public static final int QUALIFIER_PREFIXES_FIELD_NUMBER
      See Also:
  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
    • getQualifiersList

      public List<com.google.protobuf.ByteString> getQualifiersList()
       Individual exact column qualifiers to be included in the AuthorizedView.
       
      repeated bytes qualifiers = 1;
      Specified by:
      getQualifiersList in interface AuthorizedView.FamilySubsetsOrBuilder
      Returns:
      A list containing the qualifiers.
    • getQualifiersCount

      public int getQualifiersCount()
       Individual exact column qualifiers to be included in the AuthorizedView.
       
      repeated bytes qualifiers = 1;
      Specified by:
      getQualifiersCount in interface AuthorizedView.FamilySubsetsOrBuilder
      Returns:
      The count of qualifiers.
    • getQualifiers

      public com.google.protobuf.ByteString getQualifiers(int index)
       Individual exact column qualifiers to be included in the AuthorizedView.
       
      repeated bytes qualifiers = 1;
      Specified by:
      getQualifiers in interface AuthorizedView.FamilySubsetsOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The qualifiers at the given index.
    • getQualifierPrefixesList

      public 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;
      Specified by:
      getQualifierPrefixesList in interface AuthorizedView.FamilySubsetsOrBuilder
      Returns:
      A list containing the qualifierPrefixes.
    • getQualifierPrefixesCount

      public 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;
      Specified by:
      getQualifierPrefixesCount in interface AuthorizedView.FamilySubsetsOrBuilder
      Returns:
      The count of qualifierPrefixes.
    • getQualifierPrefixes

      public 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;
      Specified by:
      getQualifierPrefixes in interface AuthorizedView.FamilySubsetsOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The qualifierPrefixes at the given index.
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static AuthorizedView.FamilySubsets parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static AuthorizedView.FamilySubsets parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static AuthorizedView.FamilySubsets parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static AuthorizedView.FamilySubsets parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static AuthorizedView.FamilySubsets parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static AuthorizedView.FamilySubsets parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static AuthorizedView.FamilySubsets parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static AuthorizedView.FamilySubsets parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static AuthorizedView.FamilySubsets parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static AuthorizedView.FamilySubsets parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static AuthorizedView.FamilySubsets parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static AuthorizedView.FamilySubsets parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public AuthorizedView.FamilySubsets.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static AuthorizedView.FamilySubsets.Builder newBuilder()
    • newBuilder

    • toBuilder

      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected AuthorizedView.FamilySubsets.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static AuthorizedView.FamilySubsets getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<AuthorizedView.FamilySubsets> parser()
    • getParserForType

      public com.google.protobuf.Parser<AuthorizedView.FamilySubsets> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public AuthorizedView.FamilySubsets getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder