@maxim_mazurok/gapi.client.spanner-v1 0.0.20250708 → 0.0.20250711
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +4 -4
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
10
10
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
11
11
|
// Generated from: https://spanner.googleapis.com/$discovery/rest?version=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20250711
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -170,7 +170,7 @@ declare namespace gapi.client {
|
|
|
170
170
|
session?: Session[];
|
|
171
171
|
}
|
|
172
172
|
interface BatchWriteRequest {
|
|
173
|
-
/** Optional.
|
|
173
|
+
/** Optional. If you don't set the `exclude_txn_from_change_streams` option or if it's set to `false`, then any change streams monitoring columns modified by transactions will capture the updates made within that transaction. */
|
|
174
174
|
excludeTxnFromChangeStreams?: boolean;
|
|
175
175
|
/** Required. The groups of mutations to be applied. */
|
|
176
176
|
mutationGroups?: MutationGroup[];
|
|
@@ -438,9 +438,9 @@ declare namespace gapi.client {
|
|
|
438
438
|
versionRetentionPeriod?: string;
|
|
439
439
|
}
|
|
440
440
|
interface DatabaseMoveConfig {
|
|
441
|
-
/** Required. The unique identifier of the database resource in the Instance. For example if the database uri is projects/foo/instances/bar/databases/baz
|
|
441
|
+
/** Required. The unique identifier of the database resource in the Instance. For example, if the database uri is `projects/foo/instances/bar/databases/baz`, then the id to supply here is baz. */
|
|
442
442
|
databaseId?: string;
|
|
443
|
-
/** Optional. Encryption configuration to be used for the database in target configuration.
|
|
443
|
+
/** Optional. Encryption configuration to be used for the database in the target configuration. The encryption configuration must be specified for every database which currently uses CMEK encryption. If a database currently uses Google-managed encryption and a target encryption configuration is not specified, then the database defaults to Google-managed encryption. If a database currently uses Google-managed encryption and a target CMEK encryption is specified, the request is rejected. If a database currently uses CMEK encryption, then a target encryption configuration must be specified. You can't move a CMEK database to a Google-managed encryption database using the MoveInstance API. */
|
|
444
444
|
encryptionConfig?: InstanceEncryptionConfig;
|
|
445
445
|
}
|
|
446
446
|
interface DatabaseRole {
|