public static interface Common.TypedValueOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getBoolValue()
optional bool bool_value = 2; |
com.google.protobuf.ByteString |
getBytesValues()
optional bytes bytes_values = 5; |
double |
getDoubleValue()
optional double double_value = 6; |
boolean |
getNull()
optional bool null = 7; |
long |
getNumberValue()
optional sint64 number_value = 4; |
String |
getStringValue()
optional string string_value = 3; |
com.google.protobuf.ByteString |
getStringValueBytes()
optional string string_value = 3; |
Common.Rep |
getType()
optional .Rep type = 1; |
int |
getTypeValue()
optional .Rep type = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getTypeValue()
optional .Rep type = 1;
The actual type that was serialized in the general attribute below
Common.Rep getType()
optional .Rep type = 1;
The actual type that was serialized in the general attribute below
boolean getBoolValue()
optional bool bool_value = 2;
boolean
String getStringValue()
optional string string_value = 3;
char/varchar
com.google.protobuf.ByteString getStringValueBytes()
optional string string_value = 3;
char/varchar
long getNumberValue()
optional sint64 number_value = 4;
var-len encoding lets us shove anything from byte to long
com.google.protobuf.ByteString getBytesValues()
optional bytes bytes_values = 5;
includes numeric types and date/time types.
double getDoubleValue()
optional double double_value = 6;
big numbers
boolean getNull()
optional bool null = 7;
a null object
Copyright © 2012–2016 The Apache Software Foundation. All rights reserved.