()
| 3929 | } |
| 3930 | |
| 3931 | func (x *GetEncryptionKeyRequest) GetCreate() bool { |
| 3932 | if x != nil { |
| 3933 | return x.Create |
| 3934 | } |
| 3935 | return false |
| 3936 | } |
| 3937 | |
| 3938 | type GetEncryptionKeyResponse struct { |
| 3939 | state protoimpl.MessageState `protogen:"open.v1"` |
nothing calls this directly
no outgoing calls
no test coverage detected