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-15 UTC."],[[["This webpage details the `SnapshotsConnection` class, which provides an interface for managing Google Cloud Compute Snapshots within the C++ client library, specifically for the `SnapshotsClient`."],["The `SnapshotsConnection` class defines virtual methods for various snapshot operations, such as deleting, getting, inserting, listing, and managing the IAM policy and labels of snapshots."],["The content provides a historical view of the library, with versioned links that include information on versions ranging from 2.15.1 all the way to 2.37.0-rc, along with the active version of 2.29.0."],["Users can utilize the `MakeSnapshotsConnection()` method to create concrete instances of the `SnapshotsConnection`, or use the `MockSnapshotsConnection` class for testing purposes."],["Each operation within `SnapshotsConnection` can be executed synchronously, or asynchronously by adding the `NoAwaitTag` parameter, which also details the request parameter, and the returned `StatusOr` and `future` types."]]],[]]