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 outlines the `SnapshotsConnection` class, which provides an interface for managing Google Cloud Compute Snapshots, including operations like deleting, getting, inserting, listing, and setting policies or labels."],["Version 2.37.0-rc is the latest release candidate, with a comprehensive list of previous versions from 2.36.0 down to 2.15.1, providing backwards compatibility through the various iterations of the software."],["The `SnapshotsConnection` class is designed to work in tandem with `SnapshotsClient`, offering a way to inject custom behavior, making it especially useful for writing tests with tools like Google Mock."],["The class includes a variety of functions such as `DeleteSnapshot`, `GetSnapshot`, `InsertSnapshot`, `ListSnapshots`, `SetIamPolicy`, `SetLabels`, and `TestIamPermissions`, each capable of handling specific requests and returning appropriate responses or futures."],["Users can create concrete instances of `SnapshotsConnection` or utilize `MockSnapshotsConnection` for testing purposes, enabling flexibility in both development and testing phases."]]],[]]