Enum Instance.DefaultBackupScheduleType (6.85.0)

public enum Instance.DefaultBackupScheduleType extends Enum<Instance.DefaultBackupScheduleType> implements ProtocolMessageEnum

Indicates the default backup schedule behavior for new databases within the instance.

Protobuf enum google.spanner.admin.instance.v1.Instance.DefaultBackupScheduleType

Implements

ProtocolMessageEnum

Static Fields

Name Description
AUTOMATIC

A default backup schedule is created automatically when a new database is created in the instance. The default backup schedule creates a full backup every 24 hours. These full backups are retained for 7 days. You can edit or delete the default backup schedule once it's created.

AUTOMATIC = 2;

AUTOMATIC_VALUE

A default backup schedule is created automatically when a new database is created in the instance. The default backup schedule creates a full backup every 24 hours. These full backups are retained for 7 days. You can edit or delete the default backup schedule once it's created.

AUTOMATIC = 2;

DEFAULT_BACKUP_SCHEDULE_TYPE_UNSPECIFIED

Not specified.

DEFAULT_BACKUP_SCHEDULE_TYPE_UNSPECIFIED = 0;

DEFAULT_BACKUP_SCHEDULE_TYPE_UNSPECIFIED_VALUE

Not specified.

DEFAULT_BACKUP_SCHEDULE_TYPE_UNSPECIFIED = 0;

NONE

A default backup schedule isn't created automatically when a new database is created in the instance.

NONE = 1;

NONE_VALUE

A default backup schedule isn't created automatically when a new database is created in the instance.

NONE = 1;

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