// 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::ServicesClient(
google::cloud::appengine_v1::MakeServicesConnection(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."],[[["The latest release candidate version available is 2.37.0-rc."],["A range of versions is documented, starting from version 2.11.0 up to 2.37.0-rc."],["Each version listed links to specific documentation related to the `appengine_v1_1_1ServicesClient-endpoint-snippet`."],["The document provides an example of how to override the `appengine_v1::ServicesClient` endpoint configuration, particularly when using Private Google Access."],["Version 2.28.0 is shown at the top of the list with a dropdown icon, indicating it may be a user selected or default version."]]],[]]