// 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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-09 UTC."],[[["This webpage provides a list of available versions for the `appengine_v1::VersionsClient` service, ranging from version 2.11.0 up to the latest release candidate, 2.37.0-rc."],["Each listed version links to specific documentation, like the `appengine_v1_1_1VersionsClient-endpoint-snippet`, providing details about that version's features and usage."],["The current latest version is 2.37.0-rc, which is marked as a release candidate."],["The default version shown on the top of the page, is 2.18.0, which can be expanded to show all available versions, and can be seen at the bottom of the list."],["The webpage also includes a code snippet demonstrating how to override the default endpoint configuration for `appengine_v1::VersionsClient` using `private.googleapis.com`, which is useful for Private Google Access setups."]]],[]]