Deprecated: Do not use.
(b []byte)
| 82 | |
| 83 | // Deprecated: Do not use. |
| 84 | func (x *AttrSpec_ValueSet) UnmarshalJSON(b []byte) error { |
| 85 | num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b) |
| 86 | if err != nil { |
| 87 | return err |
| 88 | } |
| 89 | *x = AttrSpec_ValueSet(num) |
| 90 | return nil |
| 91 | } |
| 92 | |
| 93 | // Deprecated: Use AttrSpec_ValueSet.Descriptor instead. |
| 94 | func (AttrSpec_ValueSet) EnumDescriptor() ([]byte, []int) { |
nothing calls this directly
no test coverage detected