Uses of Class
app.hypi.mekadb.client.PlaceholderValue
-
Packages that use PlaceholderValue Package Description app.hypi.mekadb.client -
-
Uses of PlaceholderValue in app.hypi.mekadb.client
Methods in app.hypi.mekadb.client that return PlaceholderValue Modifier and Type Method Description PlaceholderValuePlaceholderValue.Builder. build()PlaceholderValuePlaceholderValue.Builder. buildPartial()static PlaceholderValuePlaceholderValue. getDefaultInstance()PlaceholderValuePlaceholderValue.Builder. getDefaultInstanceForType()PlaceholderValuePlaceholderValue. getDefaultInstanceForType()PlaceholderValueNumericQueryPlaceholder.Builder. getValue(int index)repeated .mekadb_client.PlaceholderValue value = 1;PlaceholderValueNumericQueryPlaceholder. getValue(int index)repeated .mekadb_client.PlaceholderValue value = 1;PlaceholderValueNumericQueryPlaceholderOrBuilder. getValue(int index)repeated .mekadb_client.PlaceholderValue value = 1;PlaceholderValuePlaceholderPair.Builder. getValue().mekadb_client.PlaceholderValue value = 2;PlaceholderValuePlaceholderPair. getValue().mekadb_client.PlaceholderValue value = 2;PlaceholderValuePlaceholderPairOrBuilder. getValue().mekadb_client.PlaceholderValue value = 2;static PlaceholderValuePlaceholderValue. parseDelimitedFrom(java.io.InputStream input)static PlaceholderValuePlaceholderValue. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PlaceholderValuePlaceholderValue. parseFrom(byte[] data)static PlaceholderValuePlaceholderValue. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PlaceholderValuePlaceholderValue. parseFrom(com.google.protobuf.ByteString data)static PlaceholderValuePlaceholderValue. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PlaceholderValuePlaceholderValue. parseFrom(com.google.protobuf.CodedInputStream input)static PlaceholderValuePlaceholderValue. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PlaceholderValuePlaceholderValue. parseFrom(java.io.InputStream input)static PlaceholderValuePlaceholderValue. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PlaceholderValuePlaceholderValue. parseFrom(java.nio.ByteBuffer data)static PlaceholderValuePlaceholderValue. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in app.hypi.mekadb.client that return types with arguments of type PlaceholderValue Modifier and Type Method Description com.google.protobuf.Parser<PlaceholderValue>PlaceholderValue. getParserForType()java.util.List<PlaceholderValue>NumericQueryPlaceholder.Builder. getValueList()repeated .mekadb_client.PlaceholderValue value = 1;java.util.List<PlaceholderValue>NumericQueryPlaceholder. getValueList()repeated .mekadb_client.PlaceholderValue value = 1;java.util.List<PlaceholderValue>NumericQueryPlaceholderOrBuilder. getValueList()repeated .mekadb_client.PlaceholderValue value = 1;static com.google.protobuf.Parser<PlaceholderValue>PlaceholderValue. parser()Methods in app.hypi.mekadb.client with parameters of type PlaceholderValue Modifier and Type Method Description NumericQueryPlaceholder.BuilderNumericQueryPlaceholder.Builder. addValue(int index, PlaceholderValue value)repeated .mekadb_client.PlaceholderValue value = 1;NumericQueryPlaceholder.BuilderNumericQueryPlaceholder.Builder. addValue(PlaceholderValue value)repeated .mekadb_client.PlaceholderValue value = 1;PlaceholderValue.BuilderPlaceholderValue.Builder. mergeFrom(PlaceholderValue other)PlaceholderPair.BuilderPlaceholderPair.Builder. mergeValue(PlaceholderValue value).mekadb_client.PlaceholderValue value = 2;static PlaceholderValue.BuilderPlaceholderValue. newBuilder(PlaceholderValue prototype)NumericQueryPlaceholder.BuilderNumericQueryPlaceholder.Builder. setValue(int index, PlaceholderValue value)repeated .mekadb_client.PlaceholderValue value = 1;PlaceholderPair.BuilderPlaceholderPair.Builder. setValue(PlaceholderValue value).mekadb_client.PlaceholderValue value = 2;Method parameters in app.hypi.mekadb.client with type arguments of type PlaceholderValue Modifier and Type Method Description NumericQueryPlaceholder.BuilderNumericQueryPlaceholder.Builder. addAllValue(java.lang.Iterable<? extends PlaceholderValue> values)repeated .mekadb_client.PlaceholderValue value = 1;
-