// 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_v1::TraceServiceClient(
google::cloud::trace_v1::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-21 UTC."],[[["The latest release candidate version available is 2.37.0-rc, and it is listed first."],["This webpage provides a comprehensive list of versions ranging from 2.11.0 to 2.37.0-rc, in descending order, all relating to the trace service."],["Each listed version links to specific documentation for the `trace_v1_1_1TraceServiceClient-endpoint-snippet` component within the corresponding release."],["The provided code snippet demonstrates how to override the default endpoint configuration for `trace_v1::TraceServiceClient`, utilizing \"private.googleapis.com\", which is mentioned as being common with Private Google Access."]]],[]]