Enum Backup.SqlBackupType (0.1.0)

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

The backup type.

Protobuf enum google.cloud.sql.v1.Backup.SqlBackupType

Implements

ProtocolMessageEnum

Static Fields

Name Description
AUTOMATED

The backup schedule triggers a backup automatically.

AUTOMATED = 1;

AUTOMATED_VALUE

The backup schedule triggers a backup automatically.

AUTOMATED = 1;

FINAL

The backup created when instance is deleted.

FINAL = 3;

FINAL_VALUE

The backup created when instance is deleted.

FINAL = 3;

ON_DEMAND

The user triggers a backup manually.

ON_DEMAND = 2;

ON_DEMAND_VALUE

The user triggers a backup manually.

ON_DEMAND = 2;

SQL_BACKUP_TYPE_UNSPECIFIED

This is an unknown backup type.

SQL_BACKUP_TYPE_UNSPECIFIED = 0;

SQL_BACKUP_TYPE_UNSPECIFIED_VALUE

This is an unknown backup type.

SQL_BACKUP_TYPE_UNSPECIFIED = 0;

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