Interface Common.TableDataOrBuilder

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

public static interface Common.TableDataOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.protobuf.ByteString
    table primary key of this document
    com.google.protobuf.ByteString
    table value of this document

    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

    • getTableKey

      com.google.protobuf.ByteString getTableKey()
       table primary key of this document
       
      bytes table_key = 1;
      Returns:
      The tableKey.
    • getTableValue

      com.google.protobuf.ByteString getTableValue()
       table value of this document
       
      bytes table_value = 2;
      Returns:
      The tableValue.