public interface ValueOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getBoolValue()
Represents a boolean value.
|
Value.KindCase |
getKindCase() |
ListValue |
getListValue()
Represents a repeated `Value`.
|
ListValueOrBuilder |
getListValueOrBuilder()
Represents a repeated `Value`.
|
NullValue |
getNullValue()
Represents a null value.
|
int |
getNullValueValue()
Represents a null value.
|
double |
getNumberValue()
Represents a double value.
|
String |
getStringValue()
Represents a string value.
|
ByteString |
getStringValueBytes()
Represents a string value.
|
Struct |
getStructValue()
Represents a structured value.
|
StructOrBuilder |
getStructValueOrBuilder()
Represents a structured value.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedint getNullValueValue()
Represents a null value.
optional .google.protobuf.NullValue null_value = 1;NullValue getNullValue()
Represents a null value.
optional .google.protobuf.NullValue null_value = 1;double getNumberValue()
Represents a double value.
optional double number_value = 2;String getStringValue()
Represents a string value.
optional string string_value = 3;ByteString getStringValueBytes()
Represents a string value.
optional string string_value = 3;boolean getBoolValue()
Represents a boolean value.
optional bool bool_value = 4;Struct getStructValue()
Represents a structured value.
optional .google.protobuf.Struct struct_value = 5;StructOrBuilder getStructValueOrBuilder()
Represents a structured value.
optional .google.protobuf.Struct struct_value = 5;ListValue getListValue()
Represents a repeated `Value`.
optional .google.protobuf.ListValue list_value = 6;ListValueOrBuilder getListValueOrBuilder()
Represents a repeated `Value`.
optional .google.protobuf.ListValue list_value = 6;Value.KindCase getKindCase()
Copyright © 2008–2016 Google. All rights reserved.