Uses of Class
com.google.protobuf.Struct.Builder
-
Packages that use Struct.Builder Package Description com.google.protobuf -
-
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. addRepeatedField(Descriptors.FieldDescriptor field, java.lang.Object value)Struct.BuilderStruct.Builder. clear()Struct.BuilderStruct.Builder. clearField(Descriptors.FieldDescriptor field)Struct.BuilderStruct.Builder. clearFields()Struct.BuilderStruct.Builder. clearOneof(Descriptors.OneofDescriptor oneof)Struct.BuilderStruct.Builder. clone()Struct.BuilderValue.Builder. getStructValueBuilder()Represents a structured value.Struct.BuilderStruct.Builder. mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)Struct.BuilderStruct.Builder. mergeFrom(Message other)Struct.BuilderStruct.Builder. mergeFrom(Struct other)Struct.BuilderStruct.Builder. mergeUnknownFields(UnknownFieldSet unknownFields)static Struct.BuilderStruct. newBuilder()static Struct.BuilderStruct. newBuilder(Struct prototype)Struct.BuilderStruct. newBuilderForType()protected Struct.BuilderStruct. newBuilderForType(GeneratedMessageV3.BuilderParent parent)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.Struct.BuilderStruct.Builder. setField(Descriptors.FieldDescriptor field, java.lang.Object value)Struct.BuilderStruct.Builder. setRepeatedField(Descriptors.FieldDescriptor field, int index, java.lang.Object value)Struct.BuilderStruct.Builder. setUnknownFields(UnknownFieldSet unknownFields)Struct.BuilderStruct. toBuilder()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.
-