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 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."]]],[]]