Google Cloud Developer Connect V1 Client - Class State (0.6.0)

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 \ DeploymentEvent

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

No state specified.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

STATE_ACTIVE

Value: 1

The deployment is active in the runtime.

Generated from protobuf enum STATE_ACTIVE = 1;

STATE_INACTIVE

Value: 2

The deployment is not in the runtime.

Generated from protobuf enum STATE_INACTIVE = 2;