// 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."],[[["The latest version available is 2.15.0-rc, as indicated in the provided version list."],["Previous versions are also accessible, including 2.14.0, 2.13.0, 2.12.0, and 2.11.0."],["The content includes a code snippet demonstrating how to override the iot_v1::DeviceManagerClient Endpoint Configuration."],["The provided endpoint configuration is commonly used with Private Google Access."]]],[]]