public sealed class Span : IMessage<Span>, IEquatable<Span>, IDeepCloneable<Span>, IBufferMessage, IMessage
Reference documentation and code samples for the Gemini Enterprise for Customer Experience v1 API class Span.
A span is a unit of work or a single operation during the request processing.
Namespace
Google.Cloud.Ces.V1Assembly
Google.Cloud.Ces.V1.dll
Constructors
Span()
public Span()
Span(Span)
public Span(Span other)
Properties
Attributes
public Struct Attributes { get; set; }
Output only. Key-value attributes associated with the span.
ChildSpans
public RepeatedField<Span> ChildSpans { get; }
Output only. The child spans that are nested under this span.
Duration
public Duration Duration { get; set; }
Output only. The duration of the span.
EndTime
public Timestamp EndTime { get; set; }
Output only. The end time of the span.
Name
public string Name { get; set; }
Output only. The name of the span.
StartTime
public Timestamp StartTime { get; set; }
Output only. The start time of the span.

