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
Generated from protobuf field bool active = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
bool |
|
setActive
Output only. Queries over sessions to mark whether the environment is currently active or not
Generated from protobuf field bool active = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|