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
Modifier and TypeMethodDescriptiongetCells(int index) repeated .yamcs.protobuf.table.Row.Cell cells = 2;intrepeated .yamcs.protobuf.table.Row.Cell cells = 2;repeated .yamcs.protobuf.table.Row.Cell cells = 2;getCellsOrBuilder(int index) repeated .yamcs.protobuf.table.Row.Cell cells = 2;List<? extends Table.Row.CellOrBuilder>repeated .yamcs.protobuf.table.Row.Cell cells = 2;getColumns(int index) the column info is only present for new columns in a stream of Row messagesintthe column info is only present for new columns in a stream of Row messagesthe column info is only present for new columns in a stream of Row messagesgetColumnsOrBuilder(int index) the column info is only present for new columns in a stream of Row messagesList<? extends Table.Row.ColumnInfoOrBuilder>the column info is only present for new columns in a stream of Row messagesMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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
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
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
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
repeated .yamcs.protobuf.table.Row.Cell cells = 2;
-