Interface Table.ResultSetOrBuilder

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

public static interface Table.ResultSetOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getColumnsList

      List<Table.ColumnInfo> getColumnsList()
      repeated .yamcs.protobuf.table.ColumnInfo columns = 1;
    • getColumns

      Table.ColumnInfo getColumns(int index)
      repeated .yamcs.protobuf.table.ColumnInfo columns = 1;
    • getColumnsCount

      int getColumnsCount()
      repeated .yamcs.protobuf.table.ColumnInfo columns = 1;
    • getColumnsOrBuilderList

      List<? extends Table.ColumnInfoOrBuilder> getColumnsOrBuilderList()
      repeated .yamcs.protobuf.table.ColumnInfo columns = 1;
    • getColumnsOrBuilder

      Table.ColumnInfoOrBuilder getColumnsOrBuilder(int index)
      repeated .yamcs.protobuf.table.ColumnInfo columns = 1;
    • getRowsList

      List<Table.ListValue> getRowsList()
      repeated .yamcs.protobuf.table.ListValue rows = 2;
    • getRows

      Table.ListValue getRows(int index)
      repeated .yamcs.protobuf.table.ListValue rows = 2;
    • getRowsCount

      int getRowsCount()
      repeated .yamcs.protobuf.table.ListValue rows = 2;
    • getRowsOrBuilderList

      List<? extends Table.ListValueOrBuilder> getRowsOrBuilderList()
      repeated .yamcs.protobuf.table.ListValue rows = 2;
    • getRowsOrBuilder

      Table.ListValueOrBuilder getRowsOrBuilder(int index)
      repeated .yamcs.protobuf.table.ListValue rows = 2;