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` class, which provides an interface for interacting with `FirewallsClient` and enables custom behavior injection for testing."],["The latest release candidate version for the document is `2.37.0-rc`, with `2.27.0` being the version of focus in this document, and there are multiple previous version references listed as far back as 2.15.1."],["`FirewallsConnection` features virtual methods for various firewall operations like `DeleteFirewall`, `GetFirewall`, `InsertFirewall`, `ListFirewalls`, `PatchFirewall`, and `UpdateFirewall`, each having parameters and return types defined."],["This document includes instructions for creating concrete instances using `MakeFirewallsConnection()`, and mocking with `compute_firewalls_v1_mocks::MockFirewallsConnection`."],["Each virtual method in the `FirewallsConnection` class has versions that support or don't support asynchronous operations, using either `future` returns or `NoAwaitTag` to define the type of return."]]],[]]