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` class, which provides an interface for managing firewall rules within Google App Engine."],["It includes a list of available versions of the `FirewallConnection` class, from `2.11.0` up to the latest release candidate `2.37.0-rc`, and allows users to navigate to the documentation page for each specific release."],["The `FirewallConnection` class offers virtual methods to manage ingress rules, such as listing, batch updating, creating, retrieving, updating, and deleting."],["Users can create concrete instances of `FirewallConnection` via `MakeFirewallConnection()` and utilize `MockFirewallConnection` for testing."],["The interface also defines a function to get options to make the calls to the API, which returns a type of `Options`."]]],[]]