You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/spanner_v1.projects.instances.backups.html
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -179,6 +179,9 @@ <h3>Method Details</h3>
179
179
The object takes the form of:
180
180
181
181
{ # A backup of a Cloud Spanner database.
182
+
"backupSchedules": [ # Output only. List of backup schedule URIs that are associated with creating this backup. This is only applicable for scheduled backups, and is empty for on-demand backups. To optimize for storage, whenever possible, multiple schedules are collapsed together to create one backup. In such cases, this field captures the list of all backup schedule URIs that are associated with creating this backup. If collapsing is not done, then this field captures the single backup schedule URI associated with creating this backup.
183
+
"A String",
184
+
],
182
185
"createTime": "A String", # Output only. The time the CreateBackup request is received. If the request does not specify `version_time`, the `version_time` of the backup will be equivalent to the `create_time`.
183
186
"database": "A String", # Required for the CreateBackup operation. Name of the database from which this backup was created. This needs to be in the same instance as the backup. Values are of the form `projects//instances//databases/`.
184
187
"databaseDialect": "A String", # Output only. The database dialect information for the backup.
@@ -295,6 +298,9 @@ <h3>Method Details</h3>
295
298
An object of the form:
296
299
297
300
{ # A backup of a Cloud Spanner database.
301
+
"backupSchedules": [ # Output only. List of backup schedule URIs that are associated with creating this backup. This is only applicable for scheduled backups, and is empty for on-demand backups. To optimize for storage, whenever possible, multiple schedules are collapsed together to create one backup. In such cases, this field captures the list of all backup schedule URIs that are associated with creating this backup. If collapsing is not done, then this field captures the single backup schedule URI associated with creating this backup.
302
+
"A String",
303
+
],
298
304
"createTime": "A String", # Output only. The time the CreateBackup request is received. If the request does not specify `version_time`, the `version_time` of the backup will be equivalent to the `create_time`.
299
305
"database": "A String", # Required for the CreateBackup operation. Name of the database from which this backup was created. This needs to be in the same instance as the backup. Values are of the form `projects//instances//databases/`.
300
306
"databaseDialect": "A String", # Output only. The database dialect information for the backup.
@@ -404,6 +410,9 @@ <h3>Method Details</h3>
404
410
{ # The response for ListBackups.
405
411
"backups": [ # The list of matching backups. Backups returned are ordered by `create_time` in descending order, starting from the most recent `create_time`.
406
412
{ # A backup of a Cloud Spanner database.
413
+
"backupSchedules": [ # Output only. List of backup schedule URIs that are associated with creating this backup. This is only applicable for scheduled backups, and is empty for on-demand backups. To optimize for storage, whenever possible, multiple schedules are collapsed together to create one backup. In such cases, this field captures the list of all backup schedule URIs that are associated with creating this backup. If collapsing is not done, then this field captures the single backup schedule URI associated with creating this backup.
414
+
"A String",
415
+
],
407
416
"createTime": "A String", # Output only. The time the CreateBackup request is received. If the request does not specify `version_time`, the `version_time` of the backup will be equivalent to the `create_time`.
408
417
"database": "A String", # Required for the CreateBackup operation. Name of the database from which this backup was created. This needs to be in the same instance as the backup. Values are of the form `projects//instances//databases/`.
409
418
"databaseDialect": "A String", # Output only. The database dialect information for the backup.
@@ -477,6 +486,9 @@ <h3>Method Details</h3>
477
486
The object takes the form of:
478
487
479
488
{ # A backup of a Cloud Spanner database.
489
+
"backupSchedules": [ # Output only. List of backup schedule URIs that are associated with creating this backup. This is only applicable for scheduled backups, and is empty for on-demand backups. To optimize for storage, whenever possible, multiple schedules are collapsed together to create one backup. In such cases, this field captures the list of all backup schedule URIs that are associated with creating this backup. If collapsing is not done, then this field captures the single backup schedule URI associated with creating this backup.
490
+
"A String",
491
+
],
480
492
"createTime": "A String", # Output only. The time the CreateBackup request is received. If the request does not specify `version_time`, the `version_time` of the backup will be equivalent to the `create_time`.
481
493
"database": "A String", # Required for the CreateBackup operation. Name of the database from which this backup was created. This needs to be in the same instance as the backup. Values are of the form `projects//instances//databases/`.
482
494
"databaseDialect": "A String", # Output only. The database dialect information for the backup.
@@ -532,6 +544,9 @@ <h3>Method Details</h3>
532
544
An object of the form:
533
545
534
546
{ # A backup of a Cloud Spanner database.
547
+
"backupSchedules": [ # Output only. List of backup schedule URIs that are associated with creating this backup. This is only applicable for scheduled backups, and is empty for on-demand backups. To optimize for storage, whenever possible, multiple schedules are collapsed together to create one backup. In such cases, this field captures the list of all backup schedule URIs that are associated with creating this backup. If collapsing is not done, then this field captures the single backup schedule URI associated with creating this backup.
548
+
"A String",
549
+
],
535
550
"createTime": "A String", # Output only. The time the CreateBackup request is received. If the request does not specify `version_time`, the `version_time` of the backup will be equivalent to the `create_time`.
536
551
"database": "A String", # Required for the CreateBackup operation. Name of the database from which this backup was created. This needs to be in the same instance as the backup. Values are of the form `projects//instances//databases/`.
537
552
"databaseDialect": "A String", # Output only. The database dialect information for the backup.
0 commit comments