Skip to content

Commit 84983cc

Browse files
feat(spanner): update the api
#### spanner:v1 The following keys were added: - schemas.Backup.properties.instancePartitions (Total Keys: 3) - schemas.BackupInstancePartition (Total Keys: 3)
1 parent 0b24932 commit 84983cc

File tree

3 files changed

+80
-36
lines changed

3 files changed

+80
-36
lines changed

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

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,11 @@ <h3>Method Details</h3>
217217
&quot;expireTime&quot;: &quot;A String&quot;, # Required for the CreateBackup operation. The expiration time of the backup, with microseconds granularity that must be at least 6 hours and at most 366 days from the time the CreateBackup request is processed. Once the `expire_time` has passed, the backup is eligible to be automatically deleted by Cloud Spanner to free the resources used by the backup.
218218
&quot;freeableSizeBytes&quot;: &quot;A String&quot;, # Output only. The number of bytes that will be freed by deleting this backup. This value will be zero if, for example, this backup is part of an incremental backup chain and younger backups in the chain require that we keep its data. For backups not in an incremental backup chain, this is always the size of the backup. This value may change if backups on the same chain get created, deleted or expired.
219219
&quot;incrementalBackupChainId&quot;: &quot;A String&quot;, # Output only. Populated only for backups in an incremental backup chain. Backups share the same chain id if and only if they belong to the same incremental backup chain. Use this field to determine which backups are part of the same incremental backup chain. The ordering of backups in the chain can be determined by ordering the backup `version_time`.
220+
&quot;instancePartitions&quot;: [ # Output only. The instance partition(s) storing the backup. This is the same as the list of the instance partition(s) that the database had footprint in at the backup&#x27;s `version_time`.
221+
{ # Instance partition information for the backup.
222+
&quot;instancePartition&quot;: &quot;A String&quot;, # A unique identifier for the instance partition. Values are of the form `projects//instances//instancePartitions/`
223+
},
224+
],
220225
&quot;maxExpireTime&quot;: &quot;A String&quot;, # Output only. The max allowed expiration time of the backup, with microseconds granularity. A backup&#x27;s expiration time can be configured in multiple APIs: CreateBackup, UpdateBackup, CopyBackup. When updating or copying an existing backup, the expiration time specified must be less than `Backup.max_expire_time`.
221226
&quot;name&quot;: &quot;A String&quot;, # Output only for the CreateBackup operation. Required for the UpdateBackup operation. A globally unique identifier for the backup which cannot be changed. Values are of the form `projects//instances//backups/a-z*[a-z0-9]` The final segment of the name must be between 2 and 60 characters in length. The backup is stored in the location(s) specified in the instance configuration of the instance containing the backup, identified by the prefix of the backup name of the form `projects//instances/`.
222227
&quot;oldestVersionTime&quot;: &quot;A String&quot;, # Output only. Data deleted at a time older than this is guaranteed not to be retained in order to support this backup. For a backup in an incremental backup chain, this is the version time of the oldest backup that exists or ever existed in the chain. For all other backups, this is the version time of the backup. This field can be used to understand what data is being retained by the backup system.
@@ -340,6 +345,11 @@ <h3>Method Details</h3>
340345
&quot;expireTime&quot;: &quot;A String&quot;, # Required for the CreateBackup operation. The expiration time of the backup, with microseconds granularity that must be at least 6 hours and at most 366 days from the time the CreateBackup request is processed. Once the `expire_time` has passed, the backup is eligible to be automatically deleted by Cloud Spanner to free the resources used by the backup.
341346
&quot;freeableSizeBytes&quot;: &quot;A String&quot;, # Output only. The number of bytes that will be freed by deleting this backup. This value will be zero if, for example, this backup is part of an incremental backup chain and younger backups in the chain require that we keep its data. For backups not in an incremental backup chain, this is always the size of the backup. This value may change if backups on the same chain get created, deleted or expired.
342347
&quot;incrementalBackupChainId&quot;: &quot;A String&quot;, # Output only. Populated only for backups in an incremental backup chain. Backups share the same chain id if and only if they belong to the same incremental backup chain. Use this field to determine which backups are part of the same incremental backup chain. The ordering of backups in the chain can be determined by ordering the backup `version_time`.
348+
&quot;instancePartitions&quot;: [ # Output only. The instance partition(s) storing the backup. This is the same as the list of the instance partition(s) that the database had footprint in at the backup&#x27;s `version_time`.
349+
{ # Instance partition information for the backup.
350+
&quot;instancePartition&quot;: &quot;A String&quot;, # A unique identifier for the instance partition. Values are of the form `projects//instances//instancePartitions/`
351+
},
352+
],
343353
&quot;maxExpireTime&quot;: &quot;A String&quot;, # Output only. The max allowed expiration time of the backup, with microseconds granularity. A backup&#x27;s expiration time can be configured in multiple APIs: CreateBackup, UpdateBackup, CopyBackup. When updating or copying an existing backup, the expiration time specified must be less than `Backup.max_expire_time`.
344354
&quot;name&quot;: &quot;A String&quot;, # Output only for the CreateBackup operation. Required for the UpdateBackup operation. A globally unique identifier for the backup which cannot be changed. Values are of the form `projects//instances//backups/a-z*[a-z0-9]` The final segment of the name must be between 2 and 60 characters in length. The backup is stored in the location(s) specified in the instance configuration of the instance containing the backup, identified by the prefix of the backup name of the form `projects//instances/`.
345355
&quot;oldestVersionTime&quot;: &quot;A String&quot;, # Output only. Data deleted at a time older than this is guaranteed not to be retained in order to support this backup. For a backup in an incremental backup chain, this is the version time of the oldest backup that exists or ever existed in the chain. For all other backups, this is the version time of the backup. This field can be used to understand what data is being retained by the backup system.
@@ -456,6 +466,11 @@ <h3>Method Details</h3>
456466
&quot;expireTime&quot;: &quot;A String&quot;, # Required for the CreateBackup operation. The expiration time of the backup, with microseconds granularity that must be at least 6 hours and at most 366 days from the time the CreateBackup request is processed. Once the `expire_time` has passed, the backup is eligible to be automatically deleted by Cloud Spanner to free the resources used by the backup.
457467
&quot;freeableSizeBytes&quot;: &quot;A String&quot;, # Output only. The number of bytes that will be freed by deleting this backup. This value will be zero if, for example, this backup is part of an incremental backup chain and younger backups in the chain require that we keep its data. For backups not in an incremental backup chain, this is always the size of the backup. This value may change if backups on the same chain get created, deleted or expired.
458468
&quot;incrementalBackupChainId&quot;: &quot;A String&quot;, # Output only. Populated only for backups in an incremental backup chain. Backups share the same chain id if and only if they belong to the same incremental backup chain. Use this field to determine which backups are part of the same incremental backup chain. The ordering of backups in the chain can be determined by ordering the backup `version_time`.
469+
&quot;instancePartitions&quot;: [ # Output only. The instance partition(s) storing the backup. This is the same as the list of the instance partition(s) that the database had footprint in at the backup&#x27;s `version_time`.
470+
{ # Instance partition information for the backup.
471+
&quot;instancePartition&quot;: &quot;A String&quot;, # A unique identifier for the instance partition. Values are of the form `projects//instances//instancePartitions/`
472+
},
473+
],
459474
&quot;maxExpireTime&quot;: &quot;A String&quot;, # Output only. The max allowed expiration time of the backup, with microseconds granularity. A backup&#x27;s expiration time can be configured in multiple APIs: CreateBackup, UpdateBackup, CopyBackup. When updating or copying an existing backup, the expiration time specified must be less than `Backup.max_expire_time`.
460475
&quot;name&quot;: &quot;A String&quot;, # Output only for the CreateBackup operation. Required for the UpdateBackup operation. A globally unique identifier for the backup which cannot be changed. Values are of the form `projects//instances//backups/a-z*[a-z0-9]` The final segment of the name must be between 2 and 60 characters in length. The backup is stored in the location(s) specified in the instance configuration of the instance containing the backup, identified by the prefix of the backup name of the form `projects//instances/`.
461476
&quot;oldestVersionTime&quot;: &quot;A String&quot;, # Output only. Data deleted at a time older than this is guaranteed not to be retained in order to support this backup. For a backup in an incremental backup chain, this is the version time of the oldest backup that exists or ever existed in the chain. For all other backups, this is the version time of the backup. This field can be used to understand what data is being retained by the backup system.
@@ -536,6 +551,11 @@ <h3>Method Details</h3>
536551
&quot;expireTime&quot;: &quot;A String&quot;, # Required for the CreateBackup operation. The expiration time of the backup, with microseconds granularity that must be at least 6 hours and at most 366 days from the time the CreateBackup request is processed. Once the `expire_time` has passed, the backup is eligible to be automatically deleted by Cloud Spanner to free the resources used by the backup.
537552
&quot;freeableSizeBytes&quot;: &quot;A String&quot;, # Output only. The number of bytes that will be freed by deleting this backup. This value will be zero if, for example, this backup is part of an incremental backup chain and younger backups in the chain require that we keep its data. For backups not in an incremental backup chain, this is always the size of the backup. This value may change if backups on the same chain get created, deleted or expired.
538553
&quot;incrementalBackupChainId&quot;: &quot;A String&quot;, # Output only. Populated only for backups in an incremental backup chain. Backups share the same chain id if and only if they belong to the same incremental backup chain. Use this field to determine which backups are part of the same incremental backup chain. The ordering of backups in the chain can be determined by ordering the backup `version_time`.
554+
&quot;instancePartitions&quot;: [ # Output only. The instance partition(s) storing the backup. This is the same as the list of the instance partition(s) that the database had footprint in at the backup&#x27;s `version_time`.
555+
{ # Instance partition information for the backup.
556+
&quot;instancePartition&quot;: &quot;A String&quot;, # A unique identifier for the instance partition. Values are of the form `projects//instances//instancePartitions/`
557+
},
558+
],
539559
&quot;maxExpireTime&quot;: &quot;A String&quot;, # Output only. The max allowed expiration time of the backup, with microseconds granularity. A backup&#x27;s expiration time can be configured in multiple APIs: CreateBackup, UpdateBackup, CopyBackup. When updating or copying an existing backup, the expiration time specified must be less than `Backup.max_expire_time`.
540560
&quot;name&quot;: &quot;A String&quot;, # Output only for the CreateBackup operation. Required for the UpdateBackup operation. A globally unique identifier for the backup which cannot be changed. Values are of the form `projects//instances//backups/a-z*[a-z0-9]` The final segment of the name must be between 2 and 60 characters in length. The backup is stored in the location(s) specified in the instance configuration of the instance containing the backup, identified by the prefix of the backup name of the form `projects//instances/`.
541561
&quot;oldestVersionTime&quot;: &quot;A String&quot;, # Output only. Data deleted at a time older than this is guaranteed not to be retained in order to support this backup. For a backup in an incremental backup chain, this is the version time of the oldest backup that exists or ever existed in the chain. For all other backups, this is the version time of the backup. This field can be used to understand what data is being retained by the backup system.
@@ -598,6 +618,11 @@ <h3>Method Details</h3>
598618
&quot;expireTime&quot;: &quot;A String&quot;, # Required for the CreateBackup operation. The expiration time of the backup, with microseconds granularity that must be at least 6 hours and at most 366 days from the time the CreateBackup request is processed. Once the `expire_time` has passed, the backup is eligible to be automatically deleted by Cloud Spanner to free the resources used by the backup.
599619
&quot;freeableSizeBytes&quot;: &quot;A String&quot;, # Output only. The number of bytes that will be freed by deleting this backup. This value will be zero if, for example, this backup is part of an incremental backup chain and younger backups in the chain require that we keep its data. For backups not in an incremental backup chain, this is always the size of the backup. This value may change if backups on the same chain get created, deleted or expired.
600620
&quot;incrementalBackupChainId&quot;: &quot;A String&quot;, # Output only. Populated only for backups in an incremental backup chain. Backups share the same chain id if and only if they belong to the same incremental backup chain. Use this field to determine which backups are part of the same incremental backup chain. The ordering of backups in the chain can be determined by ordering the backup `version_time`.
621+
&quot;instancePartitions&quot;: [ # Output only. The instance partition(s) storing the backup. This is the same as the list of the instance partition(s) that the database had footprint in at the backup&#x27;s `version_time`.
622+
{ # Instance partition information for the backup.
623+
&quot;instancePartition&quot;: &quot;A String&quot;, # A unique identifier for the instance partition. Values are of the form `projects//instances//instancePartitions/`
624+
},
625+
],
601626
&quot;maxExpireTime&quot;: &quot;A String&quot;, # Output only. The max allowed expiration time of the backup, with microseconds granularity. A backup&#x27;s expiration time can be configured in multiple APIs: CreateBackup, UpdateBackup, CopyBackup. When updating or copying an existing backup, the expiration time specified must be less than `Backup.max_expire_time`.
602627
&quot;name&quot;: &quot;A String&quot;, # Output only for the CreateBackup operation. Required for the UpdateBackup operation. A globally unique identifier for the backup which cannot be changed. Values are of the form `projects//instances//backups/a-z*[a-z0-9]` The final segment of the name must be between 2 and 60 characters in length. The backup is stored in the location(s) specified in the instance configuration of the instance containing the backup, identified by the prefix of the backup name of the form `projects//instances/`.
603628
&quot;oldestVersionTime&quot;: &quot;A String&quot;, # Output only. Data deleted at a time older than this is guaranteed not to be retained in order to support this backup. For a backup in an incremental backup chain, this is the version time of the oldest backup that exists or ever existed in the chain. For all other backups, this is the version time of the backup. This field can be used to understand what data is being retained by the backup system.

0 commit comments

Comments
 (0)