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 webpage details the `FirewallConnection` class within the Google Cloud App Engine C++ library, focusing on version 2.17.0 and offering links to documentation for multiple prior versions."],["`FirewallConnection` provides virtual methods that mirror the user-facing overloads in `FirewallClient`, enabling users to customize behavior during testing."],["The webpage includes methods such as `ListIngressRules`, `BatchUpdateIngressRules`, `CreateIngressRule`, `GetIngressRule`, `UpdateIngressRule`, and `DeleteIngressRule`, with their respective parameters and return types."],["The documentation provides guidance on creating concrete instances of the `FirewallConnection` class through the use of the `MakeFirewallConnection()` function."],["There are resources for creating mock objects using `appengine_v1_mocks::MockFirewallConnection` for testing purposes."]]],[]]