// 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."],[[["The webpage provides documentation and links for various versions of the `appengine_v1::VersionsClient`, starting from version 2.11.0 up to the latest release candidate 2.37.0-rc."],["Each version listed has a corresponding link that directs users to the specific documentation for that particular version, like the appengine_v1_1_1VersionsClient-endpoint-snippet."],["The latest stable release of `appengine_v1::VersionsClient` is not explicitly stated but versions 2.36.0, 2.35.0, 2.34.0, 2.33.0 and so forth are provided, while version 2.37.0 is the most recent as a release candidate."],["Instructions are provided on how to override the default endpoint configuration for `appengine_v1::VersionsClient` using `google::cloud::Options`, with an example showing the use of a \"private.googleapis.com\" endpoint."],["The initial version of this specific documentation page is version 2.23.0."]]],[]]