Uses of Class
com.google.protobuf.Value.Builder
Packages that use Value.Builder
-
Uses of Value.Builder in com.google.protobuf
Subclasses with type arguments of type Value.Builder in com.google.protobufModifier and TypeClassDescriptionfinal classRepresents a JSON value.static final classRepresents a JSON value.Methods in com.google.protobuf that return Value.BuilderModifier and TypeMethodDescriptionValue.Builder.clearBoolValue()Represents a JSON boolean (`true` or `false` literal in JSON).Value.Builder.clearKind()Value.Builder.clearListValue()Represents a JSON array.Value.Builder.clearNullValue()Represents a JSON `null`.Value.Builder.clearNumberValue()Represents a JSON number.Value.Builder.clearStringValue()Represents a JSON string.Value.Builder.clearStructValue()Represents a JSON object.Value.Builder.mergeListValue(ListValue value) Represents a JSON array.Value.Builder.mergeStructValue(Struct value) Represents a JSON object.static Value.BuilderValue.newBuilder()static Value.BuilderValue.newBuilder(Value prototype) Value.Builder.setBoolValue(boolean value) Represents a JSON boolean (`true` or `false` literal in JSON).Value.Builder.setListValue(ListValue value) Represents a JSON array.Value.Builder.setListValue(ListValue.Builder builderForValue) Represents a JSON array.Value.Builder.setNullValue(NullValue value) Represents a JSON `null`.Value.Builder.setNullValueValue(int value) Represents a JSON `null`.Value.Builder.setNumberValue(double value) Represents a JSON number.Value.Builder.setStringValue(String value) Represents a JSON string.Value.Builder.setStringValueBytes(ByteString value) Represents a JSON string.Value.Builder.setStructValue(Struct value) Represents a JSON object.Value.Builder.setStructValue(Struct.Builder builderForValue) Represents a JSON object.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. -
Uses of Value.Builder in com.google.protobuf.util
Methods in com.google.protobuf.util with parameters of type Value.BuilderModifier and TypeMethodDescriptionprivate voidJsonFormat.ParserImpl.mergeValueConcrete(com.google.gson.JsonElement json, Value.Builder builder) Merges into a google.protobuf.Value directly (used when going into a concrete gencode type).