public sealed class PatchTracesRequest : IMessage<PatchTracesRequest>, IEquatable<PatchTracesRequest>, IDeepCloneable<PatchTracesRequest>, IBufferMessage, IMessage
[[["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 a request message used for the `PatchTraces` method in the Google Cloud Trace API, as part of the `Google.Cloud.Trace.V1` namespace, with this specific documentation page being for version 2.2.0."],["This class inherits from the `Object` class and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`PatchTracesRequest` has two constructors: a default constructor `PatchTracesRequest()` and a copy constructor `PatchTracesRequest(PatchTracesRequest other)`."],["The `PatchTracesRequest` class requires the `ProjectId`, the ID of the cloud project, and `Traces`, which is the message body, as properties."],["The documentation provided also provides links to the documentation for other versions, including the most recent version 3.4.0, as well as earlier versions down to version 2.2.0."]]],[]]