// 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::ProfilerServiceClient(
google::cloud::profiler_v2::MakeProfilerServiceConnection(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-08-14 UTC."],[[["This page provides access to documentation for various versions of the ProfilerServiceClient, ranging from version 2.11.0 up to 2.37.0-rc."],["Version 2.37.0-rc is the latest release candidate and is listed as the most current version available."],["The documentation includes a specific code snippet demonstrating how to override the default endpoint configuration for the ProfilerServiceClient, particularly when using Private Google Access."],["Each listed version number links to its corresponding documentation page for the `profiler_v2_1_1ProfilerServiceClient-endpoint-snippet`."],["The `Version 2.35.0` at the top indicates it's the currently active version, with older and newer versions able to be accessed below."]]],[]]