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` class, which provides an interface for managing firewall operations within Google Cloud Compute."],["It lists the available versions of the `FirewallsConnection` class, ranging from the latest release candidate `2.37.0-rc` down to `2.15.1`, and includes the current version `2.21.0`."],["The `FirewallsConnection` interface enables custom behavior injection for testing `FirewallsClient` objects, such as using mock objects."],["Key functions provided by the interface include `DeleteFirewall`, `GetFirewall`, `InsertFirewall`, `ListFirewalls`, `PatchFirewall`, and `UpdateFirewall`, all of which handle different aspects of firewall management."],["`MakeFirewallsConnection()` is used to create a concrete instance, and `MockFirewallsConnection` is used for mocking purposes."]]],[]]