Enum Backup.Type (0.30.0)

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

Backup Type

Protobuf enum google.cloud.alloydb.v1.Backup.Type

Implements

ProtocolMessageEnum

Static Fields

NameDescription
AUTOMATED

AUTOMATED backups triggered by the automated backups scheduler pursuant to an automated backup policy.

AUTOMATED = 2;

AUTOMATED_VALUE

AUTOMATED backups triggered by the automated backups scheduler pursuant to an automated backup policy.

AUTOMATED = 2;

CONTINUOUS

CONTINUOUS backups triggered by the automated backups scheduler due to a continuous backup policy.

CONTINUOUS = 3;

CONTINUOUS_VALUE

CONTINUOUS backups triggered by the automated backups scheduler due to a continuous backup policy.

CONTINUOUS = 3;

ON_DEMAND

ON_DEMAND backups that were triggered by the customer (e.g., not AUTOMATED).

ON_DEMAND = 1;

ON_DEMAND_VALUE

ON_DEMAND backups that were triggered by the customer (e.g., not AUTOMATED).

ON_DEMAND = 1;

TYPE_UNSPECIFIED

Backup Type is unknown.

TYPE_UNSPECIFIED = 0;

TYPE_UNSPECIFIED_VALUE

Backup Type is unknown.

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