Uses of Class
org.yamcs.protobuf.Table.ListValue
-
Packages that use Table.ListValue Package Description org.yamcs.protobuf -
-
Uses of Table.ListValue in org.yamcs.protobuf
Fields in org.yamcs.protobuf with type parameters of type Table.ListValue Modifier and Type Field Description static com.google.protobuf.Parser<Table.ListValue>Table.ListValue. PARSERDeprecated.Methods in org.yamcs.protobuf that return Table.ListValue Modifier and Type Method Description Table.ListValueTable.ListValue.Builder. build()Table.ListValueTable.ListValue.Builder. buildPartial()static Table.ListValueTable.ListValue. getDefaultInstance()Table.ListValueTable.ListValue.Builder. getDefaultInstanceForType()Table.ListValueTable.ListValue. getDefaultInstanceForType()Table.ListValueTable.ResultSet.Builder. getRows(int index)repeated .yamcs.protobuf.table.ListValue rows = 2;Table.ListValueTable.ResultSet. getRows(int index)repeated .yamcs.protobuf.table.ListValue rows = 2;Table.ListValueTable.ResultSetOrBuilder. getRows(int index)repeated .yamcs.protobuf.table.ListValue rows = 2;static Table.ListValueTable.ListValue. parseDelimitedFrom(InputStream input)static Table.ListValueTable.ListValue. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Table.ListValueTable.ListValue. parseFrom(byte[] data)static Table.ListValueTable.ListValue. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Table.ListValueTable.ListValue. parseFrom(com.google.protobuf.ByteString data)static Table.ListValueTable.ListValue. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Table.ListValueTable.ListValue. parseFrom(com.google.protobuf.CodedInputStream input)static Table.ListValueTable.ListValue. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Table.ListValueTable.ListValue. parseFrom(InputStream input)static Table.ListValueTable.ListValue. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Table.ListValueTable.ListValue. parseFrom(ByteBuffer data)static Table.ListValueTable.ListValue. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in org.yamcs.protobuf that return types with arguments of type Table.ListValue Modifier and Type Method Description com.google.protobuf.Parser<Table.ListValue>Table.ListValue. getParserForType()List<Table.ListValue>Table.ResultSet.Builder. getRowsList()repeated .yamcs.protobuf.table.ListValue rows = 2;List<Table.ListValue>Table.ResultSet. getRowsList()repeated .yamcs.protobuf.table.ListValue rows = 2;List<Table.ListValue>Table.ResultSetOrBuilder. getRowsList()repeated .yamcs.protobuf.table.ListValue rows = 2;static com.google.protobuf.Parser<Table.ListValue>Table.ListValue. parser()Methods in org.yamcs.protobuf with parameters of type Table.ListValue Modifier and Type Method Description Table.ResultSet.BuilderTable.ResultSet.Builder. addRows(int index, Table.ListValue value)repeated .yamcs.protobuf.table.ListValue rows = 2;Table.ResultSet.BuilderTable.ResultSet.Builder. addRows(Table.ListValue value)repeated .yamcs.protobuf.table.ListValue rows = 2;Table.ListValue.BuilderTable.ListValue.Builder. mergeFrom(Table.ListValue other)static Table.ListValue.BuilderTable.ListValue. newBuilder(Table.ListValue prototype)Table.ResultSet.BuilderTable.ResultSet.Builder. setRows(int index, Table.ListValue value)repeated .yamcs.protobuf.table.ListValue rows = 2;Method parameters in org.yamcs.protobuf with type arguments of type Table.ListValue Modifier and Type Method Description Table.ResultSet.BuilderTable.ResultSet.Builder. addAllRows(Iterable<? extends Table.ListValue> values)repeated .yamcs.protobuf.table.ListValue rows = 2;
-