// 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-05 UTC."],[[["This document provides a list of available versions for the `appengine_v1::VersionsClient` in the C++ library, ranging from version 2.11.0 up to the latest release candidate 2.37.0-rc."],["Each version listed is hyperlinked to its respective documentation page for `appengine_v1_1_1VersionsClient-endpoint-snippet`."],["The latest release candidate version for `appengine_v1::VersionsClient` is 2.37.0-rc, while 2.36.0 is the current released version."],["The document also shows how to override the default endpoint configuration for the `appengine_v1::VersionsClient`, using \"private.googleapis.com\" as an example."],["There are numerous versions available, allowing users to select an older version if they are not ready to upgrade."]]],[]]