// 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."],[[["Version 2.15.0-rc is the latest release, with documentation available at the provided link."],["Previous versions, including 2.14.0, 2.13.0, 2.12.0, and 2.11.0, also have their own respective documentations."],["The `iot_v1::DeviceManagerClient` endpoint configuration can be overridden."],["A sample configuration is provided that is common with Private Google Access."]]],[]]