Google Cloud Sql Admin V1beta4 Client - Class SqlBackupRunStatus (0.4.1)

Reference documentation and code samples for the Google Cloud Sql Admin V1beta4 Client class SqlBackupRunStatus.

The status of a backup run.

Protobuf type google.cloud.sql.v1beta4.SqlBackupRunStatus

Namespace

Google \ Cloud \ Sql \ V1beta4

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

SQL_BACKUP_RUN_STATUS_UNSPECIFIED

Value: 0

The status of the run is unknown.

Generated from protobuf enum SQL_BACKUP_RUN_STATUS_UNSPECIFIED = 0;

ENQUEUED

Value: 1

The backup operation was enqueued.

Generated from protobuf enum ENQUEUED = 1;

OVERDUE

Value: 2

The backup is overdue across a given backup window. Indicates a problem. Example: Long-running operation in progress during the whole window.

Generated from protobuf enum OVERDUE = 2;

RUNNING

Value: 3

The backup is in progress.

Generated from protobuf enum RUNNING = 3;

FAILED

Value: 4

The backup failed.

Generated from protobuf enum FAILED = 4;

SUCCESSFUL

Value: 5

The backup was successful.

Generated from protobuf enum SUCCESSFUL = 5;

SKIPPED

Value: 6

The backup was skipped (without problems) for a given backup window. Example: Instance was idle.

Generated from protobuf enum SKIPPED = 6;

DELETION_PENDING

Value: 7

The backup is about to be deleted.

Generated from protobuf enum DELETION_PENDING = 7;

DELETION_FAILED

Value: 8

The backup deletion failed.

Generated from protobuf enum DELETION_FAILED = 8;

DELETED

Value: 9

The backup has been deleted.

Generated from protobuf enum DELETED = 9;

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月21日 UTC.