// 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::debugger_v2::Debugger2Client(
google::cloud::debugger_v2::MakeDebugger2Connection(options));
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-02 UTC."],[[["Version 2.11.0 of the Debugger2Client is available for review, with documentation provided."],["Version 2.12.0-rc is the latest release candidate version."],["The Debugger2Client endpoint configuration can be overridden using specific options."],["The configuration provided for overriding is common with Private Google Access."]]],[]]