Uses of Class
org.yamcs.protobuf.Table.TableData
-
Packages that use Table.TableData Package Description org.yamcs.protobuf -
-
Uses of Table.TableData in org.yamcs.protobuf
Fields in org.yamcs.protobuf with type parameters of type Table.TableData Modifier and Type Field Description static com.google.protobuf.Parser<Table.TableData>Table.TableData. PARSERDeprecated.Methods in org.yamcs.protobuf that return Table.TableData Modifier and Type Method Description Table.TableDataTable.TableData.Builder. build()Table.TableDataTable.TableData.Builder. buildPartial()static Table.TableDataTable.TableData. getDefaultInstance()Table.TableDataTable.TableData.Builder. getDefaultInstanceForType()Table.TableDataTable.TableData. getDefaultInstanceForType()static Table.TableDataTable.TableData. parseDelimitedFrom(InputStream input)static Table.TableDataTable.TableData. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Table.TableDataTable.TableData. parseFrom(byte[] data)static Table.TableDataTable.TableData. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Table.TableDataTable.TableData. parseFrom(com.google.protobuf.ByteString data)static Table.TableDataTable.TableData. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Table.TableDataTable.TableData. parseFrom(com.google.protobuf.CodedInputStream input)static Table.TableDataTable.TableData. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Table.TableDataTable.TableData. parseFrom(InputStream input)static Table.TableDataTable.TableData. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Table.TableDataTable.TableData. parseFrom(ByteBuffer data)static Table.TableDataTable.TableData. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in org.yamcs.protobuf that return types with arguments of type Table.TableData Modifier and Type Method Description com.google.protobuf.Parser<Table.TableData>Table.TableData. getParserForType()static com.google.protobuf.Parser<Table.TableData>Table.TableData. parser()Methods in org.yamcs.protobuf with parameters of type Table.TableData Modifier and Type Method Description Table.TableData.BuilderTable.TableData.Builder. mergeFrom(Table.TableData other)static Table.TableData.BuilderTable.TableData. newBuilder(Table.TableData prototype)Method parameters in org.yamcs.protobuf with type arguments of type Table.TableData Modifier and Type Method Description abstract voidAbstractTableApi. getTableData(T ctx, Table.GetTableDataRequest request, Observer<Table.TableData> observer)Get table datavoidTableApiClient. getTableData(Void ctx, Table.GetTableDataRequest request, Observer<Table.TableData> observer)Get table data
-