Uses of Class
com.google.protobuf.Value.Builder
Packages that use Value.Builder
-
Uses of Value.Builder in com.google.protobuf
Methods in com.google.protobuf that return Value.BuilderModifier and TypeMethodDescriptionValue.Builder.clearBoolValue()
Represents a boolean value.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.clearStringValue()
Represents a string value.Value.Builder.clearStructValue()
Represents a structured value.Value.Builder.mergeListValue
(ListValue value) Represents a repeated `Value`.Value.Builder.mergeStructValue
(Struct value) Represents a structured value.static Value.Builder
Value.newBuilder()
static Value.Builder
Value.newBuilder
(Value prototype) Value.Builder.setBoolValue
(boolean value) Represents a boolean value.Value.Builder.setListValue
(ListValue value) Represents a repeated `Value`.Value.Builder.setListValue
(ListValue.Builder builderForValue) 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.setStringValue
(String value) Represents a string value.Value.Builder.setStringValueBytes
(ByteString value) Represents a string value.Value.Builder.setStructValue
(Struct value) Represents a structured value.Value.Builder.setStructValue
(Struct.Builder builderForValue) Represents a structured value.Methods in com.google.protobuf with parameters of type Value.BuilderModifier and TypeMethodDescriptionListValue.Builder.addValues
(int index, Value.Builder builderForValue) Repeated field of dynamically typed values.ListValue.Builder.addValues
(Value.Builder builderForValue) Repeated field of dynamically typed values.ListValue.Builder.setValues
(int index, Value.Builder builderForValue) Repeated field of dynamically typed values.