Reference documentation and code samples for the Google Cloud Dataplex V1 Client class SessionStatus.
Status of sessions created for this environment.
Generated from protobuf message google.cloud.dataplex.v1.Environment.SessionStatus
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ active |
bool
Output only. Queries over sessions to mark whether the environment is currently active or not |
getActive
Output only. Queries over sessions to mark whether the environment is currently active or not
Returns | |
---|---|
Type | Description |
bool |
setActive
Output only. Queries over sessions to mark whether the environment is currently active or not
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |