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) Column info is only present for new columns in a stream of `Row` messagesintColumn info is only present for new columns in a stream of `Row` messagesColumn info is only present for new columns in a stream of `Row` messagesgetColumnsOrBuilder(int index) Column info is only present for new columns in a stream of `Row` messagesList<? extends Table.Row.ColumnInfoOrBuilder>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()Column info is only present for new columns in a stream of `Row` messages
repeated .yamcs.protobuf.table.Row.ColumnInfo columns = 1; -
getColumns
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()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()Column info is only present for new columns in a stream of `Row` messages
repeated .yamcs.protobuf.table.Row.ColumnInfo columns = 1; -
getColumnsOrBuilder
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;
-