Uses of Class
com.google.protobuf.Struct.Builder
-
Packages that use Struct.Builder Package Description com.google.protobuf com.google.protobuf.util -
-
Uses of Struct.Builder in com.google.protobuf
Methods in com.google.protobuf that return Struct.Builder Modifier and Type Method Description Struct.BuilderStruct.Builder. clearFields()static Struct.BuilderStruct. newBuilder()static Struct.BuilderStruct. newBuilder(Struct prototype)Struct.BuilderStruct.Builder. putAllFields(java.util.Map<java.lang.String,Value> values)Unordered map of dynamically typed values.Struct.BuilderStruct.Builder. putFields(java.lang.String key, Value value)Unordered map of dynamically typed values.Struct.BuilderStruct.Builder. removeFields(java.lang.String key)Unordered map of dynamically typed values.Methods in com.google.protobuf with parameters of type Struct.Builder Modifier and Type Method Description Value.BuilderValue.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.Builder Modifier and Type Method Description private 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).
-