// 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::trace_v2::TraceServiceClient(
google::cloud::trace_v2::MakeTraceServiceConnection(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-09 UTC."],[[["The webpage provides documentation and reference information for various versions of the `trace_v2::TraceServiceClient`, starting from version 2.11.0 up to the latest release candidate, 2.37.0-rc."],["Each version listed corresponds to a specific URL link that contains detailed information and code snippets, specifically for configuring the `trace_v2_1_1TraceServiceClient` endpoint."],["The provided code snippet demonstrates how to configure the endpoint to use \"private.googleapis.com,\" which is a common setup for Private Google Access."],["The page highlights the override for the `trace_v2::TraceServiceClient` endpoint configuration, showcasing how to customize the connection options when making the connection."]]],[]]