Enum SqlBackupKind (0.1.0)

public enum SqlBackupKind extends Enum<SqlBackupKind> implements ProtocolMessageEnum

Defines the supported backup kinds.

Protobuf enum google.cloud.sql.v1.SqlBackupKind

Implements

ProtocolMessageEnum

Static Fields

Name Description
PHYSICAL

Physical backups.

PHYSICAL = 2;

PHYSICAL_VALUE

Physical backups.

PHYSICAL = 2;

SNAPSHOT

Snapshot-based backups.

SNAPSHOT = 1;

SNAPSHOT_VALUE

Snapshot-based backups.

SNAPSHOT = 1;

SQL_BACKUP_KIND_UNSPECIFIED

This is an unknown BackupKind.

SQL_BACKUP_KIND_UNSPECIFIED = 0;

SQL_BACKUP_KIND_UNSPECIFIED_VALUE

This is an unknown BackupKind.

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