Skip to content

Commit 4ab5f0b

Browse files
feat(spanner): update the api
#### spanner:v1 The following keys were added: - schemas.BeginTransactionRequest.properties.requestOptions (Total Keys: 1) - schemas.CommitRequest.properties.requestOptions (Total Keys: 1) - schemas.ExecuteBatchDmlRequest.properties.requestOptions (Total Keys: 1) - schemas.ExecuteSqlRequest.properties.requestOptions (Total Keys: 1) - schemas.QueryOptions.properties.optimizerStatisticsPackage (Total Keys: 1) - schemas.ReadRequest.properties.requestOptions (Total Keys: 1) - schemas.RequestOptions (Total Keys: 3)
1 parent 77f9c65 commit 4ab5f0b

File tree

3 files changed

+76
-6
lines changed

3 files changed

+76
-6
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ <h3>Method Details</h3>
389389
{ # The request for RestoreDatabase.
390390
&quot;backup&quot;: &quot;A String&quot;, # Name of the backup from which to restore. Values are of the form `projects//instances//backups/`.
391391
&quot;databaseId&quot;: &quot;A String&quot;, # Required. The id of the database to create and restore to. This database must not already exist. The `database_id` appended to `parent` forms the full database name of the form `projects//instances//databases/`.
392-
&quot;encryptionConfig&quot;: { # Encryption configuration for the restored database. # Optional. An encryption configuration describing the encryption type and key resources in Cloud KMS used to encrypt/decrypt the database to restore to. If this field is not specified, the restored database will use the same encryption configuration as the backup by default, namely encryption_type = `USE_CONFIG_DEFAULT_OR_DATABASE_ENCRYPTION`.
392+
&quot;encryptionConfig&quot;: { # Encryption configuration for the restored database. # Optional. An encryption configuration describing the encryption type and key resources in Cloud KMS used to encrypt/decrypt the database to restore to. If this field is not specified, the restored database will use the same encryption configuration as the backup by default, namely encryption_type = `USE_CONFIG_DEFAULT_OR_BACKUP_ENCRYPTION`.
393393
&quot;encryptionType&quot;: &quot;A String&quot;, # Required. The encryption type of the restored database.
394394
&quot;kmsKeyName&quot;: &quot;A String&quot;, # Optional. The Cloud KMS key that will be used to encrypt/decrypt the restored database. This field should be set only when encryption_type is `CUSTOMER_MANAGED_ENCRYPTION`. Values are of the form `projects//locations//keyRings//cryptoKeys/`.
395395
},

0 commit comments

Comments
 (0)