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 outlines the `FirewallsConnection` class, which provides an interface for interacting with `FirewallsClient` in Google Cloud Compute's firewall service, specifically for version 2.29.0."],["The `FirewallsConnection` class defines virtual methods for managing firewalls, including `DeleteFirewall`, `GetFirewall`, `InsertFirewall`, `ListFirewalls`, `PatchFirewall`, and `UpdateFirewall`, each accepting a specific request type."],["Users can inject custom behavior into tests by using this interface and implement their own behavior, which is useful for simulating actions and responses."],["The `FirewallsConnection` class provides different functions for each operation, allowing users to interact with operations either synchronously or asynchronously, by providing specific await parameters."],["A range of documented versions are available, from 2.15.1 up to the latest release candidate, 2.37.0-rc, in addition to the default version, 2.29.0."]]],[]]