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 TypeClassDescriptionstatic final class`Struct` represents a structured data value, consisting of fields which map to dynamically typed values.Fields in com.google.protobuf with type parameters of type Struct.BuilderModifier and TypeFieldDescriptionprivate SingleFieldBuilder<Struct, Struct.Builder, StructOrBuilder> Value.Builder.structValueBuilder_Methods in com.google.protobuf that return Struct.BuilderModifier and TypeMethodDescriptionStruct.Builder.clear()Struct.Builder.clearFields()Value.Builder.getStructValueBuilder()Represents a structured value.Struct.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) static Struct.BuilderStruct.newBuilder()static Struct.BuilderStruct.newBuilder(Struct prototype) Struct.newBuilderForType()protected Struct.BuilderStruct.newBuilderForType(AbstractMessage.BuilderParent parent) 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.Struct.toBuilder()Methods in com.google.protobuf that return types with arguments of type Struct.BuilderModifier and TypeMethodDescriptionprivate SingleFieldBuilder<Struct, Struct.Builder, StructOrBuilder> Value.Builder.internalGetStructValueFieldBuilder()Represents a structured value.Methods in com.google.protobuf with parameters of type Struct.BuilderModifier and TypeMethodDescriptionValue.Builder.setStructValue(Struct.Builder builderForValue) Represents a structured value.