Reference documentation and code samples for the Google Cloud Policy Simulator V1 Client class State.
The current state of the Replay.
Protobuf type google.cloud.policysimulator.v1.Replay.State
Namespace
Google \ Cloud \ PolicySimulator \ V1 \ ReplayMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0Default value. This value is unused.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
PENDING
Value: 1The Replay has not started yet.
Generated from protobuf enum PENDING = 1;
RUNNING
Value: 2The Replay is currently running.
Generated from protobuf enum RUNNING = 2;
SUCCEEDED
Value: 3The Replay has successfully completed.
Generated from protobuf enum SUCCEEDED = 3;
FAILED
Value: 4The Replay has finished with an error.
Generated from protobuf enum FAILED = 4;