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."],[[["This webpage provides documentation for the `PatchTracesRequest` class, which is part of the `Google.Cloud.Trace.V1` namespace in version 2.3.0 of the Google Cloud Trace library for .NET."],["`PatchTracesRequest` is a message type used for the `PatchTraces` method, allowing users to send requests for trace data within the Google Cloud Trace service."],["The `PatchTracesRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The class includes two constructors, a default constructor, and another to copy a pre-existing `PatchTracesRequest`, along with the properties `ProjectId` (a string) and `Traces` (a `Traces` object), both of which are required fields."],["Different versions of the `PatchTracesRequest` are listed, from the current latest version `3.4.0` down to version `2.2.0`."]]],[]]