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