// 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::profiler_v2::ExportServiceClient(
google::cloud::profiler_v2::MakeExportServiceConnection(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 page provides documentation for various versions of the C++ Profiler, ranging from version 2.11.0 up to the release candidate 2.37.0-rc."],["Each listed version corresponds to a specific documentation page detailing the `profiler_v2_1_1ExportServiceClient-endpoint-snippet`."],["The latest version is `2.37.0-rc`, but the page also documents multiple past released versions, including 2.36.0, 2.35.0, all the way down to 2.11.0."],["There is an example provided on how to override the `profiler_v2::ExportServiceClient` Endpoint Configuration, which is a common configuration for Private Google Access."]]],[]]