Class SessionEvent (0.2.1)

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

NameDescription
message str
The log message.
user_id str
The information about the user that created the session.
session_id str
Unique identifier for the session.
type_ google.cloud.dataplex_v1.types.SessionEvent.EventType
The type of the event.
query google.cloud.dataplex_v1.types.SessionEvent.QueryDetail
The execution details of the query. This field is a member of oneof_ detail.

Classes

EventType

EventType(value)

The type of the event.

QueryDetail

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

Execution details of the query.