Uses of Class
com.google.mu.protobuf.util.StructBuilder
Package
Description
Google Protobuf utilities (requires mug-protobuf artifact)
-
Uses of StructBuilder in com.google.mu.protobuf.util
Modifier 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.Modifier and TypeMethodDescriptionStructBuilder.add
(String name, StructBuilder struct) Adds a(name, struct)
field.StructBuilder.addAllFields
(StructBuilder that) Adds all fields fromthat
into this builder.