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 outlines the `FirewallsConnection` interface for the `FirewallsClient` in the Google Cloud Compute C++ library, specifically version 2.35.0."],["The `FirewallsConnection` interface provides virtual methods for various firewall operations, including deleting, getting, inserting, listing, patching, and updating firewalls."],["Users can inject custom behavior into their tests using this interface, which can be done with mocking the `FirewallsConnection`."],["The document includes links to different versions of the library, ranging from 2.15.1 to 2.37.0-rc (latest), with 2.35.0 being the current version in question, showing how to use this interface in these versions."],["`FirewallsConnection` has multiple function definitions, including ones that return a `future` version and ones with a `NoAwaitTag`, and also functions using `google::cloud::cpp::compute::v1::Operation const &` as a parameter."]]],[]]