// 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-21 UTC."],[[["This webpage provides documentation and links for various versions of the `composer_v1_1_1ImageVersionsClient` component, ranging from version 2.11.0 up to the latest release candidate, 2.37.0-rc."],["Each listed version has a corresponding link to its specific documentation, enabling users to find details relevant to that version such as `/composer_v1_1_1ImageVersionsClient-endpoint-snippet`."],["The content includes information on how to override the `composer_v1::ImageVersionsClient` Endpoint Configuration, with an example illustrating how to set a custom endpoint using `private.googleapis.com`."],["The current version that the webpage defaults to is version 2.24.0, that could potentially be outdated."],["The latest stable version is 2.36.0, and there is a release candidate version available at 2.37.0-rc."]]],[]]