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-15 UTC."],[[["This document outlines the `FirewallsConnection` interface for `FirewallsClient`, detailing the virtual methods and functionalities available for managing firewall operations within the Google Cloud Compute environment."],["The `FirewallsConnection` allows users to inject custom behavior, specifically for testing purposes, with the ability to mock objects using `MockFirewallsConnection`, as well as creating concrete instances with `MakeFirewallsConnection()`."],["The interface provides a comprehensive suite of operations including, `DeleteFirewall`, `GetFirewall`, `InsertFirewall`, `ListFirewalls`, `PatchFirewall`, and `UpdateFirewall`, each with detailed parameter requirements and return types."],["The document includes multiple versions of the API, starting with the release candidate, version 2.37.0-rc, all the way back to version 2.15.1."],["Functions in this document include the ability to specify experimental tags, or tags that indicate to not await for an operation, for various functions, and each function has the capacity to return different objects and types, depending on the specific operation."]]],[]]