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 Engine snapshots in Google Cloud."],["The `SnapshotsConnection` interface allows for the injection of custom behaviors in tests, such as using a Google Mock object, for the `SnapshotsClient`."],["The document includes a list of available versions, with 2.37.0-rc being the latest, and versions spanning down to 2.15.1."],["The interface defines virtual methods for managing snapshots, including operations like `DeleteSnapshot`, `GetSnapshot`, `InsertSnapshot`, `ListSnapshots`, and setting or testing IAM permissions."],["There is a section for creating a concrete instance through `MakeSnapshotsConnection()`, as well as mocking using `compute_snapshots_v1_mocks::MockSnapshotsConnection`."]]],[]]