This interface defines virtual methods for each of the user-facing overload sets in FirewallClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type FirewallClient.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-09 UTC."],[[["This page details the `FirewallConnection` object, which is utilized by the `FirewallClient` to manage firewall rules within Google App Engine."],["The latest version available for the `FirewallConnection` object is `2.37.0-rc`, with numerous preceding versions listed, allowing users to access the specific documentation for each release."],["Users can inject custom behaviors for testing by using the `FirewallConnection` interface, including custom Google Mock objects."],["The `FirewallConnection` interface includes virtual methods such as `ListIngressRules`, `BatchUpdateIngressRules`, `CreateIngressRule`, `GetIngressRule`, `UpdateIngressRule`, and `DeleteIngressRule` for managing firewall ingress rules."],["A concrete `FirewallConnection` instance can be created using the `MakeFirewallConnection()` function."]]],[]]