Package | Description |
---|---|
com.google.api.services.spanner.v1 | |
com.google.api.services.spanner.v1.model |
Modifier and Type | Method and Description |
---|---|
Spanner.Projects.Instances.Databases.BackupSchedules.Create |
Spanner.Projects.Instances.Databases.BackupSchedules.create(String parent,
BackupSchedule content)
Creates a new backup schedule.
|
Spanner.Projects.Instances.Databases.BackupSchedules.Patch |
Spanner.Projects.Instances.Databases.BackupSchedules.patch(String name,
BackupSchedule content)
Updates a backup schedule.
|
Constructor and Description |
---|
Create(String parent,
BackupSchedule content)
Creates a new backup schedule.
|
Patch(String name,
BackupSchedule content)
Updates a backup schedule.
|
Modifier and Type | Method and Description |
---|---|
BackupSchedule |
BackupSchedule.clone() |
BackupSchedule |
BackupSchedule.set(String fieldName,
Object value) |
BackupSchedule |
BackupSchedule.setEncryptionConfig(CreateBackupEncryptionConfig encryptionConfig)
Optional.
|
BackupSchedule |
BackupSchedule.setFullBackupSpec(FullBackupSpec fullBackupSpec)
The schedule creates only full backups.
|
BackupSchedule |
BackupSchedule.setIncrementalBackupSpec(IncrementalBackupSpec incrementalBackupSpec)
The schedule creates incremental backup chains.
|
BackupSchedule |
BackupSchedule.setName(String name)
Identifier.
|
BackupSchedule |
BackupSchedule.setRetentionDuration(String retentionDuration)
Optional.
|
BackupSchedule |
BackupSchedule.setSpec(BackupScheduleSpec spec)
Optional.
|
BackupSchedule |
BackupSchedule.setUpdateTime(String updateTime)
Output only.
|
Modifier and Type | Method and Description |
---|---|
List<BackupSchedule> |
ListBackupSchedulesResponse.getBackupSchedules()
The list of backup schedules for a database.
|
Modifier and Type | Method and Description |
---|---|
ListBackupSchedulesResponse |
ListBackupSchedulesResponse.setBackupSchedules(List<BackupSchedule> backupSchedules)
The list of backup schedules for a database.
|
Copyright © 2011–2025 Google. All rights reserved.