Uses of Class
com.google.protobuf.Struct.Builder
Packages that use Struct.Builder
-
Uses of Struct.Builder in com.google.protobuf
Methods in com.google.protobuf that return Struct.BuilderModifier and TypeMethodDescriptionStruct.Builder.clearFields()
static Struct.Builder
Struct.newBuilder()
static Struct.Builder
Struct.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 structured value.