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\u003eThe \u003ccode\u003eTraceServiceBase\u003c/code\u003e class serves as the foundation for server-side implementations of the \u003ccode\u003eTraceService\u003c/code\u003e, within the \u003ccode\u003eGoogle.Cloud.Trace.V1\u003c/code\u003e namespace.\u003c/p\u003e\n"],["\u003cp\u003eThis class allows users to get, list, and update traces through the \u003ccode\u003eGetTrace\u003c/code\u003e, \u003ccode\u003eListTraces\u003c/code\u003e, and \u003ccode\u003ePatchTraces\u003c/code\u003e methods, respectively.\u003c/p\u003e\n"],["\u003cp\u003eThe most recent version is \u003ccode\u003e3.4.0\u003c/code\u003e, and the class documentation shows version information ranging back to \u003ccode\u003e2.2.0\u003c/code\u003e, demonstrating the version history of this class.\u003c/p\u003e\n"],["\u003cp\u003eEach of the three main methods (GetTrace, ListTraces, and PatchTraces) allows for a request to be passed from the client, along with context information, and each return a task that provides a response to the client.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eTraceServiceBase\u003c/code\u003e class inherits from the \u003ccode\u003eObject\u003c/code\u003e class, adding additional inherited methods such as \u003ccode\u003eGetHashCode()\u003c/code\u003e, \u003ccode\u003eGetType()\u003c/code\u003e, \u003ccode\u003eMemberwiseClone()\u003c/code\u003e, and \u003ccode\u003eToString()\u003c/code\u003e to its interface.\u003c/p\u003e\n"]]],[],null,[]]