Skip to content

Commit

Permalink
docs: update possible firewall rule actions comment
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 619808134
  • Loading branch information
Google APIs authored and Copybara-Service committed Mar 28, 2024
1 parent 0acc64c commit 58017ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion google/cloud/networkmanagement/v1/trace.proto
Expand Up @@ -375,7 +375,7 @@ message FirewallInfo {
// Possible values: INGRESS, EGRESS
string direction = 3;

// Possible values: ALLOW, DENY
// Possible values: ALLOW, DENY, APPLY_SECURITY_PROFILE_GROUP
string action = 4;

// The priority of the firewall rule.
Expand Down
2 changes: 1 addition & 1 deletion google/cloud/networkmanagement/v1beta1/trace.proto
Expand Up @@ -379,7 +379,7 @@ message FirewallInfo {
// Possible values: INGRESS, EGRESS
string direction = 3;

// Possible values: ALLOW, DENY
// Possible values: ALLOW, DENY, APPLY_SECURITY_PROFILE_GROUP
string action = 4;

// The priority of the firewall rule.
Expand Down

0 comments on commit 58017ef

Please sign in to comment.