Skip to content

Commit

Permalink
feat: add new enum values for network firewall policies to API
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 555590152
  • Loading branch information
Google APIs authored and Copybara-Service committed Aug 10, 2023
1 parent 2d1ca1b commit fae3e6e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions google/cloud/networkmanagement/v1/trace.proto
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,16 @@ message FirewallInfo {
// For details, see [VPC connector's implicit
// rules](https://cloud.google.com/functions/docs/networking/connecting-vpc#restrict-access).
SERVERLESS_VPC_ACCESS_MANAGED_FIREWALL_RULE = 4;

// Global network firewall policy rule.
// For details, see [Network firewall
// policies](https://cloud.google.com/vpc/docs/network-firewall-policies).
NETWORK_FIREWALL_POLICY_RULE = 5;

// Regional network firewall policy rule.
// For details, see [Regional network firewall
// policies](https://cloud.google.com/firewall/docs/regional-firewall-policies).
NETWORK_REGIONAL_FIREWALL_POLICY_RULE = 6;
}

// The display name of the VPC firewall rule. This field is not applicable
Expand Down
10 changes: 10 additions & 0 deletions google/cloud/networkmanagement/v1beta1/trace.proto
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,16 @@ message FirewallInfo {
// For details, see [VPC connector's implicit
// rules](https://cloud.google.com/functions/docs/networking/connecting-vpc#restrict-access).
SERVERLESS_VPC_ACCESS_MANAGED_FIREWALL_RULE = 4;

// Global network firewall policy rule.
// For details, see [Network firewall
// policies](https://cloud.google.com/vpc/docs/network-firewall-policies).
NETWORK_FIREWALL_POLICY_RULE = 5;

// Regional network firewall policy rule.
// For details, see [Regional network firewall
// policies](https://cloud.google.com/firewall/docs/regional-firewall-policies).
NETWORK_REGIONAL_FIREWALL_POLICY_RULE = 6;
}

// The display name of the VPC firewall rule. This field is not applicable
Expand Down

0 comments on commit fae3e6e

Please sign in to comment.