Deprecated: Do not use.
(b []byte)
| 229 | |
| 230 | // Deprecated: Do not use. |
| 231 | func (x *AmpLayout_Layout) UnmarshalJSON(b []byte) error { |
| 232 | num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b) |
| 233 | if err != nil { |
| 234 | return err |
| 235 | } |
| 236 | *x = AmpLayout_Layout(num) |
| 237 | return nil |
| 238 | } |
| 239 | |
| 240 | // Deprecated: Use AmpLayout_Layout.Descriptor instead. |
| 241 | func (AmpLayout_Layout) EnumDescriptor() ([]byte, []int) { |
nothing calls this directly
no test coverage detected