// 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::appengine_v1::VersionsClient(
google::cloud::appengine_v1::MakeVersionsConnection(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 available release candidate version is 2.37.0-rc, offering the newest features and updates."],["This page provides access to a comprehensive list of App Engine versions, ranging from 2.11.0 up to the latest release candidate."],["Each listed version links to its respective documentation, allowing users to easily access the specific details and updates for each version."],["The content covers how to override the default endpoint configuration for appengine_v1::VersionsClient, including instructions for Private Google Access."],["Version 2.26.0 is displayed at the top of the list as the current version."]]],[]]