()
| 263 | func (*DeleteRequest) ProtoMessage() {} |
| 264 | |
| 265 | func (x *DeleteRequest) ProtoReflect() protoreflect.Message { |
| 266 | mi := &file_keyvalue_proto_msgTypes[4] |
| 267 | if protoimpl.UnsafeEnabled && x != nil { |
| 268 | ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
| 269 | if ms.LoadMessageInfo() == nil { |
| 270 | ms.StoreMessageInfo(mi) |
| 271 | } |
| 272 | return ms |
| 273 | } |
| 274 | return mi.MessageOf(x) |
| 275 | } |
| 276 | |
| 277 | // Deprecated: Use DeleteRequest.ProtoReflect.Descriptor instead. |
| 278 | func (*DeleteRequest) Descriptor() ([]byte, []int) { |
nothing calls this directly
no outgoing calls
no test coverage detected