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 and is used to retrieve trace data."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting various functionalities like message handling and cloning."],["`GetTraceRequest` has two constructors: a default one and one that accepts another `GetTraceRequest` object for copying."],["It contains two essential properties, `ProjectId` and `TraceId`, both of type string, which are required for identifying the project and the specific trace to be fetched."],["There are multiple versions available, with 3.4.0 being the latest version of the api, and you can browse the list of available versions."]]],[]]