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-05 UTC."],[[["This page provides documentation for the `FirewallsConnection` object, which is used in conjunction with `FirewallsClient` for interacting with Google Compute Engine firewalls."],["The `FirewallsConnection` object defines virtual methods for user-facing operations related to firewalls, including deleting, getting, inserting, listing, patching, and updating firewalls."],["Users can utilize the `FirewallsConnection` interface to inject custom behavior for testing purposes, and a mock implementation is available via `MockFirewallsConnection`."],["The documentation covers various versions of the `FirewallsConnection` object, ranging from the latest release candidate (2.37.0-rc) down to version 2.15.1."],["It also outlines the structure of functions available within the `FirewallsConnection` object, including the parameters and the data types for both parameters and return values."]]],[]]