()
| 1006 | } |
| 1007 | |
| 1008 | func (x *AdminCreateKeyRequest) GetLabel() string { |
| 1009 | if x != nil { |
| 1010 | return x.Label |
| 1011 | } |
| 1012 | return "" |
| 1013 | } |
| 1014 | |
| 1015 | type AdminCreateKeyResponse struct { |
| 1016 | state protoimpl.MessageState |
nothing calls this directly
no outgoing calls
no test coverage detected