This interface defines virtual methods for each of the user-facing overload sets in FirewallsClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type FirewallsClient.
To create a concrete instance, see MakeFirewallsConnection().
[[["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 `FirewallsConnection` class, which interfaces with the `FirewallsClient` in Google Cloud's C++ compute library, specifically version 2.19.0."],["The `FirewallsConnection` class defines virtual methods for actions such as deleting, getting, inserting, listing, patching, and updating firewalls, allowing for custom behavior implementation and testing."],["The most recent version detailed on the page is the 2.37.0-rc, and there are a total of 23 different versions available, ranging from version 2.15.1 to 2.37.0-rc."],["You can find instructions for creating a real instance with the `MakeFirewallsConnection()` function or to get information on how to mock the object, there is a `MockFirewallsConnection` class available."]]],[]]