Reference documentation and code samples for the Google Cloud Sql Admin V1 Client class SqlBackupState.
The backup's state
Protobuf type google.cloud.sql.v1.Backup.SqlBackupState
Namespace
Google \ Cloud \ Sql \ V1 \ BackupMethods
static::name
value
mixed
static::value
name
mixed
Constants
SQL_BACKUP_STATE_UNSPECIFIED
Value: 0
The state of the backup is unknown.
Generated from protobuf enum SQL_BACKUP_STATE_UNSPECIFIED = 0;
ENQUEUED
Value: 1
The backup that's added to a queue.
Generated from protobuf enum ENQUEUED = 1;
RUNNING
Value: 2
The backup is in progress.
Generated from protobuf enum RUNNING = 2;
FAILED
Value: 3
The backup failed.
Generated from protobuf enum FAILED = 3;
SUCCESSFUL
Value: 4
The backup is successful.
Generated from protobuf enum SUCCESSFUL = 4;
DELETING
Value: 5
The backup is being deleted.
Generated from protobuf enum DELETING = 5;
DELETION_FAILED
Value: 6
Deletion of the backup failed.
Generated from protobuf enum DELETION_FAILED = 6;

