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.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 TypeMethodDescriptionValue.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.