public static final class Value.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Value.Builder> implements ValueOrBuilder
`Value` represents a dynamically typed value which can be either null, a number, a string, a boolean, a recursive struct value, or a list of values. A producer of value is expected to set one of that variants, absence of any variant indicates an error. The JSON representation for `Value` is JSON value.Protobuf type
google.protobuf.Value| Modifier and Type | Method and Description |
|---|---|
Value.Builder |
addRepeatedField(Descriptors.FieldDescriptor field,
java.lang.Object value)
Like
setRepeatedField, but appends the value as a new element. |
Value |
build()
Constructs the message based on the state of the Builder.
|
Value |
buildPartial()
Like
MessageLite.Builder.build(), but does not throw an exception if the message is missing required
fields. |
Value.Builder |
clear()
Called by the initialization and clear code paths to allow subclasses to
reset any of their builtin fields back to the initial values.
|
Value.Builder |
clearBoolValue()
Represents a boolean value.
|
Value.Builder |
clearField(Descriptors.FieldDescriptor field)
Clears the field.
|
Value.Builder |
clearKind() |
Value.Builder |
clearListValue()
Represents a repeated `Value`.
|
Value.Builder |
clearNullValue()
Represents a null value.
|
Value.Builder |
clearNumberValue()
Represents a double value.
|
Value.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
|
Value.Builder |
clearStringValue()
Represents a string value.
|
Value.Builder |
clearStructValue()
Represents a structured value.
|
Value.Builder |
clone()
Clones the Builder.
|
boolean |
getBoolValue()
Represents a boolean value.
|
Value |
getDefaultInstanceForType()
Get an instance of the type with no fields set.
|
static Descriptors.Descriptor |
getDescriptor() |
Descriptors.Descriptor |
getDescriptorForType()
Get the message's type's descriptor.
|
Value.KindCase |
getKindCase() |
ListValue |
getListValue()
Represents a repeated `Value`.
|
ListValue.Builder |
getListValueBuilder()
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.
|
java.lang.String |
getStringValue()
Represents a string value.
|
ByteString |
getStringValueBytes()
Represents a string value.
|
Struct |
getStructValue()
Represents a structured value.
|
Struct.Builder |
getStructValueBuilder()
Represents a structured value.
|
StructOrBuilder |
getStructValueOrBuilder()
Represents a structured value.
|
boolean |
hasBoolValue()
Represents a boolean value.
|
boolean |
hasListValue()
Represents a repeated `Value`.
|
boolean |
hasNullValue()
Represents a null value.
|
boolean |
hasNumberValue()
Represents a double value.
|
boolean |
hasStringValue()
Represents a string value.
|
boolean |
hasStructValue()
Represents a structured value.
|
boolean |
isInitialized()
Returns true if all required fields in the message and all embedded messages are set, false
otherwise.
|
Value.Builder |
mergeFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry)
Like
MessageLite.Builder.mergeFrom(CodedInputStream), but also parses extensions. |
Value.Builder |
mergeFrom(Message other)
Merge
other into the message being built. |
Value.Builder |
mergeFrom(Value other) |
Value.Builder |
mergeListValue(ListValue value)
Represents a repeated `Value`.
|
Value.Builder |
mergeStructValue(Struct value)
Represents a structured value.
|
Value.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
Merge some unknown fields into the
UnknownFieldSet for this message. |
Value.Builder |
setBoolValue(boolean value)
Represents a boolean value.
|
Value.Builder |
setField(Descriptors.FieldDescriptor field,
java.lang.Object value)
Sets a field to the given value.
|
Value.Builder |
setListValue(ListValue.Builder builderForValue)
Represents a repeated `Value`.
|
Value.Builder |
setListValue(ListValue value)
Represents a repeated `Value`.
|
Value.Builder |
setNullValue(NullValue value)
Represents a null value.
|
Value.Builder |
setNullValueValue(int value)
Represents a null value.
|
Value.Builder |
setNumberValue(double value)
Represents a double value.
|
Value.Builder |
setRepeatedField(Descriptors.FieldDescriptor field,
int index,
java.lang.Object value)
Sets an element of a repeated field to the given value.
|
Value.Builder |
setStringValue(java.lang.String value)
Represents a string value.
|
Value.Builder |
setStringValueBytes(ByteString value)
Represents a string value.
|
Value.Builder |
setStructValue(Struct.Builder builderForValue)
Represents a structured value.
|
Value.Builder |
setStructValue(Struct value)
Represents a structured value.
|
Value.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
Set the
UnknownFieldSet for this message. |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, newBuilderForFieldfindInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, toStringmergeFromequals, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofmergeFrompublic static final Descriptors.Descriptor getDescriptor()
public Value.Builder clear()
com.google.protobuf.GeneratedMessageV3.Builderclear in interface Message.Builderclear in interface MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<Value.Builder>public Descriptors.Descriptor getDescriptorForType()
Message.BuilderMessageOrBuilder.getDescriptorForType().getDescriptorForType in interface Message.BuildergetDescriptorForType in interface MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Value.Builder>public Value getDefaultInstanceForType()
MessageLiteOrBuildergetDefaultInstance() method of generated
message classes in that this method is an abstract method of the MessageLite interface
whereas getDefaultInstance() is a static method of a specific class. They return the
same thing.getDefaultInstanceForType in interface MessageLiteOrBuildergetDefaultInstanceForType in interface MessageOrBuilderpublic Value build()
MessageLite.Builderbuild in interface Message.Builderbuild in interface MessageLite.Builderpublic Value buildPartial()
MessageLite.BuilderMessageLite.Builder.build(), but does not throw an exception if the message is missing required
fields. Instead, a partial message is returned. Subsequent changes to the Builder will not
affect the returned message.buildPartial in interface Message.BuilderbuildPartial in interface MessageLite.Builderpublic Value.Builder clone()
MessageLite.Builderclone in interface Message.Builderclone in interface MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<Value.Builder>Object.clone()public Value.Builder setField(Descriptors.FieldDescriptor field, java.lang.Object value)
Message.BuilderMessageOrBuilder.getField(Descriptors.FieldDescriptor) would return.setField in interface Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<Value.Builder>public Value.Builder clearField(Descriptors.FieldDescriptor field)
Message.BuilderclearField in interface Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<Value.Builder>public Value.Builder clearOneof(Descriptors.OneofDescriptor oneof)
AbstractMessage.BuilderclearOneof in interface Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Value.Builder>public Value.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, java.lang.Object value)
Message.BuilderMessageOrBuilder.getRepeatedField(Descriptors.FieldDescriptor,int) would return.setRepeatedField in interface Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Value.Builder>public Value.Builder addRepeatedField(Descriptors.FieldDescriptor field, java.lang.Object value)
Message.BuildersetRepeatedField, but appends the value as a new element.addRepeatedField in interface Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Value.Builder>public Value.Builder mergeFrom(Message other)
Message.Builderother into the message being built. other must have the exact same type
as this (i.e. getDescriptorForType() == other.getDescriptorForType()).
Merging occurs as follows. For each field:
* For singular primitive fields, if the field is set in other, then other's
value overwrites the value in this message.
* For singular message fields, if the field is set in other, it is merged into the
corresponding sub-message of this message using the same merging rules.
* For repeated fields, the elements in other are concatenated with the elements in
this message.
* For oneof groups, if the other message has one of the fields set, the group of this message
is cleared and replaced by the field of the other message, so that the oneof constraint is
preserved.
This is equivalent to the Message::MergeFrom method in C++.
mergeFrom in interface Message.BuildermergeFrom in class AbstractMessage.Builder<Value.Builder>public Value.Builder mergeFrom(Value other)
public final boolean isInitialized()
MessageLiteOrBuilderisInitialized in interface MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Value.Builder>public Value.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
MessageLite.BuilderMessageLite.Builder.mergeFrom(CodedInputStream), but also parses extensions. The extensions
that you want to be able to parse must be registered in extensionRegistry. Extensions
not in the registry will be treated as unknown fields.mergeFrom in interface Message.BuildermergeFrom in interface MessageLite.BuildermergeFrom in class AbstractMessage.Builder<Value.Builder>java.io.IOExceptionpublic Value.KindCase getKindCase()
getKindCase in interface ValueOrBuilderpublic Value.Builder clearKind()
public boolean hasNullValue()
Represents a null value.
.google.protobuf.NullValue null_value = 1;hasNullValue in interface ValueOrBuilderpublic int getNullValueValue()
Represents a null value.
.google.protobuf.NullValue null_value = 1;getNullValueValue in interface ValueOrBuilderpublic Value.Builder setNullValueValue(int value)
Represents a null value.
.google.protobuf.NullValue null_value = 1;value - The enum numeric value on the wire for nullValue to set.public NullValue getNullValue()
Represents a null value.
.google.protobuf.NullValue null_value = 1;getNullValue in interface ValueOrBuilderpublic Value.Builder setNullValue(NullValue value)
Represents a null value.
.google.protobuf.NullValue null_value = 1;value - The nullValue to set.public Value.Builder clearNullValue()
Represents a null value.
.google.protobuf.NullValue null_value = 1;public boolean hasNumberValue()
Represents a double value.
double number_value = 2;hasNumberValue in interface ValueOrBuilderpublic double getNumberValue()
Represents a double value.
double number_value = 2;getNumberValue in interface ValueOrBuilderpublic Value.Builder setNumberValue(double value)
Represents a double value.
double number_value = 2;value - The numberValue to set.public Value.Builder clearNumberValue()
Represents a double value.
double number_value = 2;public boolean hasStringValue()
Represents a string value.
string string_value = 3;hasStringValue in interface ValueOrBuilderpublic java.lang.String getStringValue()
Represents a string value.
string string_value = 3;getStringValue in interface ValueOrBuilderpublic ByteString getStringValueBytes()
Represents a string value.
string string_value = 3;getStringValueBytes in interface ValueOrBuilderpublic Value.Builder setStringValue(java.lang.String value)
Represents a string value.
string string_value = 3;value - The stringValue to set.public Value.Builder clearStringValue()
Represents a string value.
string string_value = 3;public Value.Builder setStringValueBytes(ByteString value)
Represents a string value.
string string_value = 3;value - The bytes for stringValue to set.public boolean hasBoolValue()
Represents a boolean value.
bool bool_value = 4;hasBoolValue in interface ValueOrBuilderpublic boolean getBoolValue()
Represents a boolean value.
bool bool_value = 4;getBoolValue in interface ValueOrBuilderpublic Value.Builder setBoolValue(boolean value)
Represents a boolean value.
bool bool_value = 4;value - The boolValue to set.public Value.Builder clearBoolValue()
Represents a boolean value.
bool bool_value = 4;public boolean hasStructValue()
Represents a structured value.
.google.protobuf.Struct struct_value = 5;hasStructValue in interface ValueOrBuilderpublic Struct getStructValue()
Represents a structured value.
.google.protobuf.Struct struct_value = 5;getStructValue in interface ValueOrBuilderpublic Value.Builder setStructValue(Struct value)
Represents a structured value.
.google.protobuf.Struct struct_value = 5;public Value.Builder setStructValue(Struct.Builder builderForValue)
Represents a structured value.
.google.protobuf.Struct struct_value = 5;public Value.Builder mergeStructValue(Struct value)
Represents a structured value.
.google.protobuf.Struct struct_value = 5;public Value.Builder clearStructValue()
Represents a structured value.
.google.protobuf.Struct struct_value = 5;public Struct.Builder getStructValueBuilder()
Represents a structured value.
.google.protobuf.Struct struct_value = 5;public StructOrBuilder getStructValueOrBuilder()
Represents a structured value.
.google.protobuf.Struct struct_value = 5;getStructValueOrBuilder in interface ValueOrBuilderpublic boolean hasListValue()
Represents a repeated `Value`.
.google.protobuf.ListValue list_value = 6;hasListValue in interface ValueOrBuilderpublic ListValue getListValue()
Represents a repeated `Value`.
.google.protobuf.ListValue list_value = 6;getListValue in interface ValueOrBuilderpublic Value.Builder setListValue(ListValue value)
Represents a repeated `Value`.
.google.protobuf.ListValue list_value = 6;public Value.Builder setListValue(ListValue.Builder builderForValue)
Represents a repeated `Value`.
.google.protobuf.ListValue list_value = 6;public Value.Builder mergeListValue(ListValue value)
Represents a repeated `Value`.
.google.protobuf.ListValue list_value = 6;public Value.Builder clearListValue()
Represents a repeated `Value`.
.google.protobuf.ListValue list_value = 6;public ListValue.Builder getListValueBuilder()
Represents a repeated `Value`.
.google.protobuf.ListValue list_value = 6;public ListValueOrBuilder getListValueOrBuilder()
Represents a repeated `Value`.
.google.protobuf.ListValue list_value = 6;getListValueOrBuilder in interface ValueOrBuilderpublic final Value.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
Message.BuilderUnknownFieldSet for this message.setUnknownFields in interface Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Value.Builder>public final Value.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
Message.BuilderUnknownFieldSet for this message.mergeUnknownFields in interface Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Value.Builder>