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
Fields in com.google.protobuf with type parameters of type Struct.Builder Modifier and Type Field Description private SingleFieldBuilder<Struct,Struct.Builder,StructOrBuilder>
Value.Builder. structValueBuilder_
Methods in com.google.protobuf that return Struct.Builder Modifier and Type Method Description Struct.Builder
Struct.Builder. clear()
Struct.Builder
Struct.Builder. clearFields()
Struct.Builder
Value.Builder. getStructValueBuilder()
Represents a structured value.Struct.Builder
Struct.Builder. mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Struct.Builder
Struct.Builder. mergeFrom(Message other)
Struct.Builder
Struct.Builder. mergeFrom(Struct other)
static Struct.Builder
Struct. newBuilder()
static Struct.Builder
Struct. newBuilder(Struct prototype)
Struct.Builder
Struct. newBuilderForType()
protected Struct.Builder
Struct. newBuilderForType(AbstractMessage.BuilderParent parent)
Struct.Builder
Struct.Builder. putAllFields(java.util.Map<java.lang.String,Value> values)
Unordered map of dynamically typed values.Struct.Builder
Struct.Builder. putFields(java.lang.String key, Value value)
Unordered map of dynamically typed values.Struct.Builder
Struct.Builder. removeFields(java.lang.String key)
Unordered map of dynamically typed values.Struct.Builder
Struct. toBuilder()
Methods in com.google.protobuf that return types with arguments of type Struct.Builder Modifier and Type Method Description private SingleFieldBuilder<Struct,Struct.Builder,StructOrBuilder>
Value.Builder. getStructValueFieldBuilder()
Represents a structured value.Methods in com.google.protobuf with parameters of type Struct.Builder Modifier and Type Method Description Value.Builder
Value.Builder. setStructValue(Struct.Builder builderForValue)
Represents a structured value.
-