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-21 UTC."],[[["This webpage details the `FirewallConnection` object, which is designed for use with the `FirewallClient` in the Google Cloud App Engine v1 C++ library."],["The `FirewallConnection` interface defines virtual methods for each user-facing overload set within `FirewallClient`, enabling custom behavior injection for testing."],["The latest release candidate version for the App Engine v1 C++ library is 2.37.0-rc, and the current version highlighted on this page is 2.31.0, both with multiple previous versions listed."],["Users can create a concrete `FirewallConnection` instance using `MakeFirewallConnection()`, or utilize `MockFirewallConnection` for mocking purposes."],["The interface includes virtual methods for managing ingress rules such as `ListIngressRules`, `BatchUpdateIngressRules`, `CreateIngressRule`, `GetIngressRule`, `UpdateIngressRule`, and `DeleteIngressRule`."]]],[]]