// 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"]],[["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."],[[["This page provides a comprehensive list of available 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 its respective documentation for `compute_images_v1_1_1ImagesClient-endpoint-snippet`, allowing users to easily access the specifics for a particular release."],["The latest release candidate, version 2.37.0-rc, is clearly marked as the most recent, offering users immediate visibility of the newest available features and updates."],["The page includes an example of how to override the endpoint configuration for `compute_images_v1::ImagesClient`, demonstrating how to set up a private endpoint using `private.googleapis.com`."],["The content is organized in a reverse chronological format, which allows the visitor to easily see the newest version at the top."]]],[]]