Interface RowOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Row, Row.Builder

public interface RowOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getFamilies(int index)
    May be empty, but only if the entire row is empty.
    int
    May be empty, but only if the entire row is empty.
    May be empty, but only if the entire row is empty.
    May be empty, but only if the entire row is empty.
    May be empty, but only if the entire row is empty.
    com.google.protobuf.ByteString
    The unique key which identifies this row within its table.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getKey

      com.google.protobuf.ByteString getKey()
       The unique key which identifies this row within its table. This is the same
       key that's used to identify the row in, for example, a MutateRowRequest.
       May contain any non-empty byte string up to 4KiB in length.
       
      bytes key = 1;
      Returns:
      The key.
    • getFamiliesList

      List<Family> getFamiliesList()
       May be empty, but only if the entire row is empty.
       The mutual ordering of column families is not specified.
       
      repeated .google.bigtable.v2.Family families = 2;
    • getFamilies

      Family getFamilies(int index)
       May be empty, but only if the entire row is empty.
       The mutual ordering of column families is not specified.
       
      repeated .google.bigtable.v2.Family families = 2;
    • getFamiliesCount

      int getFamiliesCount()
       May be empty, but only if the entire row is empty.
       The mutual ordering of column families is not specified.
       
      repeated .google.bigtable.v2.Family families = 2;
    • getFamiliesOrBuilderList

      List<? extends FamilyOrBuilder> getFamiliesOrBuilderList()
       May be empty, but only if the entire row is empty.
       The mutual ordering of column families is not specified.
       
      repeated .google.bigtable.v2.Family families = 2;
    • getFamiliesOrBuilder

      FamilyOrBuilder getFamiliesOrBuilder(int index)
       May be empty, but only if the entire row is empty.
       The mutual ordering of column families is not specified.
       
      repeated .google.bigtable.v2.Family families = 2;