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 webpage details the `FirewallsConnection` interface, which provides virtual methods for interacting with `FirewallsClient` in Google Cloud Compute's C++ API."],["The interface allows for custom behavior injection during testing via mocking, specifically with `MockFirewallsConnection`."],["It includes methods for managing firewalls such as `DeleteFirewall`, `GetFirewall`, `InsertFirewall`, `ListFirewalls`, `PatchFirewall`, and `UpdateFirewall`."],["The latest version of `FirewallsConnection` is `2.37.0-rc`, and documentation for older versions, ranging from 2.36.0 down to 2.15.1, is available."],["`FirewallsConnection` functions return futures or StatusOr types, and can accept NoAwaitTag parameters."]]],[]]