Enum Backup.State (2.25.0)

public enum Backup.State extends Enum<Backup.State> implements ProtocolMessageEnum

The current state of the backup.

Protobuf enum google.cloud.metastore.v1alpha.Backup.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ACTIVE

The backup is active and ready to use.

ACTIVE = 3;

ACTIVE_VALUE

The backup is active and ready to use.

ACTIVE = 3;

CREATING

The backup is being created.

CREATING = 1;

CREATING_VALUE

The backup is being created.

CREATING = 1;

DELETING

The backup is being deleted.

DELETING = 2;

DELETING_VALUE

The backup is being deleted.

DELETING = 2;

FAILED

The backup failed.

FAILED = 4;

FAILED_VALUE

The backup failed.

FAILED = 4;

RESTORING

The backup is being restored.

RESTORING = 5;

RESTORING_VALUE

The backup is being restored.

RESTORING = 5;

STATE_UNSPECIFIED

The state of the backup is unknown.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

The state of the backup is unknown.

STATE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()