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."],[[["This page provides documentation for the `PatchTracesRequest` class within the Google Cloud Trace v1 API, specifically for version 3.1.0 of the .NET library."],["`PatchTracesRequest` is used as the request message for the `PatchTraces` method, which is used to update or patch traces."],["The `PatchTracesRequest` class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It contains two properties, `ProjectId` (a string representing the Cloud project ID) and `Traces` (of type `Traces`), both of which are required."],["The documentation includes available versions, ranging from 2.2.0 up to the latest version 3.4.0, all including the PatchTracesRequest."]]],[]]