public enum Instance.DefaultBackupScheduleType extends Enum<Instance.DefaultBackupScheduleType> implements ProtocolMessageEnum
Indicates the default backup behavior for new databases within the instance.
Protobuf enum google.spanner.admin.instance.v1.Instance.DefaultBackupScheduleType
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
AUTOMATIC |
A default backup schedule will be created automatically on creation of a database within the instance. The default backup schedule creates a full backup every 24 hours and retains the backup for a period of 7 days. Once created, the default backup schedule can be edited/deleted similar to any other backup schedule. |
AUTOMATIC_VALUE |
A default backup schedule will be created automatically on creation of a database within the instance. The default backup schedule creates a full backup every 24 hours and retains the backup for a period of 7 days. Once created, the default backup schedule can be edited/deleted similar to any other backup schedule. |
DEFAULT_BACKUP_SCHEDULE_TYPE_UNSPECIFIED |
Not specified. |
DEFAULT_BACKUP_SCHEDULE_TYPE_UNSPECIFIED_VALUE |
Not specified. |
NONE |
No default backup schedule will be created automatically on creation of a database within the instance. |
NONE_VALUE |
No default backup schedule will be created automatically on creation of a database within the instance. |
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() |