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 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."]]],[]]