// 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-21 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."]]],[]]