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` interface, which defines virtual methods for user-facing overload sets within `FirewallClient`."],["The latest version of `FirewallConnection` is 2.37.0-rc, with numerous previous versions listed dating back to 2.11.0."],["`FirewallConnection` allows for injecting custom behaviors for testing, especially useful with Google Mock objects."],["The interface offers methods such as `ListIngressRules`, `BatchUpdateIngressRules`, `CreateIngressRule`, `GetIngressRule`, `UpdateIngressRule`, and `DeleteIngressRule` for managing firewall rules."],["A concrete instance of the connection can be created using `MakeFirewallConnection()`, or a mocked version can be utilized with `appengine_v1_mocks::MockFirewallConnection`."]]],[]]