public sealed class Event : IMessage<Event>, IEquatable<Event>, IDeepCloneable<Event>, IBufferMessage, IMessageReference documentation and code samples for the Vision AI v1 API class Event.
Message describing the Event object.
Namespace
Google.Cloud.VisionAI.V1Assembly
Google.Cloud.VisionAI.V1.dll
Constructors
Event()
public Event()Event(Event)
public Event(Event other)| Parameter | |
|---|---|
| Name | Description |
other |
Event |
Properties
AlignmentClock
public Event.Types.Clock AlignmentClock { get; set; }The clock used for joining streams.
| Property Value | |
|---|---|
| Type | Description |
EventTypesClock |
|
Annotations
public MapField<string, string> Annotations { get; }Annotations to allow clients to store small amounts of arbitrary data.
| Property Value | |
|---|---|
| Type | Description |
MapFieldstringstring |
|
CreateTime
public Timestamp CreateTime { get; set; }Output only. The create timestamp.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
EventName
public EventName EventName { get; set; }| Property Value | |
|---|---|
| Type | Description |
EventName |
|
GracePeriod
public Duration GracePeriod { get; set; }Grace period for cleaning up the event. This is the time the controller waits for before deleting the event. During this period, if there is any active channel on the event. The deletion of the event after grace_period will be ignored.
| Property Value | |
|---|---|
| Type | Description |
Duration |
|
Labels
public MapField<string, string> Labels { get; }Labels as key value pairs.
| Property Value | |
|---|---|
| Type | Description |
MapFieldstringstring |
|
Name
public string Name { get; set; }Name of the resource.
| Property Value | |
|---|---|
| Type | Description |
string |
|
UpdateTime
public Timestamp UpdateTime { get; set; }Output only. The update timestamp.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|