Interface Table.RowOrBuilder

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

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

      • getColumnsList

        List<Table.Row.ColumnInfo> getColumnsList()
        the column info is only present for new columns in a stream of Row messages
         
        repeated .yamcs.protobuf.table.Row.ColumnInfo columns = 1;
      • getColumns

        Table.Row.ColumnInfo getColumns​(int index)
        the column info is only present for new columns in a stream of Row messages
         
        repeated .yamcs.protobuf.table.Row.ColumnInfo columns = 1;
      • getColumnsCount

        int getColumnsCount()
        the column info is only present for new columns in a stream of Row messages
         
        repeated .yamcs.protobuf.table.Row.ColumnInfo columns = 1;
      • getColumnsOrBuilderList

        List<? extends Table.Row.ColumnInfoOrBuilder> getColumnsOrBuilderList()
        the column info is only present for new columns in a stream of Row messages
         
        repeated .yamcs.protobuf.table.Row.ColumnInfo columns = 1;
      • getColumnsOrBuilder

        Table.Row.ColumnInfoOrBuilder getColumnsOrBuilder​(int index)
        the column info is only present for new columns in a stream of Row messages
         
        repeated .yamcs.protobuf.table.Row.ColumnInfo columns = 1;
      • getCellsList

        List<Table.Row.Cell> getCellsList()
        repeated .yamcs.protobuf.table.Row.Cell cells = 2;
      • getCells

        Table.Row.Cell getCells​(int index)
        repeated .yamcs.protobuf.table.Row.Cell cells = 2;
      • getCellsCount

        int getCellsCount()
        repeated .yamcs.protobuf.table.Row.Cell cells = 2;
      • getCellsOrBuilderList

        List<? extends Table.Row.CellOrBuilder> getCellsOrBuilderList()
        repeated .yamcs.protobuf.table.Row.Cell cells = 2;
      • getCellsOrBuilder

        Table.Row.CellOrBuilder getCellsOrBuilder​(int index)
        repeated .yamcs.protobuf.table.Row.Cell cells = 2;