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-21 UTC."],[[["This document details the `TraceServiceConnection` interface for the `TraceServiceClient`, enabling custom behavior injection, especially for testing purposes."],["The latest release candidate version available is 2.37.0-rc, with a history of versions going back to 2.11.0, all of which are linked."],["The `TraceServiceConnection` interface provides virtual methods like `options()`, `ListTraces()`, `GetTrace()`, and `PatchTraces()` to interact with the trace service."],["Users can create a concrete `TraceServiceConnection` instance using `MakeTraceServiceConnection()`, or they can use `trace_v1_mocks::MockTraceServiceConnection` for mocking during testing."]]],[]]