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 supports various versions of the API, ranging from version 2.15.1 up to the latest release candidate 2.37.0-rc, with version 2.36.0 being the current focus."],["The `FirewallsConnection` class is designed to be used alongside the `FirewallsClient`, allowing for the injection of custom behaviors during testing via mocking."],["The class provides methods for core firewall operations, including `DeleteFirewall`, `GetFirewall`, `InsertFirewall`, `ListFirewalls`, `PatchFirewall`, and `UpdateFirewall`, each with parameter and return type descriptions."],["The document also details the virtual `options()` function, which returns an Options object, offering some level of configuration."]]],[]]