Policy Simulator V1 API - Module Google::Cloud::PolicySimulator::V1::Replay::State (v0.2.0)

Reference documentation and code samples for the Policy Simulator V1 API module Google::Cloud::PolicySimulator::V1::Replay::State.

The current state of the Replay.

Constants

STATE_UNSPECIFIED

value: 0
Default value. This value is unused.

PENDING

value: 1
The Replay has not started yet.

RUNNING

value: 2
The Replay is currently running.

SUCCEEDED

value: 3
The Replay has successfully completed.

FAILED

value: 4
The Replay has finished with an error.