fun setFormatFlags(value: Int): Builder!
A bitmask of types that this XML attribute accepts. Corresponds to the flags in the
enum FormatFlags.
uint32 format_flags = 1;
value
- Int: The formatFlags to set.
Return
Builder!: This builder for chaining.