public sealed class PatchTracesRequest : IMessage<PatchTracesRequest>, IEquatable<PatchTracesRequest>, IDeepCloneable<PatchTracesRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Trace v1 API class PatchTracesRequest.
[[["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-21 UTC."],[[["The `PatchTracesRequest` class is part of the Google Cloud Trace v1 API, specifically version 3.2.0."],["It serves as the request message for the `PatchTraces` method used to update trace data."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for enhanced functionality."],["`PatchTracesRequest` includes two main properties: `ProjectId` (a string representing the project ID) and `Traces` (of type `Traces`, representing the message body)."],["The latest available version is 3.4.0 and other versions from 3.3.0 to 2.2.0 are available."]]],[]]