// 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::composer_v1::ImageVersionsClient(
google::cloud::composer_v1::MakeImageVersionsConnection(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-14 UTC."],[[["The latest release candidate version available is 2.37.0-rc, indicating it is the newest version under testing."],["The webpage lists a comprehensive set of versions from 2.11.0 up to 2.37.0-rc, offering links to specific documentation for each version."],["Version 2.15.1 is the lowest numbered version on the page, with several versions in-between being above and below this number."],["The provided code snippet demonstrates how to override the `composer_v1::ImageVersionsClient` endpoint configuration, enabling access through a private Google access point."],["The webpage is a reference for the `composer_v1_1_1ImageVersionsClient-endpoint-snippet` offering different versions and reference points for users."]]],[]]