public static interface Common.TypedValueOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Common.TypedValue |
getArrayValue(int index)
The Array
|
int |
getArrayValueCount()
The Array
|
List<Common.TypedValue> |
getArrayValueList()
The Array
|
Common.TypedValueOrBuilder |
getArrayValueOrBuilder(int index)
The Array
|
List<? extends Common.TypedValueOrBuilder> |
getArrayValueOrBuilderList()
The Array
|
boolean |
getBoolValue()
boolean
|
com.google.protobuf.ByteString |
getBytesValue()
includes numeric types and date/time types.
|
Common.Rep |
getComponentType()
If an Array, the representation for the array values
|
int |
getComponentTypeValue()
If an Array, the representation for the array values
|
double |
getDoubleValue()
big numbers
|
boolean |
getImplicitlyNull()
Differentiate between explicitly null (user-set) and implicitly null
|
boolean |
getNull()
a null object
|
long |
getNumberValue()
var-len encoding lets us shove anything from byte to long
|
String |
getStringValue()
char/varchar
|
com.google.protobuf.ByteString |
getStringValueBytes()
char/varchar
|
Common.Rep |
getType()
The actual type that was serialized in the general attribute below
|
int |
getTypeValue()
The actual type that was serialized in the general attribute below
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getTypeValue()
The actual type that was serialized in the general attribute below
optional .Rep type = 1;Common.Rep getType()
The actual type that was serialized in the general attribute below
optional .Rep type = 1;boolean getBoolValue()
boolean
optional bool bool_value = 2;String getStringValue()
char/varchar
optional string string_value = 3;com.google.protobuf.ByteString getStringValueBytes()
char/varchar
optional string string_value = 3;long getNumberValue()
var-len encoding lets us shove anything from byte to long
optional sint64 number_value = 4;com.google.protobuf.ByteString getBytesValue()
includes numeric types and date/time types.
optional bytes bytes_value = 5;double getDoubleValue()
big numbers
optional double double_value = 6;boolean getNull()
a null object
optional bool null = 7;List<Common.TypedValue> getArrayValueList()
The Array
repeated .TypedValue array_value = 8;Common.TypedValue getArrayValue(int index)
The Array
repeated .TypedValue array_value = 8;int getArrayValueCount()
The Array
repeated .TypedValue array_value = 8;List<? extends Common.TypedValueOrBuilder> getArrayValueOrBuilderList()
The Array
repeated .TypedValue array_value = 8;Common.TypedValueOrBuilder getArrayValueOrBuilder(int index)
The Array
repeated .TypedValue array_value = 8;int getComponentTypeValue()
If an Array, the representation for the array values
optional .Rep component_type = 9;Common.Rep getComponentType()
If an Array, the representation for the array values
optional .Rep component_type = 9;boolean getImplicitlyNull()
Differentiate between explicitly null (user-set) and implicitly null
optional bool implicitly_null = 10;Copyright © 2012–2017 The Apache Software Foundation. All rights reserved.