This interface defines virtual methods for each of the user-facing overload sets in TraceServiceClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type TraceServiceClient.
[[["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."],[[["The latest release candidate for the trace service is version 2.37.0-rc, which can be found via the provided link."],["This page details the `TraceServiceConnection` object, used for interacting with `TraceServiceClient`, and includes a breakdown of different versions available ranging from 2.11.0 up to 2.37.0-rc."],["The `TraceServiceConnection` interface defines virtual methods, including `options()`, `BatchWriteSpans()`, and `CreateSpan()`, allowing for customizable behaviors in testing environments."],["Mock implementations of `TraceServiceConnection`, such as `MockTraceServiceConnection`, can be used to inject custom behaviors in testing scenarios."],["To create a usable instance of `TraceServiceConnection`, the `MakeTraceServiceConnection()` function should be used."]]],[]]