Cloud Spanner V1 Client - Class DefaultBackupScheduleType (2.5.1)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Cloud Spanner V1 Client class DefaultBackupScheduleType.
Generated from protobuf enum DEFAULT_BACKUP_SCHEDULE_TYPE_UNSPECIFIED = 0;
NONE
Value: 1
A default backup schedule isn't created automatically when a new database
is created in the instance.
Generated from protobuf enum NONE = 1;
AUTOMATIC
Value: 2
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-03-11 UTC."],[],[]]