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."],[[["This webpage details the `TraceServiceConnection` object, which is a core component for interacting with the `TraceServiceClient` in the Google Cloud Trace API."],["The latest version of the `TraceServiceConnection` available is 2.37.0-rc, with a variety of previous versions spanning from 2.11.0 to 2.36.0."],["This interface facilitates custom behavior injection, enabling users to integrate testing mocks, such as `MockTraceServiceConnection`, for enhanced testability of `TraceServiceClient` objects."],["The `TraceServiceConnection` interface defines virtual methods for interacting with the TraceService, including `ListTraces`, `GetTrace`, and `PatchTraces`."],["The `MakeTraceServiceConnection()` function allows for creating concrete instances of the `TraceServiceConnection` object."]]],[]]