public sealed class GetTraceRequest : IMessage<GetTraceRequest>, IEquatable<GetTraceRequest>, IDeepCloneable<GetTraceRequest>, 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 `GetTraceRequest` class is a request message used for the `GetTrace` method within the `Google.Cloud.Trace.V1` namespace."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["It contains two primary properties: `ProjectId`, which specifies the ID of the Cloud project where trace data is stored, and `TraceId`, which specifies the ID of the trace to retrieve."],["There are two constructors available for `GetTraceRequest`, a default one and another to copy from an existing `GetTraceRequest`."],["Version history is available for this class, with version 3.4.0 being the latest and 2.2.0 being the current version."]]],[]]