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\u003eTraceService.TraceServiceBase\u003c/code\u003e class serves as the foundation for server-side implementations of the Google Cloud Trace v1 API's \u003ccode\u003eTraceService\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThis documentation provides reference for the \u003ccode\u003eTraceService.TraceServiceBase\u003c/code\u003e class, including its methods, inheritance details, namespace, and assembly information.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGetTrace\u003c/code\u003e method retrieves a single trace using its unique ID, requiring a \u003ccode\u003eGetTraceRequest\u003c/code\u003e and a \u003ccode\u003eServerCallContext\u003c/code\u003e, and returning a \u003ccode\u003eTask<Trace>\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eListTraces\u003c/code\u003e method returns a collection of traces that match specified filter criteria, needing a \u003ccode\u003eListTracesRequest\u003c/code\u003e and \u003ccode\u003eServerCallContext\u003c/code\u003e, and it returns a \u003ccode\u003eTask<ListTracesResponse>\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ePatchTraces\u003c/code\u003e method handles sending new traces or updating existing ones, using a \u003ccode\u003ePatchTracesRequest\u003c/code\u003e and a \u003ccode\u003eServerCallContext\u003c/code\u003e, returning a \u003ccode\u003eTask<Empty>\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]