public virtual Task<Empty> PatchTraces(PatchTracesRequest request, ServerCallContext context)
Sends new traces to Stackdriver Trace or updates existing traces. If the ID
of a trace that you send matches that of an existing trace, any fields
in the existing trace and its spans are overwritten by the provided values,
and any new fields provided are merged with the existing trace data. If the
ID does not match, a new trace is created.
[[["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-08-07 UTC."],[[["\u003cp\u003eThis document provides reference documentation for the \u003ccode\u003eTraceService.TraceServiceBase\u003c/code\u003e class, which is a base for server-side implementations of Google Cloud Trace v1 API.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eTraceService.TraceServiceBase\u003c/code\u003e class includes methods for retrieving a single trace by its ID (\u003ccode\u003eGetTrace\u003c/code\u003e), listing traces based on filter conditions (\u003ccode\u003eListTraces\u003c/code\u003e), and sending or updating traces (\u003ccode\u003ePatchTraces\u003c/code\u003e).\u003c/p\u003e\n"],["\u003cp\u003eThe documentation references multiple versions of the API, including version 3.4.0 as the latest, as well as earlier versions, showcasing previous versions up to 2.2.0.\u003c/p\u003e\n"],["\u003cp\u003eEach of the three methods (\u003ccode\u003eGetTrace\u003c/code\u003e, \u003ccode\u003eListTraces\u003c/code\u003e, \u003ccode\u003ePatchTraces\u003c/code\u003e) accept request objects and \u003ccode\u003eServerCallContext\u003c/code\u003e parameters, and they all return task-wrapped responses.\u003c/p\u003e\n"],["\u003cp\u003eThe document presents the inheritance hierarchy, showing \u003ccode\u003eTraceService.TraceServiceBase\u003c/code\u003e inherits from \u003ccode\u003eobject\u003c/code\u003e and also displays additional inherited members like \u003ccode\u003eGetHashCode\u003c/code\u003e, \u003ccode\u003eGetType\u003c/code\u003e, and \u003ccode\u003eToString\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]