Uses of Class
com.google.protobuf.Struct.Builder
-
-
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(Map<String,Value> values)Unordered map of dynamically typed values.Struct.BuilderStruct.Builder. putFields(String key, Value value)Unordered map of dynamically typed values.Struct.BuilderStruct.Builder. removeFields(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 structured value.
-