Enum RuleConfigInfo.LastBackupState (0.14.0)

publicenumRuleConfigInfo.LastBackupStateextendsEnum<RuleConfigInfo.LastBackupState>implementsProtocolMessageEnum

Enum for LastBackupState

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
FAILED

The last backup operation failed.

FAILED = 4;

FAILED_VALUE

The last backup operation failed.

FAILED = 4;

FIRST_BACKUP_PENDING

The first backup is pending.

FIRST_BACKUP_PENDING = 1;

FIRST_BACKUP_PENDING_VALUE

The first backup is pending.

FIRST_BACKUP_PENDING = 1;

LAST_BACKUP_STATE_UNSPECIFIED

State not set.

LAST_BACKUP_STATE_UNSPECIFIED = 0;

LAST_BACKUP_STATE_UNSPECIFIED_VALUE

State 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 = 2;

PERMISSION_DENIED_VALUE

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

PERMISSION_DENIED = 2;

SUCCEEDED

The last backup operation succeeded.

SUCCEEDED = 3;

SUCCEEDED_VALUE

The last backup operation succeeded.

SUCCEEDED = 3;

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.