public sealed class GetTraceRequest : IMessage<GetTraceRequest>, IEquatable<GetTraceRequest>, IDeepCloneable<GetTraceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Trace v1 API class GetTraceRequest.
[[["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 `GetTraceRequest` class within the Google Cloud Trace v1 API, specifically version 3.2.0."],["`GetTraceRequest` is a request message used to retrieve trace data and is part of the `Google.Cloud.Trace.V1` namespace."],["The class implements several interfaces, including `IMessage`, `IEquatable\u003cGetTraceRequest\u003e`, `IDeepCloneable\u003cGetTraceRequest\u003e`, and `IBufferMessage`."],["The `GetTraceRequest` class includes two key properties: `ProjectId`, which is the ID of the Cloud project storing the trace data, and `TraceId`, which is the ID of the specific trace being requested."],["The documentation also outlines the available versions of the GetTraceRequest class, with the latest being 3.4.0, while the 3.2.0 version is covered on this specific page."]]],[]]