Enum BackupConfigInfo.LastBackupState (0.16.0)

publicenumBackupConfigInfo.LastBackupStateextendsEnum<BackupConfigInfo.LastBackupState>implementsProtocolMessageEnum

LastBackupstate tracks whether the last backup was not yet started, successful, failed, or could not be run because of the lack of permissions.

Protobuf enum google.cloud.backupdr.v1.BackupConfigInfo.LastBackupState

Implements

ProtocolMessageEnum

Static Fields

Name Description
FAILED

The most recent backup failed

FAILED = 3;

FAILED_VALUE

The most recent backup failed

FAILED = 3;

FIRST_BACKUP_PENDING

The first backup has not yet completed

FIRST_BACKUP_PENDING = 1;

FIRST_BACKUP_PENDING_VALUE

The first backup has not yet completed

FIRST_BACKUP_PENDING = 1;

LAST_BACKUP_STATE_UNSPECIFIED

Status not set.

LAST_BACKUP_STATE_UNSPECIFIED = 0;

LAST_BACKUP_STATE_UNSPECIFIED_VALUE

Status not set.

LAST_BACKUP_STATE_UNSPECIFIED = 0;

PERMISSION_DENIED

The most recent backup could not be run/failed because of the lack of permissions

PERMISSION_DENIED = 4;

PERMISSION_DENIED_VALUE

The most recent backup could not be run/failed because of the lack of permissions

PERMISSION_DENIED = 4;

SUCCEEDED

The most recent backup was successful

SUCCEEDED = 2;

SUCCEEDED_VALUE

The most recent backup was successful

SUCCEEDED = 2;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()

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月19日 UTC.