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 document details the `FirewallsConnection` class, which provides an interface for interacting with `FirewallsClient` in the Google Cloud C++ Compute library, specifically for versions 2.17.0 up to 2.37.0-rc."],["The `FirewallsConnection` class allows users to inject custom behavior for testing purposes, such as mocking, using the provided `MockFirewallsConnection` class."],["Key functions available within `FirewallsConnection` include `DeleteFirewall`, `GetFirewall`, `InsertFirewall`, `ListFirewalls`, `PatchFirewall`, and `UpdateFirewall`, each handling different aspects of firewall management."],["Each function, like `DeleteFirewall`, `GetFirewall`, `InsertFirewall`, etc., takes a specific request parameter and returns a defined type, like `future\u003c StatusOr\u003c google::cloud::cpp::compute::v1::Operation \u003e \u003e` or `StatusOr\u003c google::cloud::cpp::compute::v1::Firewall \u003e`."],["The latest version listed is `2.37.0-rc`, with a range of previous versions accessible from `2.36.0` down to `2.17.0`, along with even older versions down to `2.15.1`."]]],[]]