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-04-17 UTC."],[[["This webpage details the `FirewallConnection` object, which is crucial for interacting with the `FirewallClient` in Google Cloud App Engine."],["The `FirewallConnection` interface provides virtual methods mirroring those in `FirewallClient`, enabling custom behavior injection for testing purposes."],["The page lists available versions of `FirewallConnection`, ranging from the latest release candidate (2.37.0-rc) down to version 2.11.0."],["It includes the functions that are available to be used with the object such as `ListIngressRules`, `BatchUpdateIngressRules`, and `DeleteIngressRule` that are all defined here, along with the expected return type and parameter type."],["`MakeFirewallConnection()` is used to create concrete instances of this object, and `MockFirewallConnection` can be used to create mock objects for testing purposes."]]],[]]