public sealed class Event : IMessage<Event>, IEquatable<Event>, IDeepCloneable<Event>, IBufferMessage, IMessageReference documentation and code samples for the Notebooks v2 API class Event.
The definition of an Event for a managed / semi-managed notebook instance.
Namespace
Google.Cloud.Notebooks.V2Assembly
Google.Cloud.Notebooks.V2.dll
Constructors
Event()
public Event()Event(Event)
public Event(Event other)| Parameter | |
|---|---|
| Name | Description |
other |
Event |
Properties
Details
public MapField<string, string> Details { get; }Optional. Event details. This field is used to pass event information.
| Property Value | |
|---|---|
| Type | Description |
MapFieldstringstring |
|
ReportTime
public Timestamp ReportTime { get; set; }Optional. Event report time.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
Type
public Event.Types.EventType Type { get; set; }Optional. Event type.
| Property Value | |
|---|---|
| Type | Description |
EventTypesEventType |
|