Google Cloud Dataplex V1 Client - Class SessionStatus (0.2.3)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Dataplex V1 Client class SessionStatus.
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 |
|