Uses of Class
com.google.protobuf.Struct.Builder
Packages that use Struct.Builder
-
Uses of Struct.Builder in com.google.protobuf
Subclasses with type arguments of type Struct.Builder in com.google.protobufModifier and TypeClassDescriptionfinal classRepresents a JSON object.static final classRepresents a JSON object.Methods in com.google.protobuf that return Struct.BuilderModifier and TypeMethodDescriptionStruct.Builder.clearFields()static Struct.BuilderStruct.newBuilder()static Struct.BuilderStruct.newBuilder(Struct prototype) Struct.Builder.putAllFields(Map<String, Value> values) Unordered map of dynamically typed values.Unordered map of dynamically typed values.Struct.Builder.removeFields(String key) Unordered map of dynamically typed values.Methods in com.google.protobuf with parameters of type Struct.BuilderModifier and TypeMethodDescriptionValue.Builder.setStructValue(Struct.Builder builderForValue) Represents a JSON object. -
Uses of Struct.Builder in com.google.protobuf.util
Methods in com.google.protobuf.util with parameters of type Struct.BuilderModifier and TypeMethodDescriptionprivate voidJsonFormat.ParserImpl.mergeStructConcrete(com.google.gson.JsonElement json, Struct.Builder builder) Merges into a google.protobuf.Struct directly (used when going into a concrete gencode type).