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, withvalueswrapped inListValue.Adds a(name, value)field.Adds a(name, map)field.Adds all distinct keys frommultimapinto this builder.Adds all rows fromtableinto this builder.Adds all key-value pairs frommapinto this builder.StructBuilder.addAllFields(StructBuilder that) Adds all fields fromthatinto this builder.StructBuilder.addAllFields(com.google.protobuf.Struct that) Adds all fields fromthatinto 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 fromthatinto this builder.