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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-14 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."]]],[]]