Enum Backup.State (0.29.0)

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

State of the backup.

Protobuf enum google.cloud.redis.cluster.v1.Backup.State

Implements

ProtocolMessageEnum

Static Fields

Name Description
ACTIVE

The backup is active to be used.

ACTIVE = 2;

ACTIVE_VALUE

The backup is active to be used.

ACTIVE = 2;

CREATING

The backup is being created.

CREATING = 1;

CREATING_VALUE

The backup is being created.

CREATING = 1;

DELETING

The backup is being deleted.

DELETING = 3;

DELETING_VALUE

The backup is being deleted.

DELETING = 3;

STATE_UNSPECIFIED

The default value, not set.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

The default value, not set.

STATE_UNSPECIFIED = 0;

SUSPENDED

The backup is currently suspended due to reasons like project deletion, billing account closure, etc.

SUSPENDED = 4;

SUSPENDED_VALUE

The backup is currently suspended due to reasons like project deletion, billing account closure, etc.

SUSPENDED = 4;

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()