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
Modifier and TypeMethodDescriptiongetColumns
(int index) repeated .yamcs.protobuf.table.ColumnInfo columns = 1;
int
repeated .yamcs.protobuf.table.ColumnInfo columns = 1;
repeated .yamcs.protobuf.table.ColumnInfo columns = 1;
getColumnsOrBuilder
(int index) repeated .yamcs.protobuf.table.ColumnInfo columns = 1;
List<? extends Table.ColumnInfoOrBuilder>
repeated .yamcs.protobuf.table.ColumnInfo columns = 1;
getRows
(int index) repeated .yamcs.protobuf.table.ListValue rows = 2;
int
repeated .yamcs.protobuf.table.ListValue rows = 2;
repeated .yamcs.protobuf.table.ListValue rows = 2;
getRowsOrBuilder
(int index) repeated .yamcs.protobuf.table.ListValue rows = 2;
List<? extends Table.ListValueOrBuilder>
repeated .yamcs.protobuf.table.ListValue rows = 2;
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getColumnsList
List<Table.ColumnInfo> getColumnsList()repeated .yamcs.protobuf.table.ColumnInfo columns = 1;
-
getColumns
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
repeated .yamcs.protobuf.table.ColumnInfo columns = 1;
-
getRowsList
List<Table.ListValue> getRowsList()repeated .yamcs.protobuf.table.ListValue rows = 2;
-
getRows
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
repeated .yamcs.protobuf.table.ListValue rows = 2;
-