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 document provides reference information for the `PatchTracesRequest` class within the Google Cloud Trace v1 API, specifically version 3.3.0 of the .NET library."],["`PatchTracesRequest` is a message class used for the `PatchTraces` method and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, a default one and one that accepts another `PatchTracesRequest` object for initialization."],["`PatchTracesRequest` has two key properties: `ProjectId` (a string representing the Cloud project ID) and `Traces` (an object of the `Traces` class representing the body of the message)."],["This class is found within the `Google.Cloud.Trace.V1` namespace and is contained in the `Google.Cloud.Trace.V1.dll` assembly."]]],[]]