Module: Google::Cloud::Dialogflow::CX::V3::Deployment::State

Defined in:
proto_docs/google/cloud/dialogflow/cx/v3/deployment.rb

Overview

The state of the deployment.

Constant Summary collapse

STATE_UNSPECIFIED =

State unspecified.

0
RUNNING =

The deployment is running.

1
SUCCEEDED =

The deployment succeeded.

2
FAILED =

The deployment failed.

3