Google Cloud Database Center V1beta Client - Class State (0.3.1)

Reference documentation and code samples for the Google Cloud Database Center V1beta Client class State.

The status of a backup run.

Protobuf type google.cloud.databasecenter.v1beta.BackupRunInfo.State

Namespace

Google \ Cloud \ DatabaseCenter \ V1beta \ BackupRunInfo

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

Unspecified.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

SUCCEEDED

Value: 1

The backup succeeded.

Generated from protobuf enum SUCCEEDED = 1;

FAILED

Value: 2

The backup was unsuccessful.

Generated from protobuf enum FAILED = 2;