Class AuthorizedView.SubsetView

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
com.google.bigtable.admin.v2.AuthorizedView.SubsetView
All Implemented Interfaces:
AuthorizedView.SubsetViewOrBuilder, 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.SubsetView extends com.google.protobuf.GeneratedMessageV3 implements AuthorizedView.SubsetViewOrBuilder
 Defines a simple AuthorizedView that is a subset of the underlying Table.
 
Protobuf type google.bigtable.admin.v2.AuthorizedView.SubsetView
See Also:
  • Field Details

    • ROW_PREFIXES_FIELD_NUMBER

      public static final int ROW_PREFIXES_FIELD_NUMBER
      See Also:
    • FAMILY_SUBSETS_FIELD_NUMBER

      public static final int FAMILY_SUBSETS_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()
    • internalGetMapFieldReflection

      protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
      Overrides:
      internalGetMapFieldReflection in class com.google.protobuf.GeneratedMessageV3
    • internalGetFieldAccessorTable

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

      public 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;
      Specified by:
      getRowPrefixesList in interface AuthorizedView.SubsetViewOrBuilder
      Returns:
      A list containing the rowPrefixes.
    • getRowPrefixesCount

      public 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;
      Specified by:
      getRowPrefixesCount in interface AuthorizedView.SubsetViewOrBuilder
      Returns:
      The count of rowPrefixes.
    • getRowPrefixes

      public 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;
      Specified by:
      getRowPrefixes in interface AuthorizedView.SubsetViewOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The rowPrefixes at the given index.
    • getFamilySubsetsCount

      public int getFamilySubsetsCount()
      Description copied from interface: AuthorizedView.SubsetViewOrBuilder
       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;
      Specified by:
      getFamilySubsetsCount in interface AuthorizedView.SubsetViewOrBuilder
    • containsFamilySubsets

      public boolean containsFamilySubsets(String key)
       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;
      Specified by:
      containsFamilySubsets in interface AuthorizedView.SubsetViewOrBuilder
    • getFamilySubsets

      @Deprecated public Map<String,AuthorizedView.FamilySubsets> getFamilySubsets()
      Deprecated.
      Specified by:
      getFamilySubsets in interface AuthorizedView.SubsetViewOrBuilder
    • getFamilySubsetsMap

      public 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;
      Specified by:
      getFamilySubsetsMap in interface AuthorizedView.SubsetViewOrBuilder
    • getFamilySubsetsOrDefault

      public 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;
      Specified by:
      getFamilySubsetsOrDefault in interface AuthorizedView.SubsetViewOrBuilder
    • getFamilySubsetsOrThrow

      public AuthorizedView.FamilySubsets getFamilySubsetsOrThrow(String key)
       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;
      Specified by:
      getFamilySubsetsOrThrow in interface AuthorizedView.SubsetViewOrBuilder
    • 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.SubsetView parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

      public static AuthorizedView.SubsetView 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.SubsetView parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

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

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

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

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

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

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

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

      public static AuthorizedView.SubsetView.Builder newBuilder(AuthorizedView.SubsetView prototype)
    • toBuilder

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

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

      public static AuthorizedView.SubsetView getDefaultInstance()
    • parser

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

      public com.google.protobuf.Parser<AuthorizedView.SubsetView> 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.SubsetView getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder