Uses of Class
com.google.mu.protobuf.util.StructBuilder
Packages that use StructBuilder
Package
Description
Google Protobuf utilities (requires mug-protobuf artifact)
-
Uses of StructBuilder in com.google.mu.protobuf.util
Methods in com.google.mu.protobuf.util that return StructBuilderModifier and TypeMethodDescriptionAdds a(name, value)
field.Adds a(name, value)
field.StructBuilder.add
(String name, StructBuilder struct) Adds a(name, struct)
field.Adds a(name, value)
field.Adds a(name, struct)
field.Adds a(name, value)
field.Adds a(name, values) field
, withvalues
wrapped inListValue
.Adds a(name, value)
field.Adds a(name, map)
field.Adds all distinct keys frommultimap
into this builder.StructBuilder.addAll
(com.google.common.collect.Table<String, String, com.google.protobuf.Value> table) Adds all rows fromtable
into this builder.Adds all key-value pairs frommap
into this builder.StructBuilder.addAllFields
(StructBuilder that) Adds all fields fromthat
into this builder.StructBuilder.addAllFields
(com.google.protobuf.Struct that) Adds all fields fromthat
into this builder.Methods in com.google.mu.protobuf.util with parameters of type StructBuilderModifier and TypeMethodDescriptionStructBuilder.add
(String name, StructBuilder struct) Adds a(name, struct)
field.StructBuilder.addAllFields
(StructBuilder that) Adds all fields fromthat
into this builder.