Skip to content

Commit 0b47798

Browse files
feat(spanner): update the api
#### spanner:v1 The following keys were added: - resources.projects.resources.instances.resources.databases.resources.backupSchedules.methods.create (Total Keys: 14) - resources.projects.resources.instances.resources.databases.resources.backupSchedules.methods.delete (Total Keys: 11) - resources.projects.resources.instances.resources.databases.resources.backupSchedules.methods.get (Total Keys: 11) - resources.projects.resources.instances.resources.databases.resources.backupSchedules.methods.list (Total Keys: 16) - resources.projects.resources.instances.resources.databases.resources.backupSchedules.methods.patch (Total Keys: 15) - schemas.Backup.properties.backupSchedules (Total Keys: 3) - schemas.BackupSchedule (Total Keys: 14) - schemas.CreateBackupEncryptionConfig (Total Keys: 6) - schemas.CrontabSpec (Total Keys: 8) - schemas.FullBackupSpec (Total Keys: 2) - schemas.ListBackupSchedulesResponse (Total Keys: 5)
1 parent 145e031 commit 0b47798

File tree

3 files changed

+564
-1
lines changed

3 files changed

+564
-1
lines changed

docs/dyn/spanner_v1.projects.instances.backups.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,9 @@ <h3>Method Details</h3>
179179
The object takes the form of:
180180

181181
{ # A backup of a Cloud Spanner database.
182+
&quot;backupSchedules&quot;: [ # 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+
&quot;A String&quot;,
184+
],
182185
&quot;createTime&quot;: &quot;A String&quot;, # 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`.
183186
&quot;database&quot;: &quot;A String&quot;, # 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/`.
184187
&quot;databaseDialect&quot;: &quot;A String&quot;, # Output only. The database dialect information for the backup.
@@ -295,6 +298,9 @@ <h3>Method Details</h3>
295298
An object of the form:
296299

297300
{ # A backup of a Cloud Spanner database.
301+
&quot;backupSchedules&quot;: [ # 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+
&quot;A String&quot;,
303+
],
298304
&quot;createTime&quot;: &quot;A String&quot;, # 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`.
299305
&quot;database&quot;: &quot;A String&quot;, # 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/`.
300306
&quot;databaseDialect&quot;: &quot;A String&quot;, # Output only. The database dialect information for the backup.
@@ -404,6 +410,9 @@ <h3>Method Details</h3>
404410
{ # The response for ListBackups.
405411
&quot;backups&quot;: [ # The list of matching backups. Backups returned are ordered by `create_time` in descending order, starting from the most recent `create_time`.
406412
{ # A backup of a Cloud Spanner database.
413+
&quot;backupSchedules&quot;: [ # 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+
&quot;A String&quot;,
415+
],
407416
&quot;createTime&quot;: &quot;A String&quot;, # 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`.
408417
&quot;database&quot;: &quot;A String&quot;, # 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/`.
409418
&quot;databaseDialect&quot;: &quot;A String&quot;, # Output only. The database dialect information for the backup.
@@ -477,6 +486,9 @@ <h3>Method Details</h3>
477486
The object takes the form of:
478487

479488
{ # A backup of a Cloud Spanner database.
489+
&quot;backupSchedules&quot;: [ # 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+
&quot;A String&quot;,
491+
],
480492
&quot;createTime&quot;: &quot;A String&quot;, # 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`.
481493
&quot;database&quot;: &quot;A String&quot;, # 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/`.
482494
&quot;databaseDialect&quot;: &quot;A String&quot;, # Output only. The database dialect information for the backup.
@@ -532,6 +544,9 @@ <h3>Method Details</h3>
532544
An object of the form:
533545

534546
{ # A backup of a Cloud Spanner database.
547+
&quot;backupSchedules&quot;: [ # 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+
&quot;A String&quot;,
549+
],
535550
&quot;createTime&quot;: &quot;A String&quot;, # 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`.
536551
&quot;database&quot;: &quot;A String&quot;, # 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/`.
537552
&quot;databaseDialect&quot;: &quot;A String&quot;, # Output only. The database dialect information for the backup.

0 commit comments

Comments
 (0)