in message/common.pb.go [687:700]
func (b0 ConnectionProperties_builder) Build() *ConnectionProperties {
m0 := &ConnectionProperties{}
b, x := &b0, m0
_, _ = b, x
x.xxx_hidden_IsDirty = b.IsDirty
x.xxx_hidden_AutoCommit = b.AutoCommit
x.xxx_hidden_HasAutoCommit = b.HasAutoCommit
x.xxx_hidden_ReadOnly = b.ReadOnly
x.xxx_hidden_HasReadOnly = b.HasReadOnly
x.xxx_hidden_TransactionIsolation = b.TransactionIsolation
x.xxx_hidden_Catalog = b.Catalog
x.xxx_hidden_Schema = b.Schema
return m0
}