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