// 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::compute_images_v1::MakeImagesConnectionRest(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-09 UTC."],[[["This webpage provides a comprehensive list of historical versions for the `compute_images_v1_1_1ImagesClient` component, starting from version 2.15.1 up to the latest release candidate 2.37.0-rc."],["Each version listed on the page links to specific documentation regarding `compute_images_v1_1_1ImagesClient` endpoints."],["The latest version of `compute_images_v1_1_1ImagesClient` is 2.37.0-rc and it is available for developers to use."],["The page includes an example of how to override the endpoint configuration for `compute_images_v1::ImagesClient`, demonstrating a scenario common with Private Google Access."],["Version 2.26.0, which is the version the page starts in, is one of many previous versions of the `compute_images_v1_1_1ImagesClient`."]]],[]]