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