SessionEvent(mapping=None, *, ignore_unknown_fields=False, **kwargs)These messages contain information about sessions within an environment. The monitored resource is 'Environment'.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
| Attributes | |
|---|---|
| Name | Description | 
| message | strThe log message. | 
| user_id | strThe information about the user that created the session. It will be the email address of the user. | 
| session_id | strUnique identifier for the session. | 
| type_ | google.cloud.dataplex_v1.types.SessionEvent.EventTypeThe type of the event. | 
| query | google.cloud.dataplex_v1.types.SessionEvent.QueryDetailThe execution details of the query. This field is a member of oneof_detail. | 
| event_succeeded | boolThe status of the event. | 
| fast_startup_enabled | boolIf the session is associated with an environment with fast startup enabled, and was created before being assigned to a user. | 
| unassigned_duration | google.protobuf.duration_pb2.DurationThe idle duration of a warm pooled session before it is assigned to user. | 
Classes
EventType
EventType(value)The type of the event.
QueryDetail
QueryDetail(mapping=None, *, ignore_unknown_fields=False, **kwargs)Execution details of the query.