Uses of Class
com.google.protobuf.Struct.Builder
Packages that use Struct.Builder
-
Uses of Struct.Builder in com.google.protobuf
Fields in com.google.protobuf with type parameters of type Struct.BuilderMethods in com.google.protobuf that return Struct.BuilderModifier and TypeMethodDescriptionStruct.Builder.addRepeatedField
(Descriptors.FieldDescriptor field, Object value) Struct.Builder.clear()
Struct.Builder.clearField
(Descriptors.FieldDescriptor field) Struct.Builder.clearFields()
Struct.Builder.clearOneof
(Descriptors.OneofDescriptor oneof) Struct.Builder.clone()
Value.Builder.getStructValueBuilder()
Represents a structured value.Struct.Builder.mergeFrom
(CodedInputStream input, ExtensionRegistryLite extensionRegistry) final Struct.Builder
Struct.Builder.mergeUnknownFields
(UnknownFieldSet unknownFields) static Struct.Builder
Struct.newBuilder()
static Struct.Builder
Struct.newBuilder
(Struct prototype) Struct.newBuilderForType()
protected Struct.Builder
Struct.newBuilderForType
(GeneratedMessageV3.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.Builder.setField
(Descriptors.FieldDescriptor field, Object value) Struct.Builder.setRepeatedField
(Descriptors.FieldDescriptor field, int index, Object value) final Struct.Builder
Struct.Builder.setUnknownFields
(UnknownFieldSet unknownFields) Struct.toBuilder()
Methods in com.google.protobuf that return types with arguments of type Struct.BuilderModifier and TypeMethodDescriptionValue.Builder.getStructValueFieldBuilder()
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.