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-15 UTC."],[[["This document outlines the `FirewallsConnection` interface for the `FirewallsClient` in Google Cloud Compute's C++ library, detailing its role in defining virtual methods for user-facing operations."],["The `FirewallsConnection` interface facilitates custom behavior injection, which is useful for testing, and concrete instances can be created via the `MakeFirewallsConnection()` function."],["A range of versions from 2.15.1 to 2.37.0-rc are listed, with each version linking to its respective documentation for the `FirewallsConnection` class."],["The interface includes various virtual methods, such as `DeleteFirewall`, `GetFirewall`, `InsertFirewall`, `ListFirewalls`, `PatchFirewall`, and `UpdateFirewall`, each handling different aspects of firewall management."],["Mocking capabilities are available for the `FirewallsConnection` class via the `MockFirewallsConnection` class."]]],[]]