Lines Matching full:backup
82 <p class="firstline">Deletes the backup taken by a backup run.</p>
85 <p class="firstline">Retrieves a resource containing information about a backup run.</p>
88 <p class="firstline">Creates a new backup run on demand.</p>
91 …e">Lists all backup runs associated with the project or a given instance and configuration in the …
103 <pre>Deletes the backup taken by a backup run.
108 …id: string, The ID of the backup run to delete. To find a backup run ID, use the [list](https://cl…
118 "backupContext": { # Backup context. # The context for backup operation, if applicable.
119 "backupId": "A String", # The identifier of the backup.
198 <pre>Retrieves a resource containing information about a backup run.
203 id: string, The ID of this backup run. (required)
213 …"backupKind": "A String", # Specifies the kind of backup, PHYSICAL or DEFAULT_…
215 …{ # Disk encryption configuration for an instance. # Encryption configuration specific to a backup.
219 …Status": { # Disk encryption status for an instance. # Encryption status specific to a backup.
223 …"endTime": "A String", # The time the backup operation completed in UTC timezo…
225 …"error": { # Database instance operation error. # Information about why the backup opera…
230 …"id": "A String", # The identifier for this backup run. Unique only for a spec…
235 …"startTime": "A String", # The time the backup operation actually started in U…
238 …e": "A String", # The start time of the backup window during which this the backup …
244 <pre>Creates a new backup run on demand.
253 …"backupKind": "A String", # Specifies the kind of backup, PHYSICAL or DEFAULT_…
255 …{ # Disk encryption configuration for an instance. # Encryption configuration specific to a backup.
259 …Status": { # Disk encryption status for an instance. # Encryption status specific to a backup.
263 …"endTime": "A String", # The time the backup operation completed in UTC timezo…
265 …"error": { # Database instance operation error. # Information about why the backup opera…
270 …"id": "A String", # The identifier for this backup run. Unique only for a spec…
275 …"startTime": "A String", # The time the backup operation actually started in U…
278 …e": "A String", # The start time of the backup window during which this the backup …
290 "backupContext": { # Backup context. # The context for backup operation, if applicable.
291 "backupId": "A String", # The identifier of the backup.
370 …re>Lists all backup runs associated with the project or a given instance and configuration in the …
375 maxResults: integer, Maximum number of backup runs per response.
385 { # Backup run list results.
386 "items": [ # A list of backup runs in reverse chronological order of the enqueued time.
388 …"backupKind": "A String", # Specifies the kind of backup, PHYSICAL or DEFAULT_…
390 …{ # Disk encryption configuration for an instance. # Encryption configuration specific to a backup.
394 …Status": { # Disk encryption status for an instance. # Encryption status specific to a backup.
398 …"endTime": "A String", # The time the backup operation completed in UTC timezo…
400 …"error": { # Database instance operation error. # Information about why the backup opera…
405 …"id": "A String", # The identifier for this backup run. Unique only for a spec…
410 …"startTime": "A String", # The time the backup operation actually started in U…
413 …e": "A String", # The start time of the backup window during which this the backup …