Lines Matching full:backup
79 <p class="firstline">Retrieves information about a specified backup run for a Cloud SQL instance.</…
82 <p class="firstline">Lists all backup runs associated with a Cloud SQL instance.</p>
89 <pre>Retrieves information about a specified backup run for a Cloud SQL instance.
94 …Configuration: string, Identifier for the backup configuration. This gets generated automatically …
95 …dueTime: string, The start time of the four-hour backup window. The backup can occur any time in t…
100 { # A database instance backup run resource.
103 "backupConfiguration": "A String", # Backup Configuration identifier.
105 …"startTime": "A String", # The time the backup operation actually started in UTC timezone in RFC 3…
106 …"error": { # Database instance operation error. # Information about why the backup operation faile…
110 …"endTime": "A String", # The time the backup operation completed in UTC timezone in RFC 3339 forma…
118 <pre>Lists all backup runs associated with a Cloud SQL instance.
123 …Configuration: string, Identifier for the backup configuration. This gets generated automatically …
124 maxResults: integer, Maximum number of backup runs per response.
130 { # Backup run list results.
132 "items": [ # A list of backup runs in reverse chronological order of the enqueued time.
133 { # A database instance backup run resource.
136 "backupConfiguration": "A String", # Backup Configuration identifier.
138 …"startTime": "A String", # The time the backup operation actually started in UTC timezone in RFC 3…
139 …"error": { # Database instance operation error. # Information about why the backup operation faile…
143 …"endTime": "A String", # The time the backup operation completed in UTC timezone in RFC 3339 forma…