| Package | Description |
|---|---|
| com.google.api.services.sql.model |
| Modifier and Type | Method and Description |
|---|---|
RestoreBackupContext |
RestoreBackupContext.clone() |
RestoreBackupContext |
InstancesRestoreBackupRequest.getRestoreBackupContext()
Parameters required to perform the restore backup operation.
|
RestoreBackupContext |
RestoreBackupContext.set(String fieldName,
Object value) |
RestoreBackupContext |
RestoreBackupContext.setBackupRunId(Long backupRunId)
The ID of the backup run to restore from.
|
RestoreBackupContext |
RestoreBackupContext.setInstanceId(String instanceId)
The ID of the instance that the backup was taken from.
|
RestoreBackupContext |
RestoreBackupContext.setKind(String kind)
This is always sql#restoreBackupContext.
|
RestoreBackupContext |
RestoreBackupContext.setProject(String project)
The full project ID of the source instance.
|
| Modifier and Type | Method and Description |
|---|---|
InstancesRestoreBackupRequest |
InstancesRestoreBackupRequest.setRestoreBackupContext(RestoreBackupContext restoreBackupContext)
Parameters required to perform the restore backup operation.
|
Copyright © 2011–2019 Google. All rights reserved.