// 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-21 UTC."],[[["This page provides access to documentation for various versions of the C++ Profiler, specifically focusing on the `ExportServiceClient` endpoint."],["The latest version available is `2.37.0-rc`, while version `2.35.0` is initially displayed, offering an extensive list of previous releases."],["Each version link directs to the corresponding documentation for `profiler_v2_1_1ExportServiceClient-endpoint-snippet`, enabling version-specific exploration."],["The page also includes an example code snippet for overriding the `profiler_v2::ExportServiceClient` endpoint configuration, which is relevant to Private Google Access."],["Versions of the C++ profiler documentation range from version 2.11.0 up to the latest 2.37.0-rc."]]],[]]