Google Cloud Policy Simulator V1 Client - Class State (0.2.5)

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

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

Default value. This value is unused.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

PENDING

Value: 1

The Replay has not started yet.

Generated from protobuf enum PENDING = 1;

RUNNING

Value: 2

The Replay is currently running.

Generated from protobuf enum RUNNING = 2;

SUCCEEDED

Value: 3

The Replay has successfully completed.

Generated from protobuf enum SUCCEEDED = 3;

FAILED

Value: 4

The Replay has finished with an error.

Generated from protobuf enum FAILED = 4;