Package org.yamcs.protobuf
Interface Table.TableData.TableRecordOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Table.TableData.TableRecord,Table.TableData.TableRecord.Builder
- Enclosing class:
- Table.TableData
public static interface Table.TableData.TableRecordOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetColumn(int index) repeated .yamcs.protobuf.table.ColumnData column = 1;intrepeated .yamcs.protobuf.table.ColumnData column = 1;repeated .yamcs.protobuf.table.ColumnData column = 1;getColumnOrBuilder(int index) repeated .yamcs.protobuf.table.ColumnData column = 1;List<? extends Table.ColumnDataOrBuilder>repeated .yamcs.protobuf.table.ColumnData column = 1;Methods 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
-
getColumnList
List<Table.ColumnData> getColumnList()repeated .yamcs.protobuf.table.ColumnData column = 1; -
getColumn
repeated .yamcs.protobuf.table.ColumnData column = 1; -
getColumnCount
int getColumnCount()repeated .yamcs.protobuf.table.ColumnData column = 1; -
getColumnOrBuilderList
List<? extends Table.ColumnDataOrBuilder> getColumnOrBuilderList()repeated .yamcs.protobuf.table.ColumnData column = 1; -
getColumnOrBuilder
repeated .yamcs.protobuf.table.ColumnData column = 1;
-