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."],[[["The webpage provides documentation for the `SnapshotsConnection` class, detailing its role as an interface for interacting with `SnapshotsClient` and managing snapshot operations within the Google Cloud Compute service, with the latest release candidate version being 2.37.0-rc."],["The `SnapshotsConnection` interface allows custom behaviors, such as with Google Mock objects, when writing tests involving the `SnapshotsClient`, and you can find how to do so using the provided `MockSnapshotsConnection` class."],["The page lists all the virtual methods such as `DeleteSnapshot`, `GetSnapshot`, `GetIamPolicy`, `InsertSnapshot`, `ListSnapshots`, `SetIamPolicy`, `SetLabels`, and `TestIamPermissions` for snapshot management, which are implemented in the `SnapshotsConnection` interface, and it contains the parameters and return types for each one."],["The documentation also provides a list of all previous releases, including version numbers and links to the documentation for those versions."]]],[]]