1 // Code generated by protoc-gen-goext. DO NOT EDIT. 2 3 package cloud 4 5 func (m *MapKeySpec) SetValue(v string) { 6 m.Value = v 7 } 8 9 func (m *MapKeySpec) SetPattern(v string) { 10 m.Pattern = v 11 } 12 13 func (m *MapKeySpec) SetLength(v string) { 14 m.Length = v 15 } 16