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, providing access to various versions, with `2.37.0-rc` being the latest."],["The `FirewallConnection` class defines virtual methods that mirror the user-facing overload sets found in the `FirewallClient` class, enabling custom behavior injection, primarily for testing."],["The documentation provides specific functions for managing ingress rules, such as listing, batch updating, creating, retrieving, updating, and deleting them, including handling different types of requests and returns."],["You can create a concrete `FirewallConnection` instance using `MakeFirewallConnection()`, or use `appengine_v1_mocks::MockFirewallConnection` for mocking purposes during testing."],["The class supports options modification through the virtual `options()` function."]]],[]]