// 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::DomainMappingsClient(
google::cloud::appengine_v1::MakeDomainMappingsConnection(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-14 UTC."],[[["The webpage provides a list of available versions for the `appengine_v1_1_1DomainMappingsClient` component, ranging from version 2.11.0 up to the latest release candidate, version 2.37.0-rc."],["Each listed version links to its respective documentation page detailing `appengine_v1_1_1DomainMappingsClient` endpoint code snippets."],["The latest stable release for `appengine_v1_1_1DomainMappingsClient` is version 2.36.0, with the latest release candidate being 2.37.0-rc."],["The content includes a code example for overriding the `appengine_v1::DomainMappingsClient` endpoint configuration, detailing how to set a custom endpoint, like \"private.googleapis.com\"."],["The currently selected version of the documentation is 2.13.0, as stated at the top of the page."]]],[]]