// 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 ongoing development and potential new features."],["The webpage provides access to a comprehensive list of historical versions, ranging from 2.36.0 down to 2.11.0, offering a variety of options for users with specific compatibility needs."],["Each listed version has a corresponding link that allows users to access specific documentation for the composer_v1_1_1ImageVersionsClient-endpoint-snippet."],["Version 2.21.0 is highlighted as the current version in focus, with links provided for easy access to documentation."],["The page contains example code on how to override composer_v1::ImageVersionsClient Endpoint Configuration, showing how to customize settings."]]],[]]