Interface AuthorizedView.SubsetViewOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
AuthorizedView.SubsetView, AuthorizedView.SubsetView.Builder
Enclosing class:
AuthorizedView

public static interface AuthorizedView.SubsetViewOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getRowPrefixesList

      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;
      Returns:
      A list containing the rowPrefixes.
    • getRowPrefixesCount

      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;
      Returns:
      The count of rowPrefixes.
    • getRowPrefixes

      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;
      Parameters:
      index - The index of the element to return.
      Returns:
      The rowPrefixes at the given index.
    • getFamilySubsetsCount

      int getFamilySubsetsCount()
       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;
    • containsFamilySubsets

      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;
    • getFamilySubsets

      Deprecated.
    • getFamilySubsetsMap

      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;
    • getFamilySubsetsOrDefault

      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;
    • getFamilySubsetsOrThrow

      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;