Uses of Class
org.yamcs.protobuf.Table.ReadRowsRequest
-
Packages that use Table.ReadRowsRequest Package Description org.yamcs.protobuf -
-
Uses of Table.ReadRowsRequest in org.yamcs.protobuf
Fields in org.yamcs.protobuf with type parameters of type Table.ReadRowsRequest Modifier and Type Field Description static com.google.protobuf.Parser<Table.ReadRowsRequest>Table.ReadRowsRequest. PARSERDeprecated.Methods in org.yamcs.protobuf that return Table.ReadRowsRequest Modifier and Type Method Description Table.ReadRowsRequestTable.ReadRowsRequest.Builder. build()Table.ReadRowsRequestTable.ReadRowsRequest.Builder. buildPartial()static Table.ReadRowsRequestTable.ReadRowsRequest. getDefaultInstance()Table.ReadRowsRequestTable.ReadRowsRequest.Builder. getDefaultInstanceForType()Table.ReadRowsRequestTable.ReadRowsRequest. getDefaultInstanceForType()static Table.ReadRowsRequestTable.ReadRowsRequest. parseDelimitedFrom(InputStream input)static Table.ReadRowsRequestTable.ReadRowsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Table.ReadRowsRequestTable.ReadRowsRequest. parseFrom(byte[] data)static Table.ReadRowsRequestTable.ReadRowsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Table.ReadRowsRequestTable.ReadRowsRequest. parseFrom(com.google.protobuf.ByteString data)static Table.ReadRowsRequestTable.ReadRowsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Table.ReadRowsRequestTable.ReadRowsRequest. parseFrom(com.google.protobuf.CodedInputStream input)static Table.ReadRowsRequestTable.ReadRowsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Table.ReadRowsRequestTable.ReadRowsRequest. parseFrom(InputStream input)static Table.ReadRowsRequestTable.ReadRowsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Table.ReadRowsRequestTable.ReadRowsRequest. parseFrom(ByteBuffer data)static Table.ReadRowsRequestTable.ReadRowsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in org.yamcs.protobuf that return types with arguments of type Table.ReadRowsRequest Modifier and Type Method Description com.google.protobuf.Parser<Table.ReadRowsRequest>Table.ReadRowsRequest. getParserForType()static com.google.protobuf.Parser<Table.ReadRowsRequest>Table.ReadRowsRequest. parser()Methods in org.yamcs.protobuf with parameters of type Table.ReadRowsRequest Modifier and Type Method Description Table.ReadRowsRequest.BuilderTable.ReadRowsRequest.Builder. mergeFrom(Table.ReadRowsRequest other)static Table.ReadRowsRequest.BuilderTable.ReadRowsRequest. newBuilder(Table.ReadRowsRequest prototype)abstract voidAbstractTableApi. readRows(T ctx, Table.ReadRowsRequest request, Observer<Table.Row> observer)Streams back the contents of all rows in key order The ``ColumnInfo`` message assigns an integer ``id`` for each column and the ``id`` is present in each cell belonging to that column (this is done in order to avoid sending the ``ColumnInfo`` with each ``Cell``).voidTableApiClient. readRows(Void ctx, Table.ReadRowsRequest request, Observer<Table.Row> observer)Streams back the contents of all rows in key order The ``ColumnInfo`` message assigns an integer ``id`` for each column and the ``id`` is present in each cell belonging to that column (this is done in order to avoid sending the ``ColumnInfo`` with each ``Cell``).
-