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-03-05 UTC."],[[["This document provides details on the `SnapshotsConnection` object, which is used with `SnapshotsClient` for managing Compute Snapshots in Google Cloud."],["The `SnapshotsConnection` interface allows for the injection of custom behaviors in tests, such as using Google Mock objects."],["The document lists several versions of `SnapshotsConnection`, ranging from the latest 2.37.0-rc down to 2.15.1, each linking to its respective documentation."],["The document outlines various functions within the `SnapshotsConnection` class, including `DeleteSnapshot`, `GetSnapshot`, `InsertSnapshot`, `ListSnapshots`, and others that facilitate snapshot operations."],["`MakeSnapshotsConnection()` is used to create a concrete instance of the class, while `compute_snapshots_v1_mocks::MockSnapshotsConnection` is used for mocking."]]],[]]