public sealed class Span : IMessage<Span>, IEquatable<Span>, IDeepCloneable<Span>, IBufferMessage, IMessageReference 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)| Parameter | |
|---|---|
| Name | Description |
other |
Span |
Properties
Attributes
public Struct Attributes { get; set; }Output only. Key-value attributes associated with the span.
| Property Value | |
|---|---|
| Type | Description |
Struct |
|
ChildSpans
public RepeatedField<Span> ChildSpans { get; }Output only. The child spans that are nested under this span.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldSpan |
|
Duration
public Duration Duration { get; set; }Output only. The duration of the span.
| Property Value | |
|---|---|
| Type | Description |
Duration |
|
EndTime
public Timestamp EndTime { get; set; }Output only. The end time of the span.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
Name
public string Name { get; set; }Output only. The name of the span.
| Property Value | |
|---|---|
| Type | Description |
string |
|
StartTime
public Timestamp StartTime { get; set; }Output only. The start time of the span.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|