Skip to content

Commit

Permalink
fix: correct comment wording for update operation
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Sanders <marksanders194@gmail.com>
  • Loading branch information
sandersms authored and glimchb committed May 8, 2024
1 parent 3559fa1 commit 46989ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion network/opinetcommon/networkinterfaces.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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];
}
Expand Down

0 comments on commit 46989ae

Please sign in to comment.