public interface QueryValueOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getBooleanValue()
The boolean value
|
QueryValue.DataCase |
getDataCase() |
double |
getDoubleValue()
The (64 bits) floating point value
|
long |
getNumberValue()
The (64 bits) integer value
|
String |
getTextValue()
The text value
|
com.google.protobuf.ByteString |
getTextValueBytes()
The text value
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getTextValue()
The text value
string text_value = 1;com.google.protobuf.ByteString getTextValueBytes()
The text value
string text_value = 1;long getNumberValue()
The (64 bits) integer value
sint64 number_value = 2;boolean getBooleanValue()
The boolean value
bool boolean_value = 3;double getDoubleValue()
The (64 bits) floating point value
double double_value = 4;QueryValue.DataCase getDataCase()
Copyright © 2010–2020. All rights reserved.