public sealed class GetTraceRequest : IMessage<GetTraceRequest>, IEquatable<GetTraceRequest>, IDeepCloneable<GetTraceRequest>, IBufferMessage, IMessageThe request message for the GetTrace method.
Implements
IMessage<GetTraceRequest>, IEquatable<GetTraceRequest>, IDeepCloneable<GetTraceRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Trace.V1Assembly
Google.Cloud.Trace.V1.dll
Constructors
GetTraceRequest()
public GetTraceRequest()GetTraceRequest(GetTraceRequest)
public GetTraceRequest(GetTraceRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetTraceRequest |
Properties
ProjectId
public string ProjectId { get; set; }Required. ID of the Cloud project where the trace data is stored.
| Property Value | |
|---|---|
| Type | Description |
String |
|
TraceId
public string TraceId { get; set; }Required. ID of the trace to return.
| Property Value | |
|---|---|
| Type | Description |
String |
|