| Package | Description |
|---|---|
| com.google.api.services.sqladmin.model |
| Modifier and Type | Method and Description |
|---|---|
BackupContext |
BackupContext.clone() |
BackupContext |
Operation.getBackupContext()
The context for backup operation, if applicable.
|
BackupContext |
BackupContext.set(String fieldName,
Object value) |
BackupContext |
BackupContext.setBackupId(Long backupId)
The identifier of the backup.
|
BackupContext |
BackupContext.setKind(String kind)
This is always `sql#backupContext`.
|
BackupContext |
BackupContext.setName(String name)
The name of the backup.
|
| Modifier and Type | Method and Description |
|---|---|
Operation |
Operation.setBackupContext(BackupContext backupContext)
The context for backup operation, if applicable.
|
Copyright © 2011–2024 Google. All rights reserved.