Package app.hypi.mekadb.client
Interface NumericQueryPlaceholderOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
NumericQueryPlaceholder,NumericQueryPlaceholder.Builder
public interface NumericQueryPlaceholderOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PlaceholderValuegetValue(int index)repeated .mekadb_client.PlaceholderValue value = 1;intgetValueCount()repeated .mekadb_client.PlaceholderValue value = 1;java.util.List<PlaceholderValue>getValueList()repeated .mekadb_client.PlaceholderValue value = 1;PlaceholderValueOrBuildergetValueOrBuilder(int index)repeated .mekadb_client.PlaceholderValue value = 1;java.util.List<? extends PlaceholderValueOrBuilder>getValueOrBuilderList()repeated .mekadb_client.PlaceholderValue value = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getValueList
java.util.List<PlaceholderValue> getValueList()
repeated .mekadb_client.PlaceholderValue value = 1;
-
getValue
PlaceholderValue getValue(int index)
repeated .mekadb_client.PlaceholderValue value = 1;
-
getValueCount
int getValueCount()
repeated .mekadb_client.PlaceholderValue value = 1;
-
getValueOrBuilderList
java.util.List<? extends PlaceholderValueOrBuilder> getValueOrBuilderList()
repeated .mekadb_client.PlaceholderValue value = 1;
-
getValueOrBuilder
PlaceholderValueOrBuilder getValueOrBuilder(int index)
repeated .mekadb_client.PlaceholderValue value = 1;
-
-