Gemini Enterprise for Customer Experience v1 API - Class Span (1.0.0-beta01)

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.

Inheritance

object > Span

Namespace

Google.Cloud.Ces.V1

Assembly

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