Class Event (1.3.1)

Event(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The definition of an Event for a managed / semi-managed notebook instance.

Attributes

NameDescription
report_time google.protobuf.timestamp_pb2.Timestamp
Event report time.
type_ google.cloud.notebooks_v1.types.Event.EventType
Event type.
details Mapping[str, str]
Optional. Event details. This field is used to pass event information.

Inheritance

builtins.object > proto.message.Message > Event

Classes

DetailsEntry

DetailsEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The abstract base class for a message.

Parameters
NameDescription
kwargs dict

Keys and values corresponding to the fields of the message.

mapping Union[dict, `.Message`]

A dictionary or message to be used to determine the values for this message.

ignore_unknown_fields Optional(bool)

If True, do not raise errors for unknown fields. Only applied if mapping is a mapping type or there are keyword parameters.

EventType

EventType(value)

The definition of the event types.