// This configuration is common with Private Google Access:
// https://cloud.google.com/vpc/docs/private-google-access
auto options = google::cloud::Options{}.set<google::cloud::EndpointOption>(
"private.googleapis.com");
auto client = google::cloud::compute_snapshots_v1::SnapshotsClient(
google::cloud::compute_snapshots_v1::MakeSnapshotsConnectionRest(
options));
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-02 UTC."],[[["This webpage provides documentation for various versions of the `compute_snapshots_v1_1_1SnapshotsClient` component, ranging from version 2.15.1 up to the latest release candidate, 2.37.0-rc."],["Each listed version has a corresponding link to its specific documentation, enabling users to find information relevant to their installed version of the client."],["The documentation includes an example of how to override the endpoint configuration for `compute_snapshots_v1::SnapshotsClient`, demonstrating how to set it to \"private.googleapis.com\" for use with Private Google Access."],["The first version listed in this documentation is 2.20.0 and it continues up to the latest release version of 2.37.0-rc, showing a detailed history of the versions."]]],[]]