// 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::iot_v1::DeviceManagerClient(
google::cloud::iot_v1::MakeDeviceManagerConnection(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 document provides information on overriding the `iot_v1::DeviceManagerClient` endpoint configuration."],["Version 2.15.0-rc is the latest release candidate, with links provided for previous versions including 2.14.0, 2.13.0, 2.12.0, and 2.11.0."],["The provided code snippet demonstrates how to set the endpoint to \"private.googleapis.com\", which is relevant to Private Google Access."],["The example show how to apply the configuration using `google::cloud::Options` and `google::cloud::iot_v1::DeviceManagerClient`."]]],[]]