bookmark_borderbookmark
Stay organized with collections
Save and categorize content based on your preferences.
// 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-04-02 UTC."],[[["The webpage provides documentation and reference information for various versions of the `trace_v1_1_1TraceServiceClient` component, ranging from version 2.11.0 up to the latest release candidate 2.37.0-rc."],["Each version listed corresponds to a specific endpoint snippet for the `trace_v1_1_1TraceServiceClient`, accessible via the provided links."],["The latest release candidate version for this `TraceServiceClient` is version 2.37.0-rc, and this version also includes the link to its respective endpoint snippet."],["The provided example demonstrates how to override the default endpoint configuration for `trace_v1::TraceServiceClient` using the `EndpointOption` to set a custom endpoint like \"private.googleapis.com\"."],["The document gives access to the endpoint snippet of many versions of the trace_v1_1_1TraceServiceClient from version 2.11.0 up until 2.37.0-rc."]]],[]]