Google Cloud Trace v1 API - Class PatchTracesRequest (3.2.0)

public sealed class PatchTracesRequest : IMessage<PatchTracesRequest>, IEquatable<PatchTracesRequest>, IDeepCloneable<PatchTracesRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Trace v1 API class PatchTracesRequest.

The request message for the PatchTraces method.

Inheritance

object > PatchTracesRequest

Namespace

Google.Cloud.Trace.V1

Assembly

Google.Cloud.Trace.V1.dll

Constructors

PatchTracesRequest()

public PatchTracesRequest()

PatchTracesRequest(PatchTracesRequest)

public PatchTracesRequest(PatchTracesRequest other)
Parameter
NameDescription
otherPatchTracesRequest

Properties

ProjectId

public string ProjectId { get; set; }

Required. ID of the Cloud project where the trace data is stored.

Property Value
TypeDescription
string

Traces

public Traces Traces { get; set; }

Required. The body of the message.

Property Value
TypeDescription
Traces