Package | Description |
---|---|
com.google.api.services.spanner.v1 | |
com.google.api.services.spanner.v1.model |
Modifier and Type | Method and Description |
---|---|
Spanner.Projects.Instances.Backups.Create |
Spanner.Projects.Instances.Backups.create(String parent,
Backup content)
Starts creating a new Cloud Spanner Backup.
|
Spanner.Projects.Instances.Backups.Patch |
Spanner.Projects.Instances.Backups.patch(String name,
Backup content)
Updates a pending or completed Backup.
|
Constructor and Description |
---|
Create(String parent,
Backup content)
Starts creating a new Cloud Spanner Backup.
|
Patch(String name,
Backup content)
Updates a pending or completed Backup.
|
Modifier and Type | Method and Description |
---|---|
Backup |
Backup.clone() |
Backup |
Backup.set(String fieldName,
Object value) |
Backup |
Backup.setBackupSchedules(List<String> backupSchedules)
Output only.
|
Backup |
Backup.setCreateTime(String createTime)
Output only.
|
Backup |
Backup.setDatabase(String database)
Required for the CreateBackup operation.
|
Backup |
Backup.setDatabaseDialect(String databaseDialect)
Output only.
|
Backup |
Backup.setEncryptionInfo(EncryptionInfo encryptionInfo)
Output only.
|
Backup |
Backup.setEncryptionInformation(List<EncryptionInfo> encryptionInformation)
Output only.
|
Backup |
Backup.setExclusiveSizeBytes(Long exclusiveSizeBytes)
Output only.
|
Backup |
Backup.setExpireTime(String expireTime)
Required for the CreateBackup operation.
|
Backup |
Backup.setFreeableSizeBytes(Long freeableSizeBytes)
Output only.
|
Backup |
Backup.setIncrementalBackupChainId(String incrementalBackupChainId)
Output only.
|
Backup |
Backup.setInstancePartitions(List<BackupInstancePartition> instancePartitions)
Output only.
|
Backup |
Backup.setMaxExpireTime(String maxExpireTime)
Output only.
|
Backup |
Backup.setName(String name)
Output only for the CreateBackup operation.
|
Backup |
Backup.setOldestVersionTime(String oldestVersionTime)
Output only.
|
Backup |
Backup.setReferencingBackups(List<String> referencingBackups)
Output only.
|
Backup |
Backup.setReferencingDatabases(List<String> referencingDatabases)
Output only.
|
Backup |
Backup.setSizeBytes(Long sizeBytes)
Output only.
|
Backup |
Backup.setState(String state)
Output only.
|
Backup |
Backup.setVersionTime(String versionTime)
The backup will contain an externally consistent copy of the database at the timestamp
specified by `version_time`.
|
Modifier and Type | Method and Description |
---|---|
List<Backup> |
ListBackupsResponse.getBackups()
The list of matching backups.
|
Modifier and Type | Method and Description |
---|---|
ListBackupsResponse |
ListBackupsResponse.setBackups(List<Backup> backups)
The list of matching backups.
|
Copyright © 2011–2025 Google. All rights reserved.