// 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"]],[["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-21 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."]]],[]]