// 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::InstancesClient(
google::cloud::appengine_v1::MakeInstancesConnection(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 webpage provides access to various versions of the `appengine_v1_1_1InstancesClient-endpoint-snippet`, ranging from version 2.11.0 up to the latest release candidate, 2.37.0-rc."],["Each listed version is linked to its respective documentation page within the C++ App Engine reference."],["The latest release candidate for the C++ App Engine reference is version 2.37.0-rc."],["The page also contains information on overriding the default `appengine_v1::InstancesClient` endpoint configuration, with an example of how it can be used with Private Google Access."],["The lowest version of the documentation provided on this webpage is version 2.11.0."]]],[]]