// 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_images_v1::ImagesClient(
google::cloud::ExperimentalTag{},
google::cloud::compute_images_v1::MakeImagesConnectionRest(
google::cloud::ExperimentalTag{}, 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 page provides documentation for various versions of the `compute_images_v1_1_1ImagesClient`, ranging from version 2.15.1 up to the latest release candidate, 2.37.0-rc."],["Each listed version links to its specific documentation page, detailing the `compute_images_v1_1_1ImagesClient-endpoint-snippet` for that release."],["The latest version available is the release candidate 2.37.0-rc, which can be found at the top of the list, showing it is the most up-to-date version available."],["The documentation also includes information on how to override the default endpoint configuration for `compute_images_v1::ImagesClient`, demonstrated using Private Google Access as an example."]]],[]]