Reference documentation and code samples for the Google Cloud Developer Connect V1 Client class State.
The state of the DeploymentEvent.
Protobuf type google.cloud.developerconnect.v1.DeploymentEvent.State
Namespace
Google \ Cloud \ DeveloperConnect \ V1 \ DeploymentEventMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0No state specified.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
STATE_ACTIVE
Value: 1The deployment is active in the runtime.
Generated from protobuf enum STATE_ACTIVE = 1;
STATE_INACTIVE
Value: 2The deployment is not in the runtime.
Generated from protobuf enum STATE_INACTIVE = 2;