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 part of the `FirewallClient` in the Google Cloud App Engine C++ library, and it outlines various versions of this object."],["The latest release candidate version is 2.37.0-rc, with multiple other versions available, ranging down to 2.11.0, and links are provided to each."],["`FirewallConnection` has a virtual method for `options()`, `ListIngressRules`, `BatchUpdateIngressRules`, `CreateIngressRule`, `GetIngressRule`, `UpdateIngressRule` and `DeleteIngressRule`, each taking requests and returning specific data types such as `StreamRange` or `StatusOr`."],["Users can create concrete instances of the `FirewallConnection` object using `MakeFirewallConnection()` or utilize the `MockFirewallConnection` for mocking in testing scenarios."]]],[]]