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 Google Cloud's C++ Compute library, detailing virtual methods for managing firewall resources."],["The `FirewallsConnection` class enables users to define custom behaviors for testing purposes, primarily through mocking via the `MockFirewallsConnection` class, allowing for the injection of custom behavior."],["A variety of `Firewall` related functions are supported in this document, such as deleting, getting, inserting, listing, patching, and updating firewalls, each accepting a corresponding request object and returning a specific type."],["The document lists available version references for the `FirewallsConnection` class, ranging from version `2.37.0-rc` (latest) down to `2.15.1`."],["This document provides a way to create concrete instances of `FirewallsConnection` using `MakeFirewallsConnection()` for the google compute C++ library."]]],[]]