// 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"]],[["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-14 UTC."],[[["This page provides access to documentation for various versions of the `trace_v2::TraceServiceClient`, spanning from version 2.11.0 up to the latest release candidate, 2.37.0-rc."],["Each version listed links to a specific page documenting the `trace_v2_1_1TraceServiceClient-endpoint-snippet`, enabling users to view version-specific configurations."],["The most current stable version of the `trace_v2::TraceServiceClient` available on this page is version 2.36.0, with 2.37.0-rc as the most recent release candidate."],["The page includes an example code snippet that demonstrates how to override the `trace_v2::TraceServiceClient` endpoint configuration to use `private.googleapis.com`, which is common with Private Google Access."]]],[]]