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."],[[["The `GetTraceRequest` class is part of the Google Cloud Trace v1 API, specifically in the `Google.Cloud.Trace.V1` namespace."],["This class is used as a request message for the `GetTrace` method, allowing users to retrieve trace data."],["`GetTraceRequest` inherits from `Object` and implements several interfaces: `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities like message handling, equality comparison, deep cloning, and buffer management."],["The class includes two constructors, a default constructor and one that accepts another `GetTraceRequest` object, enabling the creation of new requests and the copying of existing ones."],["It has two key properties: `ProjectId` for the Cloud project's ID, and `TraceId` for specifying the ID of the trace to be retrieved, both of which are strings and required for a trace request."]]],[]]