Class TimeEvent
A time-stamped annotation or message event in the Span.
Implements
Inherited Members
Namespace: Google.Apis.CloudTrace.v2.Data
Assembly: Google.Apis.CloudTrace.v2.dll
Syntax
public class TimeEvent : IDirectResponseSchemaProperties
Annotation
Text annotation with a set of attributes.
Declaration
[JsonProperty("annotation")]
public virtual Annotation Annotation { get; set; }Property Value
| Type | Description | 
|---|---|
| Annotation | 
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
MessageEvent
An event describing a message sent/received between Spans.
Declaration
[JsonProperty("messageEvent")]
public virtual MessageEvent MessageEvent { get; set; }Property Value
| Type | Description | 
|---|---|
| MessageEvent | 
Time
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use TimeDateTimeOffset instead.")]
public virtual object Time { get; set; }Property Value
| Type | Description | 
|---|---|
| object | 
TimeDateTimeOffset
DateTimeOffset representation of TimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? TimeDateTimeOffset { get; set; }Property Value
| Type | Description | 
|---|---|
| DateTimeOffset? | 
TimeRaw
The timestamp indicating the time the event occurred.
Declaration
[JsonProperty("time")]
public virtual string TimeRaw { get; set; }Property Value
| Type | Description | 
|---|---|
| string |