Package org.yamcs.protobuf
Interface Table.ResultSetOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Table.ResultSet,Table.ResultSet.Builder
- Enclosing class:
- Table
public static interface Table.ResultSetOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Table.ColumnInfogetColumns(int index)repeated .yamcs.protobuf.table.ColumnInfo columns = 1;intgetColumnsCount()repeated .yamcs.protobuf.table.ColumnInfo columns = 1;List<Table.ColumnInfo>getColumnsList()repeated .yamcs.protobuf.table.ColumnInfo columns = 1;Table.ColumnInfoOrBuildergetColumnsOrBuilder(int index)repeated .yamcs.protobuf.table.ColumnInfo columns = 1;List<? extends Table.ColumnInfoOrBuilder>getColumnsOrBuilderList()repeated .yamcs.protobuf.table.ColumnInfo columns = 1;Table.ListValuegetRows(int index)repeated .yamcs.protobuf.table.ListValue rows = 2;intgetRowsCount()repeated .yamcs.protobuf.table.ListValue rows = 2;List<Table.ListValue>getRowsList()repeated .yamcs.protobuf.table.ListValue rows = 2;Table.ListValueOrBuildergetRowsOrBuilder(int index)repeated .yamcs.protobuf.table.ListValue rows = 2;List<? extends Table.ListValueOrBuilder>getRowsOrBuilderList()repeated .yamcs.protobuf.table.ListValue rows = 2;-
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.ColumnInfo> getColumnsList()
repeated .yamcs.protobuf.table.ColumnInfo columns = 1;
-
getColumns
Table.ColumnInfo getColumns(int index)
repeated .yamcs.protobuf.table.ColumnInfo columns = 1;
-
getColumnsCount
int getColumnsCount()
repeated .yamcs.protobuf.table.ColumnInfo columns = 1;
-
getColumnsOrBuilderList
List<? extends Table.ColumnInfoOrBuilder> getColumnsOrBuilderList()
repeated .yamcs.protobuf.table.ColumnInfo columns = 1;
-
getColumnsOrBuilder
Table.ColumnInfoOrBuilder getColumnsOrBuilder(int index)
repeated .yamcs.protobuf.table.ColumnInfo columns = 1;
-
getRowsList
List<Table.ListValue> getRowsList()
repeated .yamcs.protobuf.table.ListValue rows = 2;
-
getRows
Table.ListValue getRows(int index)
repeated .yamcs.protobuf.table.ListValue rows = 2;
-
getRowsCount
int getRowsCount()
repeated .yamcs.protobuf.table.ListValue rows = 2;
-
getRowsOrBuilderList
List<? extends Table.ListValueOrBuilder> getRowsOrBuilderList()
repeated .yamcs.protobuf.table.ListValue rows = 2;
-
getRowsOrBuilder
Table.ListValueOrBuilder getRowsOrBuilder(int index)
repeated .yamcs.protobuf.table.ListValue rows = 2;
-
-