Interface Common.RowOrBuilder

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

    public static interface Common.RowOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getValueList

        java.util.List<Common.ColumnValue> getValueList()
        repeated .ColumnValue value = 1;
      • getValueCount

        int getValueCount()
        repeated .ColumnValue value = 1;
      • getValueOrBuilderList

        java.util.List<? extends Common.ColumnValueOrBuilder> getValueOrBuilderList()
        repeated .ColumnValue value = 1;