Package org.yamcs.protobuf
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Table.Row.CellgetCells(int index)repeated .yamcs.protobuf.table.Row.Cell cells = 2;intgetCellsCount()repeated .yamcs.protobuf.table.Row.Cell cells = 2;List<Table.Row.Cell>getCellsList()repeated .yamcs.protobuf.table.Row.Cell cells = 2;Table.Row.CellOrBuildergetCellsOrBuilder(int index)repeated .yamcs.protobuf.table.Row.Cell cells = 2;List<? extends Table.Row.CellOrBuilder>getCellsOrBuilderList()repeated .yamcs.protobuf.table.Row.Cell cells = 2;Table.Row.ColumnInfogetColumns(int index)the column info is only present for new columns in a stream of Row messagesintgetColumnsCount()the column info is only present for new columns in a stream of Row messagesList<Table.Row.ColumnInfo>getColumnsList()the column info is only present for new columns in a stream of Row messagesTable.Row.ColumnInfoOrBuildergetColumnsOrBuilder(int index)the column info is only present for new columns in a stream of Row messagesList<? extends Table.Row.ColumnInfoOrBuilder>getColumnsOrBuilderList()the column info is only present for new columns in a stream of Row messages-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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;
-
-