From 46989ae7ae1feb52fdfcd16faf5b8e7080a9753c Mon Sep 17 00:00:00 2001 From: Mark Sanders Date: Thu, 21 Mar 2024 14:53:34 -0400 Subject: [PATCH] fix: correct comment wording for update operation Signed-off-by: Mark Sanders --- network/opinetcommon/networkinterfaces.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network/opinetcommon/networkinterfaces.proto b/network/opinetcommon/networkinterfaces.proto index 8f69f43e..c174c952 100644 --- a/network/opinetcommon/networkinterfaces.proto +++ b/network/opinetcommon/networkinterfaces.proto @@ -269,7 +269,7 @@ message UpdateNetInterfaceRequest { NetInterface net_interface = 1 [(google.api.field_behavior) = REQUIRED]; // list of fields to update google.protobuf.FieldMask update_mask = 2 [(google.api.field_behavior) = OPTIONAL]; - // If set to true, and the object is found, a new object will be created. + // If set to true, and the object is not found, a new object will be created. // In this situation, 'update_mask' is ignored. bool allow_missing = 3 [(google.api.field_behavior) = OPTIONAL]; }