| Package | Description |
|---|---|
| com.google.api.services.sqladmin | |
| com.google.api.services.sqladmin.model |
| Modifier and Type | Method and Description |
|---|---|
SQLAdmin.BackupRuns.Insert |
SQLAdmin.BackupRuns.insert(String project,
String instance,
BackupRun content)
Creates a new backup run on demand.
|
| Constructor and Description |
|---|
Insert(String project,
String instance,
BackupRun content)
Creates a new backup run on demand.
|
| Modifier and Type | Method and Description |
|---|---|
BackupRun |
BackupRun.clone() |
BackupRun |
BackupRun.set(String fieldName,
Object value) |
BackupRun |
BackupRun.setBackupKind(String backupKind)
Specifies the kind of backup, PHYSICAL or DEFAULT_SNAPSHOT.
|
BackupRun |
BackupRun.setDescription(String description)
The description of this run, only applicable to on-demand backups.
|
BackupRun |
BackupRun.setDiskEncryptionConfiguration(DiskEncryptionConfiguration diskEncryptionConfiguration)
Encryption configuration specific to a backup.
|
BackupRun |
BackupRun.setDiskEncryptionStatus(DiskEncryptionStatus diskEncryptionStatus)
Encryption status specific to a backup.
|
BackupRun |
BackupRun.setEndTime(String endTime)
The time the backup operation completed in UTC timezone in [RFC
3339](https://tools.ietf.org/html/rfc3339) format, for example `2012-11-15T16:19:00.094Z`.
|
BackupRun |
BackupRun.setEnqueuedTime(String enqueuedTime)
The time the run was enqueued in UTC timezone in [RFC
3339](https://tools.ietf.org/html/rfc3339) format, for example `2012-11-15T16:19:00.094Z`.
|
BackupRun |
BackupRun.setError(OperationError error)
Information about why the backup operation failed.
|
BackupRun |
BackupRun.setId(Long id)
The identifier for this backup run.
|
BackupRun |
BackupRun.setInstance(String instance)
Name of the database instance.
|
BackupRun |
BackupRun.setKind(String kind)
This is always `sql#backupRun`.
|
BackupRun |
BackupRun.setLocation(String location)
Location of the backups.
|
BackupRun |
BackupRun.setSelfLink(String selfLink)
The URI of this resource.
|
BackupRun |
BackupRun.setStartTime(String startTime)
The time the backup operation actually started in UTC timezone in [RFC
3339](https://tools.ietf.org/html/rfc3339) format, for example `2012-11-15T16:19:00.094Z`.
|
BackupRun |
BackupRun.setStatus(String status)
The status of this run.
|
BackupRun |
BackupRun.setType(String type)
The type of this run; can be either "AUTOMATED" or "ON_DEMAND".
|
BackupRun |
BackupRun.setWindowStartTime(String windowStartTime)
The start time of the backup window during which this the backup was attempted in [RFC
3339](https://tools.ietf.org/html/rfc3339) format, for example `2012-11-15T16:19:00.094Z`.
|
| Modifier and Type | Method and Description |
|---|---|
List<BackupRun> |
BackupRunsListResponse.getItems()
A list of backup runs in reverse chronological order of the enqueued time.
|
| Modifier and Type | Method and Description |
|---|---|
BackupRunsListResponse |
BackupRunsListResponse.setItems(List<BackupRun> items)
A list of backup runs in reverse chronological order of the enqueued time.
|
Copyright © 2011–2022 Google. All rights reserved.