Reference documentation and code samples for the Google Cloud Dataplex V1 Client class SessionEvent.
These messages contain information about sessions within an environment.
The monitored resource is 'Environment'.
Generated from protobuf message google.cloud.dataplex.v1.SessionEvent
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ message
string
The log message.
↳ user_id
string
The information about the user that created the session.
↳ session_id
string
Unique identifier for the session.
↳ type
int
The type of the event.
↳ query
getMessage
The log message.
Generated from protobuf field string message = 1;
string
setMessage
The log message.
Generated from protobuf field string message = 1;
var
string
$this
getUserId
The information about the user that created the session.
Generated from protobuf field string user_id = 2;
string
setUserId
The information about the user that created the session.
Generated from protobuf field string user_id = 2;
var
string
$this
getSessionId
Unique identifier for the session.
Generated from protobuf field string session_id = 3;
string
setSessionId
Unique identifier for the session.
Generated from protobuf field string session_id = 3;
var
string
$this
getType
The type of the event.
Generated from protobuf field .google.cloud.dataplex.v1.SessionEvent.EventType type = 4;
int
setType
The type of the event.
Generated from protobuf field .google.cloud.dataplex.v1.SessionEvent.EventType type = 4;
var
int
$this
getQuery
The execution details of the query.
Generated from protobuf field .google.cloud.dataplex.v1.SessionEvent.QueryDetail query = 5;
hasQuery
setQuery
The execution details of the query.
Generated from protobuf field .google.cloud.dataplex.v1.SessionEvent.QueryDetail query = 5;
$this
getDetail
string