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