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, newBuilderForField
findInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, toString
mergeFrom
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
mergeFrom
public static final Descriptors.Descriptor getDescriptor()
public Value.Builder clear()
com.google.protobuf.GeneratedMessageV3.Builder
clear
in interface Message.Builder
clear
in interface MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessageV3.Builder<Value.Builder>
public Descriptors.Descriptor getDescriptorForType()
Message.Builder
MessageOrBuilder.getDescriptorForType()
.getDescriptorForType
in interface Message.Builder
getDescriptorForType
in interface MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessageV3.Builder<Value.Builder>
public Value getDefaultInstanceForType()
MessageLiteOrBuilder
getDefaultInstance()
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 MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder
public Value build()
MessageLite.Builder
build
in interface Message.Builder
build
in interface MessageLite.Builder
public Value buildPartial()
MessageLite.Builder
MessageLite.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.Builder
buildPartial
in interface MessageLite.Builder
public Value.Builder clone()
MessageLite.Builder
clone
in interface Message.Builder
clone
in interface MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessageV3.Builder<Value.Builder>
Object.clone()
public Value.Builder setField(Descriptors.FieldDescriptor field, java.lang.Object value)
Message.Builder
MessageOrBuilder.getField(Descriptors.FieldDescriptor)
would return.setField
in interface Message.Builder
setField
in class com.google.protobuf.GeneratedMessageV3.Builder<Value.Builder>
public Value.Builder clearField(Descriptors.FieldDescriptor field)
Message.Builder
clearField
in interface Message.Builder
clearField
in class com.google.protobuf.GeneratedMessageV3.Builder<Value.Builder>
public Value.Builder clearOneof(Descriptors.OneofDescriptor oneof)
AbstractMessage.Builder
clearOneof
in interface Message.Builder
clearOneof
in class com.google.protobuf.GeneratedMessageV3.Builder<Value.Builder>
public Value.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, java.lang.Object value)
Message.Builder
MessageOrBuilder.getRepeatedField(Descriptors.FieldDescriptor,int)
would return.setRepeatedField
in interface Message.Builder
setRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<Value.Builder>
public Value.Builder addRepeatedField(Descriptors.FieldDescriptor field, java.lang.Object value)
Message.Builder
setRepeatedField
, but appends the value as a new element.addRepeatedField
in interface Message.Builder
addRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<Value.Builder>
public Value.Builder mergeFrom(Message other)
Message.Builder
other
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.Builder
mergeFrom
in class AbstractMessage.Builder<Value.Builder>
public Value.Builder mergeFrom(Value other)
public final boolean isInitialized()
MessageLiteOrBuilder
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3.Builder<Value.Builder>
public Value.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
MessageLite.Builder
MessageLite.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.Builder
mergeFrom
in interface MessageLite.Builder
mergeFrom
in class AbstractMessage.Builder<Value.Builder>
java.io.IOException
public Value.KindCase getKindCase()
getKindCase
in interface ValueOrBuilder
public Value.Builder clearKind()
public boolean hasNullValue()
Represents a null value.
.google.protobuf.NullValue null_value = 1;
hasNullValue
in interface ValueOrBuilder
public int getNullValueValue()
Represents a null value.
.google.protobuf.NullValue null_value = 1;
getNullValueValue
in interface ValueOrBuilder
public 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 ValueOrBuilder
public 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 ValueOrBuilder
public double getNumberValue()
Represents a double value.
double number_value = 2;
getNumberValue
in interface ValueOrBuilder
public 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 ValueOrBuilder
public java.lang.String getStringValue()
Represents a string value.
string string_value = 3;
getStringValue
in interface ValueOrBuilder
public ByteString getStringValueBytes()
Represents a string value.
string string_value = 3;
getStringValueBytes
in interface ValueOrBuilder
public 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 ValueOrBuilder
public boolean getBoolValue()
Represents a boolean value.
bool bool_value = 4;
getBoolValue
in interface ValueOrBuilder
public 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 ValueOrBuilder
public Struct getStructValue()
Represents a structured value.
.google.protobuf.Struct struct_value = 5;
getStructValue
in interface ValueOrBuilder
public 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 ValueOrBuilder
public boolean hasListValue()
Represents a repeated `Value`.
.google.protobuf.ListValue list_value = 6;
hasListValue
in interface ValueOrBuilder
public ListValue getListValue()
Represents a repeated `Value`.
.google.protobuf.ListValue list_value = 6;
getListValue
in interface ValueOrBuilder
public 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 ValueOrBuilder
public final Value.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
Message.Builder
UnknownFieldSet
for this message.setUnknownFields
in interface Message.Builder
setUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<Value.Builder>
public final Value.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
Message.Builder
UnknownFieldSet
for this message.mergeUnknownFields
in interface Message.Builder
mergeUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<Value.Builder>