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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-26 UTC."],[[["This webpage details the `TraceServiceConnection` object, which is crucial for interacting with the `TraceServiceClient` in the Google Cloud Trace service."],["The `TraceServiceConnection` interface provides virtual methods for all user-facing overload sets within `TraceServiceClient`, enabling the injection of custom behavior for testing purposes."],["Users can create a concrete instance of `TraceServiceConnection` using `MakeTraceServiceConnection()`, and for mocking scenarios, `MockTraceServiceConnection` is available."],["The page includes methods such as `ListTraces`, `GetTrace`, and `PatchTraces`, providing functionalities to list, get, and modify traces, respectively, along with descriptions of the parameters and return types for each function."],["The latest release candidate is 2.37.0-rc, with 2.11.0 as the oldest."]]],[]]