Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "1.16.0" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "1.16.0" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -754,6 +754,12 @@ class FirewallRuleType(proto.Enum):
Regional network firewall policy rule. For details, see
`Regional network firewall
policies <https://cloud.google.com/firewall/docs/regional-firewall-policies>`__.
UNSUPPORTED_FIREWALL_POLICY_RULE (100):
Firewall policy rule containing attributes not yet supported
in Connectivity tests. Firewall analysis is skipped if such
a rule can potentially be matched. Please see the `list of
unsupported
configurations <https://cloud.google.com/network-intelligence-center/docs/connectivity-tests/concepts/overview#unsupported-configs>`__.
TRACKING_STATE (101):
Tracking state for response traffic created when request
traffic goes through allow firewall rule. For details, see
Expand All @@ -767,6 +773,7 @@ class FirewallRuleType(proto.Enum):
SERVERLESS_VPC_ACCESS_MANAGED_FIREWALL_RULE = 4
NETWORK_FIREWALL_POLICY_RULE = 5
NETWORK_REGIONAL_FIREWALL_POLICY_RULE = 6
UNSUPPORTED_FIREWALL_POLICY_RULE = 100
TRACKING_STATE = 101

display_name: str = proto.Field(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-network-management",
"version": "1.16.0"
"version": "0.1.0"
},
"snippets": [
{
Expand Down