This interface defines virtual methods for each of the user-facing overload sets in SnapshotsClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type SnapshotsClient.
To create a concrete instance, see MakeSnapshotsConnection().
[[["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-04-09 UTC."],[[["This document outlines the `SnapshotsConnection` class, which provides an interface for interacting with `SnapshotsClient` in the Google Cloud C++ Compute library, specifically for snapshot operations."],["The `SnapshotsConnection` class defines virtual methods corresponding to each user-facing overload set in `SnapshotsClient`, allowing for customized behaviors during testing."],["The document provides an extensive list of versions, including the latest release candidate (2.37.0-rc) and various stable versions from 2.36.0 down to 2.15.1, offering a range of stable build options."],["The interface includes various functions such as `DeleteSnapshot`, `GetSnapshot`, `GetIamPolicy`, `InsertSnapshot`, `ListSnapshots`, `SetIamPolicy`, `SetLabels`, and `TestIamPermissions`, each with specific request parameters and return types."],["`MakeSnapshotsConnection()` is the function call to create a concrete instance, and `MockSnapshotsConnection` facilitates testing and mocking for `SnapshotsConnection` objects."]]],[]]