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 document details the `FirewallsConnection` class, which provides an interface for managing firewall operations via virtual methods."],["The latest version available is 2.37.0-rc, with a list of prior versions ranging back to 2.15.1 for accessing documentation."],["The `FirewallsConnection` class supports various operations such as `DeleteFirewall`, `GetFirewall`, `InsertFirewall`, `ListFirewalls`, `PatchFirewall`, and `UpdateFirewall`, each with different parameter and return types."],["The class supports both synchronous and asynchronous operations, allowing users to use `NoAwaitTag` for immediate results, or wait for a `future` result."],["Users can create concrete instances of `FirewallsConnection` using the `MakeFirewallsConnection()` function, or mock it for testing through `compute_firewalls_v1_mocks::MockFirewallsConnection`."]]],[]]