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
Namespace
Google \ Cloud \ Dataplex \ V1Methods
__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. It will be the email address of the user.
↳ session_id
string
Unique identifier for the session.
↳ type
int
The type of the event.
↳ query
↳ event_succeeded
bool
The status of the event.
↳ fast_startup_enabled
bool
If the session is associated with an environment with fast startup enabled, and was created before being assigned to a user.
↳ unassigned_duration
getMessage
The log message.
string
setMessage
The log message.
var
string
$this
getUserId
The information about the user that created the session. It will be the email address of the user.
string
setUserId
The information about the user that created the session. It will be the email address of the user.
var
string
$this
getSessionId
Unique identifier for the session.
string
setSessionId
Unique identifier for the session.
var
string
$this
getType
The type of the event.
int
setType
The type of the event.
var
int
$this
getQuery
The execution details of the query.
hasQuery
setQuery
The execution details of the query.
$this
getEventSucceeded
The status of the event.
bool
setEventSucceeded
The status of the event.
var
bool
$this
getFastStartupEnabled
If the session is associated with an environment with fast startup enabled, and was created before being assigned to a user.
bool
setFastStartupEnabled
If the session is associated with an environment with fast startup enabled, and was created before being assigned to a user.
var
bool
$this
getUnassignedDuration
The idle duration of a warm pooled session before it is assigned to user.
hasUnassignedDuration
clearUnassignedDuration
setUnassignedDuration
The idle duration of a warm pooled session before it is assigned to user.
$this
getDetail
string