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-05 UTC."],[[["This webpage provides documentation for the `FirewallConnection` object, which is used with `FirewallClient` in the Google Cloud App Engine v1 C++ library."],["The latest release candidate version for this object is 2.37.0-rc, with a comprehensive list of previous versions available ranging from 2.36.0 down to 2.11.0."],["`FirewallConnection` provides virtual methods, such as `ListIngressRules`, `BatchUpdateIngressRules`, `CreateIngressRule`, `GetIngressRule`, `UpdateIngressRule`, and `DeleteIngressRule`, for managing firewall rules."],["Users can inject custom behaviors into their tests with objects of type `FirewallClient` and `FirewallConnection`, or utilize `MakeFirewallConnection()` to create concrete instances."],["For testing purposes, users can reference the `appengine_v1_mocks::MockFirewallConnection` for mocking functionalities."]]],[]]