Reference documentation and code samples for the Google Cloud Shell V1 Client class StartEnvironmentMetadata.
Message included in the metadata field of operations returned from StartEnvironment.
Generated from protobuf message google.cloud.shell.v1.StartEnvironmentMetadata
Namespace
Google \ Cloud \ Shell \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ state |
int
Current state of the environment being started. |
getState
Current state of the environment being started.
Returns | |
---|---|
Type | Description |
int |
Enum of type State. |
setState
Current state of the environment being started.
Parameter | |
---|---|
Name | Description |
var |
int
Enum of type State. |
Returns | |
---|---|
Type | Description |
$this |