@googleapis/spanner 12.1.0 → 12.1.1
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/CHANGELOG.md +7 -0
- package/build/tsconfig.tsbuildinfo +1 -1
- package/build/v1.js.map +1 -1
- package/package.json +1 -1
- package/v1.ts +98 -196
package/v1.ts
CHANGED
|
@@ -3551,8 +3551,7 @@ export namespace spanner_v1 {
|
|
|
3551
3551
|
}
|
|
3552
3552
|
}
|
|
3553
3553
|
|
|
3554
|
-
export interface Params$Resource$Projects$Instanceconfigoperations$List
|
|
3555
|
-
extends StandardParameters {
|
|
3554
|
+
export interface Params$Resource$Projects$Instanceconfigoperations$List extends StandardParameters {
|
|
3556
3555
|
/**
|
|
3557
3556
|
* An expression that filters the list of returned operations. A filter expression consists of a field name, a comparison operator, and a value for filtering. The value must be a string, a number, or a boolean. The comparison operator must be one of: `<`, `\>`, `<=`, `\>=`, `!=`, `=`, or `:`. Colon `:` is the contains operator. Filter rules are not case sensitive. The following fields in the Operation are eligible for filtering: * `name` - The name of the long-running operation * `done` - False if the operation is in progress, else true. * `metadata.@type` - the type of metadata. For example, the type string for CreateInstanceConfigMetadata is `type.googleapis.com/google.spanner.admin.instance.v1.CreateInstanceConfigMetadata`. * `metadata.` - any field in metadata.value. `metadata.@type` must be specified first, if filtering on metadata fields. * `error` - Error associated with the long-running operation. * `response.@type` - the type of response. * `response.` - any field in response.value. You can combine multiple expressions by enclosing each expression in parentheses. By default, expressions are combined with AND logic. However, you can specify AND, OR, and NOT logic explicitly. Here are a few examples: * `done:true` - The operation is complete. * `(metadata.@type=` \ `type.googleapis.com/google.spanner.admin.instance.v1.CreateInstanceConfigMetadata) AND` \ `(metadata.instance_config.name:custom-config) AND` \ `(metadata.progress.start_time < \"2021-03-28T14:50:00Z\") AND` \ `(error:*)` - Return operations where: * The operation's metadata type is CreateInstanceConfigMetadata. * The instance configuration name contains "custom-config". * The operation started before 2021-03-28T14:50:00Z. * The operation resulted in an error.
|
|
3558
3557
|
*/
|
|
@@ -4329,8 +4328,7 @@ export namespace spanner_v1 {
|
|
|
4329
4328
|
}
|
|
4330
4329
|
}
|
|
4331
4330
|
|
|
4332
|
-
export interface Params$Resource$Projects$Instanceconfigs$Create
|
|
4333
|
-
extends StandardParameters {
|
|
4331
|
+
export interface Params$Resource$Projects$Instanceconfigs$Create extends StandardParameters {
|
|
4334
4332
|
/**
|
|
4335
4333
|
* Required. The name of the project in which to create the instance configuration. Values are of the form `projects/`.
|
|
4336
4334
|
*/
|
|
@@ -4341,8 +4339,7 @@ export namespace spanner_v1 {
|
|
|
4341
4339
|
*/
|
|
4342
4340
|
requestBody?: Schema$CreateInstanceConfigRequest;
|
|
4343
4341
|
}
|
|
4344
|
-
export interface Params$Resource$Projects$Instanceconfigs$Delete
|
|
4345
|
-
extends StandardParameters {
|
|
4342
|
+
export interface Params$Resource$Projects$Instanceconfigs$Delete extends StandardParameters {
|
|
4346
4343
|
/**
|
|
4347
4344
|
* Used for optimistic concurrency control as a way to help prevent simultaneous deletes of an instance configuration from overwriting each other. If not empty, the API only deletes the instance configuration when the etag provided matches the current status of the requested instance configuration. Otherwise, deletes the instance configuration without checking the current status of the requested instance configuration.
|
|
4348
4345
|
*/
|
|
@@ -4356,15 +4353,13 @@ export namespace spanner_v1 {
|
|
|
4356
4353
|
*/
|
|
4357
4354
|
validateOnly?: boolean;
|
|
4358
4355
|
}
|
|
4359
|
-
export interface Params$Resource$Projects$Instanceconfigs$Get
|
|
4360
|
-
extends StandardParameters {
|
|
4356
|
+
export interface Params$Resource$Projects$Instanceconfigs$Get extends StandardParameters {
|
|
4361
4357
|
/**
|
|
4362
4358
|
* Required. The name of the requested instance configuration. Values are of the form `projects//instanceConfigs/`.
|
|
4363
4359
|
*/
|
|
4364
4360
|
name?: string;
|
|
4365
4361
|
}
|
|
4366
|
-
export interface Params$Resource$Projects$Instanceconfigs$List
|
|
4367
|
-
extends StandardParameters {
|
|
4362
|
+
export interface Params$Resource$Projects$Instanceconfigs$List extends StandardParameters {
|
|
4368
4363
|
/**
|
|
4369
4364
|
* Number of instance configurations to be returned in the response. If 0 or less, defaults to the server's maximum allowed page size.
|
|
4370
4365
|
*/
|
|
@@ -4378,8 +4373,7 @@ export namespace spanner_v1 {
|
|
|
4378
4373
|
*/
|
|
4379
4374
|
parent?: string;
|
|
4380
4375
|
}
|
|
4381
|
-
export interface Params$Resource$Projects$Instanceconfigs$Patch
|
|
4382
|
-
extends StandardParameters {
|
|
4376
|
+
export interface Params$Resource$Projects$Instanceconfigs$Patch extends StandardParameters {
|
|
4383
4377
|
/**
|
|
4384
4378
|
* A unique identifier for the instance configuration. Values are of the form `projects//instanceConfigs/a-z*`. User instance configuration must start with `custom-`.
|
|
4385
4379
|
*/
|
|
@@ -4960,29 +4954,25 @@ export namespace spanner_v1 {
|
|
|
4960
4954
|
}
|
|
4961
4955
|
}
|
|
4962
4956
|
|
|
4963
|
-
export interface Params$Resource$Projects$Instanceconfigs$Operations$Cancel
|
|
4964
|
-
extends StandardParameters {
|
|
4957
|
+
export interface Params$Resource$Projects$Instanceconfigs$Operations$Cancel extends StandardParameters {
|
|
4965
4958
|
/**
|
|
4966
4959
|
* The name of the operation resource to be cancelled.
|
|
4967
4960
|
*/
|
|
4968
4961
|
name?: string;
|
|
4969
4962
|
}
|
|
4970
|
-
export interface Params$Resource$Projects$Instanceconfigs$Operations$Delete
|
|
4971
|
-
extends StandardParameters {
|
|
4963
|
+
export interface Params$Resource$Projects$Instanceconfigs$Operations$Delete extends StandardParameters {
|
|
4972
4964
|
/**
|
|
4973
4965
|
* The name of the operation resource to be deleted.
|
|
4974
4966
|
*/
|
|
4975
4967
|
name?: string;
|
|
4976
4968
|
}
|
|
4977
|
-
export interface Params$Resource$Projects$Instanceconfigs$Operations$Get
|
|
4978
|
-
extends StandardParameters {
|
|
4969
|
+
export interface Params$Resource$Projects$Instanceconfigs$Operations$Get extends StandardParameters {
|
|
4979
4970
|
/**
|
|
4980
4971
|
* The name of the operation resource.
|
|
4981
4972
|
*/
|
|
4982
4973
|
name?: string;
|
|
4983
4974
|
}
|
|
4984
|
-
export interface Params$Resource$Projects$Instanceconfigs$Operations$List
|
|
4985
|
-
extends StandardParameters {
|
|
4975
|
+
export interface Params$Resource$Projects$Instanceconfigs$Operations$List extends StandardParameters {
|
|
4986
4976
|
/**
|
|
4987
4977
|
* The standard list filter.
|
|
4988
4978
|
*/
|
|
@@ -5590,29 +5580,25 @@ export namespace spanner_v1 {
|
|
|
5590
5580
|
}
|
|
5591
5581
|
}
|
|
5592
5582
|
|
|
5593
|
-
export interface Params$Resource$Projects$Instanceconfigs$Ssdcaches$Operations$Cancel
|
|
5594
|
-
extends StandardParameters {
|
|
5583
|
+
export interface Params$Resource$Projects$Instanceconfigs$Ssdcaches$Operations$Cancel extends StandardParameters {
|
|
5595
5584
|
/**
|
|
5596
5585
|
* The name of the operation resource to be cancelled.
|
|
5597
5586
|
*/
|
|
5598
5587
|
name?: string;
|
|
5599
5588
|
}
|
|
5600
|
-
export interface Params$Resource$Projects$Instanceconfigs$Ssdcaches$Operations$Delete
|
|
5601
|
-
extends StandardParameters {
|
|
5589
|
+
export interface Params$Resource$Projects$Instanceconfigs$Ssdcaches$Operations$Delete extends StandardParameters {
|
|
5602
5590
|
/**
|
|
5603
5591
|
* The name of the operation resource to be deleted.
|
|
5604
5592
|
*/
|
|
5605
5593
|
name?: string;
|
|
5606
5594
|
}
|
|
5607
|
-
export interface Params$Resource$Projects$Instanceconfigs$Ssdcaches$Operations$Get
|
|
5608
|
-
extends StandardParameters {
|
|
5595
|
+
export interface Params$Resource$Projects$Instanceconfigs$Ssdcaches$Operations$Get extends StandardParameters {
|
|
5609
5596
|
/**
|
|
5610
5597
|
* The name of the operation resource.
|
|
5611
5598
|
*/
|
|
5612
5599
|
name?: string;
|
|
5613
5600
|
}
|
|
5614
|
-
export interface Params$Resource$Projects$Instanceconfigs$Ssdcaches$Operations$List
|
|
5615
|
-
extends StandardParameters {
|
|
5601
|
+
export interface Params$Resource$Projects$Instanceconfigs$Ssdcaches$Operations$List extends StandardParameters {
|
|
5616
5602
|
/**
|
|
5617
5603
|
* The standard list filter.
|
|
5618
5604
|
*/
|
|
@@ -7011,8 +6997,7 @@ export namespace spanner_v1 {
|
|
|
7011
6997
|
}
|
|
7012
6998
|
}
|
|
7013
6999
|
|
|
7014
|
-
export interface Params$Resource$Projects$Instances$Create
|
|
7015
|
-
extends StandardParameters {
|
|
7000
|
+
export interface Params$Resource$Projects$Instances$Create extends StandardParameters {
|
|
7016
7001
|
/**
|
|
7017
7002
|
* Required. The name of the project in which to create the instance. Values are of the form `projects/`.
|
|
7018
7003
|
*/
|
|
@@ -7023,15 +7008,13 @@ export namespace spanner_v1 {
|
|
|
7023
7008
|
*/
|
|
7024
7009
|
requestBody?: Schema$CreateInstanceRequest;
|
|
7025
7010
|
}
|
|
7026
|
-
export interface Params$Resource$Projects$Instances$Delete
|
|
7027
|
-
extends StandardParameters {
|
|
7011
|
+
export interface Params$Resource$Projects$Instances$Delete extends StandardParameters {
|
|
7028
7012
|
/**
|
|
7029
7013
|
* Required. The name of the instance to be deleted. Values are of the form `projects//instances/`
|
|
7030
7014
|
*/
|
|
7031
7015
|
name?: string;
|
|
7032
7016
|
}
|
|
7033
|
-
export interface Params$Resource$Projects$Instances$Get
|
|
7034
|
-
extends StandardParameters {
|
|
7017
|
+
export interface Params$Resource$Projects$Instances$Get extends StandardParameters {
|
|
7035
7018
|
/**
|
|
7036
7019
|
* If field_mask is present, specifies the subset of Instance fields that should be returned. If absent, all Instance fields are returned.
|
|
7037
7020
|
*/
|
|
@@ -7041,8 +7024,7 @@ export namespace spanner_v1 {
|
|
|
7041
7024
|
*/
|
|
7042
7025
|
name?: string;
|
|
7043
7026
|
}
|
|
7044
|
-
export interface Params$Resource$Projects$Instances$Getiampolicy
|
|
7045
|
-
extends StandardParameters {
|
|
7027
|
+
export interface Params$Resource$Projects$Instances$Getiampolicy extends StandardParameters {
|
|
7046
7028
|
/**
|
|
7047
7029
|
* REQUIRED: The Cloud Spanner resource for which the policy is being retrieved. The format is `projects//instances/` for instance resources and `projects//instances//databases/` for database resources.
|
|
7048
7030
|
*/
|
|
@@ -7053,8 +7035,7 @@ export namespace spanner_v1 {
|
|
|
7053
7035
|
*/
|
|
7054
7036
|
requestBody?: Schema$GetIamPolicyRequest;
|
|
7055
7037
|
}
|
|
7056
|
-
export interface Params$Resource$Projects$Instances$List
|
|
7057
|
-
extends StandardParameters {
|
|
7038
|
+
export interface Params$Resource$Projects$Instances$List extends StandardParameters {
|
|
7058
7039
|
/**
|
|
7059
7040
|
* An expression for filtering the results of the request. Filter rules are case insensitive. The fields eligible for filtering are: * `name` * `display_name` * `labels.key` where key is the name of a label Some examples of using filters are: * `name:*` --\> The instance has a name. * `name:Howl` --\> The instance's name contains the string "howl". * `name:HOWL` --\> Equivalent to above. * `NAME:howl` --\> Equivalent to above. * `labels.env:*` --\> The instance has the label "env". * `labels.env:dev` --\> The instance has the label "env" and the value of the label contains the string "dev". * `name:howl labels.env:dev` --\> The instance's name contains "howl" and it has the label "env" with its value containing "dev".
|
|
7060
7041
|
*/
|
|
@@ -7076,8 +7057,7 @@ export namespace spanner_v1 {
|
|
|
7076
7057
|
*/
|
|
7077
7058
|
parent?: string;
|
|
7078
7059
|
}
|
|
7079
|
-
export interface Params$Resource$Projects$Instances$Move
|
|
7080
|
-
extends StandardParameters {
|
|
7060
|
+
export interface Params$Resource$Projects$Instances$Move extends StandardParameters {
|
|
7081
7061
|
/**
|
|
7082
7062
|
* Required. The instance to move. Values are of the form `projects//instances/`.
|
|
7083
7063
|
*/
|
|
@@ -7088,8 +7068,7 @@ export namespace spanner_v1 {
|
|
|
7088
7068
|
*/
|
|
7089
7069
|
requestBody?: Schema$MoveInstanceRequest;
|
|
7090
7070
|
}
|
|
7091
|
-
export interface Params$Resource$Projects$Instances$Patch
|
|
7092
|
-
extends StandardParameters {
|
|
7071
|
+
export interface Params$Resource$Projects$Instances$Patch extends StandardParameters {
|
|
7093
7072
|
/**
|
|
7094
7073
|
* Required. A unique identifier for the instance, which cannot be changed after the instance is created. Values are of the form `projects//instances/a-z*[a-z0-9]`. The final segment of the name must be between 2 and 64 characters in length.
|
|
7095
7074
|
*/
|
|
@@ -7100,8 +7079,7 @@ export namespace spanner_v1 {
|
|
|
7100
7079
|
*/
|
|
7101
7080
|
requestBody?: Schema$UpdateInstanceRequest;
|
|
7102
7081
|
}
|
|
7103
|
-
export interface Params$Resource$Projects$Instances$Setiampolicy
|
|
7104
|
-
extends StandardParameters {
|
|
7082
|
+
export interface Params$Resource$Projects$Instances$Setiampolicy extends StandardParameters {
|
|
7105
7083
|
/**
|
|
7106
7084
|
* REQUIRED: The Cloud Spanner resource for which the policy is being set. The format is `projects//instances/` for instance resources and `projects//instances//databases/` for databases resources.
|
|
7107
7085
|
*/
|
|
@@ -7112,8 +7090,7 @@ export namespace spanner_v1 {
|
|
|
7112
7090
|
*/
|
|
7113
7091
|
requestBody?: Schema$SetIamPolicyRequest;
|
|
7114
7092
|
}
|
|
7115
|
-
export interface Params$Resource$Projects$Instances$Testiampermissions
|
|
7116
|
-
extends StandardParameters {
|
|
7093
|
+
export interface Params$Resource$Projects$Instances$Testiampermissions extends StandardParameters {
|
|
7117
7094
|
/**
|
|
7118
7095
|
* REQUIRED: The Cloud Spanner resource for which permissions are being tested. The format is `projects//instances/` for instance resources and `projects//instances//databases/` for database resources.
|
|
7119
7096
|
*/
|
|
@@ -7285,8 +7262,7 @@ export namespace spanner_v1 {
|
|
|
7285
7262
|
}
|
|
7286
7263
|
}
|
|
7287
7264
|
|
|
7288
|
-
export interface Params$Resource$Projects$Instances$Backupoperations$List
|
|
7289
|
-
extends StandardParameters {
|
|
7265
|
+
export interface Params$Resource$Projects$Instances$Backupoperations$List extends StandardParameters {
|
|
7290
7266
|
/**
|
|
7291
7267
|
* An expression that filters the list of returned backup operations. A filter expression consists of a field name, a comparison operator, and a value for filtering. The value must be a string, a number, or a boolean. The comparison operator must be one of: `<`, `\>`, `<=`, `\>=`, `!=`, `=`, or `:`. Colon `:` is the contains operator. Filter rules are not case sensitive. The following fields in the operation are eligible for filtering: * `name` - The name of the long-running operation * `done` - False if the operation is in progress, else true. * `metadata.@type` - the type of metadata. For example, the type string for CreateBackupMetadata is `type.googleapis.com/google.spanner.admin.database.v1.CreateBackupMetadata`. * `metadata.` - any field in metadata.value. `metadata.@type` must be specified first if filtering on metadata fields. * `error` - Error associated with the long-running operation. * `response.@type` - the type of response. * `response.` - any field in response.value. You can combine multiple expressions by enclosing each expression in parentheses. By default, expressions are combined with AND logic, but you can specify AND, OR, and NOT logic explicitly. Here are a few examples: * `done:true` - The operation is complete. * `(metadata.@type=type.googleapis.com/google.spanner.admin.database.v1.CreateBackupMetadata) AND` \ `metadata.database:prod` - Returns operations where: * The operation's metadata type is CreateBackupMetadata. * The source database name of backup contains the string "prod". * `(metadata.@type=type.googleapis.com/google.spanner.admin.database.v1.CreateBackupMetadata) AND` \ `(metadata.name:howl) AND` \ `(metadata.progress.start_time < \"2018-03-28T14:50:00Z\") AND` \ `(error:*)` - Returns operations where: * The operation's metadata type is CreateBackupMetadata. * The backup name contains the string "howl". * The operation started before 2018-03-28T14:50:00Z. * The operation resulted in an error. * `(metadata.@type=type.googleapis.com/google.spanner.admin.database.v1.CopyBackupMetadata) AND` \ `(metadata.source_backup:test) AND` \ `(metadata.progress.start_time < \"2022-01-18T14:50:00Z\") AND` \ `(error:*)` - Returns operations where: * The operation's metadata type is CopyBackupMetadata. * The source backup name contains the string "test". * The operation started before 2022-01-18T14:50:00Z. * The operation resulted in an error. * `((metadata.@type=type.googleapis.com/google.spanner.admin.database.v1.CreateBackupMetadata) AND` \ `(metadata.database:test_db)) OR` \ `((metadata.@type=type.googleapis.com/google.spanner.admin.database.v1.CopyBackupMetadata) AND` \ `(metadata.source_backup:test_bkp)) AND` \ `(error:*)` - Returns operations where: * The operation's metadata matches either of criteria: * The operation's metadata type is CreateBackupMetadata AND the source database name of the backup contains the string "test_db" * The operation's metadata type is CopyBackupMetadata AND the source backup name contains the string "test_bkp" * The operation resulted in an error.
|
|
7292
7268
|
*/
|
|
@@ -8722,8 +8698,7 @@ export namespace spanner_v1 {
|
|
|
8722
8698
|
}
|
|
8723
8699
|
}
|
|
8724
8700
|
|
|
8725
|
-
export interface Params$Resource$Projects$Instances$Backups$Copy
|
|
8726
|
-
extends StandardParameters {
|
|
8701
|
+
export interface Params$Resource$Projects$Instances$Backups$Copy extends StandardParameters {
|
|
8727
8702
|
/**
|
|
8728
8703
|
* Required. The name of the destination instance that will contain the backup copy. Values are of the form: `projects//instances/`.
|
|
8729
8704
|
*/
|
|
@@ -8734,8 +8709,7 @@ export namespace spanner_v1 {
|
|
|
8734
8709
|
*/
|
|
8735
8710
|
requestBody?: Schema$CopyBackupRequest;
|
|
8736
8711
|
}
|
|
8737
|
-
export interface Params$Resource$Projects$Instances$Backups$Create
|
|
8738
|
-
extends StandardParameters {
|
|
8712
|
+
export interface Params$Resource$Projects$Instances$Backups$Create extends StandardParameters {
|
|
8739
8713
|
/**
|
|
8740
8714
|
* Required. The id of the backup to be created. The `backup_id` appended to `parent` forms the full backup name of the form `projects//instances//backups/`.
|
|
8741
8715
|
*/
|
|
@@ -8762,22 +8736,19 @@ export namespace spanner_v1 {
|
|
|
8762
8736
|
*/
|
|
8763
8737
|
requestBody?: Schema$Backup;
|
|
8764
8738
|
}
|
|
8765
|
-
export interface Params$Resource$Projects$Instances$Backups$Delete
|
|
8766
|
-
extends StandardParameters {
|
|
8739
|
+
export interface Params$Resource$Projects$Instances$Backups$Delete extends StandardParameters {
|
|
8767
8740
|
/**
|
|
8768
8741
|
* Required. Name of the backup to delete. Values are of the form `projects//instances//backups/`.
|
|
8769
8742
|
*/
|
|
8770
8743
|
name?: string;
|
|
8771
8744
|
}
|
|
8772
|
-
export interface Params$Resource$Projects$Instances$Backups$Get
|
|
8773
|
-
extends StandardParameters {
|
|
8745
|
+
export interface Params$Resource$Projects$Instances$Backups$Get extends StandardParameters {
|
|
8774
8746
|
/**
|
|
8775
8747
|
* Required. Name of the backup. Values are of the form `projects//instances//backups/`.
|
|
8776
8748
|
*/
|
|
8777
8749
|
name?: string;
|
|
8778
8750
|
}
|
|
8779
|
-
export interface Params$Resource$Projects$Instances$Backups$Getiampolicy
|
|
8780
|
-
extends StandardParameters {
|
|
8751
|
+
export interface Params$Resource$Projects$Instances$Backups$Getiampolicy extends StandardParameters {
|
|
8781
8752
|
/**
|
|
8782
8753
|
* REQUIRED: The Cloud Spanner resource for which the policy is being retrieved. The format is `projects//instances/` for instance resources and `projects//instances//databases/` for database resources.
|
|
8783
8754
|
*/
|
|
@@ -8788,8 +8759,7 @@ export namespace spanner_v1 {
|
|
|
8788
8759
|
*/
|
|
8789
8760
|
requestBody?: Schema$GetIamPolicyRequest;
|
|
8790
8761
|
}
|
|
8791
|
-
export interface Params$Resource$Projects$Instances$Backups$List
|
|
8792
|
-
extends StandardParameters {
|
|
8762
|
+
export interface Params$Resource$Projects$Instances$Backups$List extends StandardParameters {
|
|
8793
8763
|
/**
|
|
8794
8764
|
* An expression that filters the list of returned backups. A filter expression consists of a field name, a comparison operator, and a value for filtering. The value must be a string, a number, or a boolean. The comparison operator must be one of: `<`, `\>`, `<=`, `\>=`, `!=`, `=`, or `:`. Colon `:` is the contains operator. Filter rules are not case sensitive. The following fields in the Backup are eligible for filtering: * `name` * `database` * `state` * `create_time` (and values are of the format YYYY-MM-DDTHH:MM:SSZ) * `expire_time` (and values are of the format YYYY-MM-DDTHH:MM:SSZ) * `version_time` (and values are of the format YYYY-MM-DDTHH:MM:SSZ) * `size_bytes` * `backup_schedules` You can combine multiple expressions by enclosing each expression in parentheses. By default, expressions are combined with AND logic, but you can specify AND, OR, and NOT logic explicitly. Here are a few examples: * `name:Howl` - The backup's name contains the string "howl". * `database:prod` - The database's name contains the string "prod". * `state:CREATING` - The backup is pending creation. * `state:READY` - The backup is fully created and ready for use. * `(name:howl) AND (create_time < \"2018-03-28T14:50:00Z\")` - The backup name contains the string "howl" and `create_time` of the backup is before 2018-03-28T14:50:00Z. * `expire_time < \"2018-03-28T14:50:00Z\"` - The backup `expire_time` is before 2018-03-28T14:50:00Z. * `size_bytes \> 10000000000` - The backup's size is greater than 10GB * `backup_schedules:daily` - The backup is created from a schedule with "daily" in its name.
|
|
8795
8765
|
*/
|
|
@@ -8807,8 +8777,7 @@ export namespace spanner_v1 {
|
|
|
8807
8777
|
*/
|
|
8808
8778
|
parent?: string;
|
|
8809
8779
|
}
|
|
8810
|
-
export interface Params$Resource$Projects$Instances$Backups$Patch
|
|
8811
|
-
extends StandardParameters {
|
|
8780
|
+
export interface Params$Resource$Projects$Instances$Backups$Patch extends StandardParameters {
|
|
8812
8781
|
/**
|
|
8813
8782
|
* 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/`.
|
|
8814
8783
|
*/
|
|
@@ -8823,8 +8792,7 @@ export namespace spanner_v1 {
|
|
|
8823
8792
|
*/
|
|
8824
8793
|
requestBody?: Schema$Backup;
|
|
8825
8794
|
}
|
|
8826
|
-
export interface Params$Resource$Projects$Instances$Backups$Setiampolicy
|
|
8827
|
-
extends StandardParameters {
|
|
8795
|
+
export interface Params$Resource$Projects$Instances$Backups$Setiampolicy extends StandardParameters {
|
|
8828
8796
|
/**
|
|
8829
8797
|
* REQUIRED: The Cloud Spanner resource for which the policy is being set. The format is `projects//instances/` for instance resources and `projects//instances//databases/` for databases resources.
|
|
8830
8798
|
*/
|
|
@@ -8835,8 +8803,7 @@ export namespace spanner_v1 {
|
|
|
8835
8803
|
*/
|
|
8836
8804
|
requestBody?: Schema$SetIamPolicyRequest;
|
|
8837
8805
|
}
|
|
8838
|
-
export interface Params$Resource$Projects$Instances$Backups$Testiampermissions
|
|
8839
|
-
extends StandardParameters {
|
|
8806
|
+
export interface Params$Resource$Projects$Instances$Backups$Testiampermissions extends StandardParameters {
|
|
8840
8807
|
/**
|
|
8841
8808
|
* REQUIRED: The Cloud Spanner resource for which permissions are being tested. The format is `projects//instances/` for instance resources and `projects//instances//databases/` for database resources.
|
|
8842
8809
|
*/
|
|
@@ -9419,29 +9386,25 @@ export namespace spanner_v1 {
|
|
|
9419
9386
|
}
|
|
9420
9387
|
}
|
|
9421
9388
|
|
|
9422
|
-
export interface Params$Resource$Projects$Instances$Backups$Operations$Cancel
|
|
9423
|
-
extends StandardParameters {
|
|
9389
|
+
export interface Params$Resource$Projects$Instances$Backups$Operations$Cancel extends StandardParameters {
|
|
9424
9390
|
/**
|
|
9425
9391
|
* The name of the operation resource to be cancelled.
|
|
9426
9392
|
*/
|
|
9427
9393
|
name?: string;
|
|
9428
9394
|
}
|
|
9429
|
-
export interface Params$Resource$Projects$Instances$Backups$Operations$Delete
|
|
9430
|
-
extends StandardParameters {
|
|
9395
|
+
export interface Params$Resource$Projects$Instances$Backups$Operations$Delete extends StandardParameters {
|
|
9431
9396
|
/**
|
|
9432
9397
|
* The name of the operation resource to be deleted.
|
|
9433
9398
|
*/
|
|
9434
9399
|
name?: string;
|
|
9435
9400
|
}
|
|
9436
|
-
export interface Params$Resource$Projects$Instances$Backups$Operations$Get
|
|
9437
|
-
extends StandardParameters {
|
|
9401
|
+
export interface Params$Resource$Projects$Instances$Backups$Operations$Get extends StandardParameters {
|
|
9438
9402
|
/**
|
|
9439
9403
|
* The name of the operation resource.
|
|
9440
9404
|
*/
|
|
9441
9405
|
name?: string;
|
|
9442
9406
|
}
|
|
9443
|
-
export interface Params$Resource$Projects$Instances$Backups$Operations$List
|
|
9444
|
-
extends StandardParameters {
|
|
9407
|
+
export interface Params$Resource$Projects$Instances$Backups$Operations$List extends StandardParameters {
|
|
9445
9408
|
/**
|
|
9446
9409
|
* The standard list filter.
|
|
9447
9410
|
*/
|
|
@@ -9625,8 +9588,7 @@ export namespace spanner_v1 {
|
|
|
9625
9588
|
}
|
|
9626
9589
|
}
|
|
9627
9590
|
|
|
9628
|
-
export interface Params$Resource$Projects$Instances$Databaseoperations$List
|
|
9629
|
-
extends StandardParameters {
|
|
9591
|
+
export interface Params$Resource$Projects$Instances$Databaseoperations$List extends StandardParameters {
|
|
9630
9592
|
/**
|
|
9631
9593
|
* An expression that filters the list of returned operations. A filter expression consists of a field name, a comparison operator, and a value for filtering. The value must be a string, a number, or a boolean. The comparison operator must be one of: `<`, `\>`, `<=`, `\>=`, `!=`, `=`, or `:`. Colon `:` is the contains operator. Filter rules are not case sensitive. The following fields in the operation are eligible for filtering: * `name` - The name of the long-running operation * `done` - False if the operation is in progress, else true. * `metadata.@type` - the type of metadata. For example, the type string for RestoreDatabaseMetadata is `type.googleapis.com/google.spanner.admin.database.v1.RestoreDatabaseMetadata`. * `metadata.` - any field in metadata.value. `metadata.@type` must be specified first, if filtering on metadata fields. * `error` - Error associated with the long-running operation. * `response.@type` - the type of response. * `response.` - any field in response.value. You can combine multiple expressions by enclosing each expression in parentheses. By default, expressions are combined with AND logic. However, you can specify AND, OR, and NOT logic explicitly. Here are a few examples: * `done:true` - The operation is complete. * `(metadata.@type=type.googleapis.com/google.spanner.admin.database.v1.RestoreDatabaseMetadata) AND` \ `(metadata.source_type:BACKUP) AND` \ `(metadata.backup_info.backup:backup_howl) AND` \ `(metadata.name:restored_howl) AND` \ `(metadata.progress.start_time < \"2018-03-28T14:50:00Z\") AND` \ `(error:*)` - Return operations where: * The operation's metadata type is RestoreDatabaseMetadata. * The database is restored from a backup. * The backup name contains "backup_howl". * The restored database's name contains "restored_howl". * The operation started before 2018-03-28T14:50:00Z. * The operation resulted in an error.
|
|
9632
9594
|
*/
|
|
@@ -11777,8 +11739,7 @@ export namespace spanner_v1 {
|
|
|
11777
11739
|
}
|
|
11778
11740
|
}
|
|
11779
11741
|
|
|
11780
|
-
export interface Params$Resource$Projects$Instances$Databases$Addsplitpoints
|
|
11781
|
-
extends StandardParameters {
|
|
11742
|
+
export interface Params$Resource$Projects$Instances$Databases$Addsplitpoints extends StandardParameters {
|
|
11782
11743
|
/**
|
|
11783
11744
|
* Required. The database on whose tables or indexes the split points are to be added. Values are of the form `projects//instances//databases/`.
|
|
11784
11745
|
*/
|
|
@@ -11789,8 +11750,7 @@ export namespace spanner_v1 {
|
|
|
11789
11750
|
*/
|
|
11790
11751
|
requestBody?: Schema$AddSplitPointsRequest;
|
|
11791
11752
|
}
|
|
11792
|
-
export interface Params$Resource$Projects$Instances$Databases$Changequorum
|
|
11793
|
-
extends StandardParameters {
|
|
11753
|
+
export interface Params$Resource$Projects$Instances$Databases$Changequorum extends StandardParameters {
|
|
11794
11754
|
/**
|
|
11795
11755
|
* Required. Name of the database in which to apply `ChangeQuorum`. Values are of the form `projects//instances//databases/`.
|
|
11796
11756
|
*/
|
|
@@ -11801,8 +11761,7 @@ export namespace spanner_v1 {
|
|
|
11801
11761
|
*/
|
|
11802
11762
|
requestBody?: Schema$ChangeQuorumRequest;
|
|
11803
11763
|
}
|
|
11804
|
-
export interface Params$Resource$Projects$Instances$Databases$Create
|
|
11805
|
-
extends StandardParameters {
|
|
11764
|
+
export interface Params$Resource$Projects$Instances$Databases$Create extends StandardParameters {
|
|
11806
11765
|
/**
|
|
11807
11766
|
* Required. The name of the instance that will serve the new database. Values are of the form `projects//instances/`.
|
|
11808
11767
|
*/
|
|
@@ -11813,29 +11772,25 @@ export namespace spanner_v1 {
|
|
|
11813
11772
|
*/
|
|
11814
11773
|
requestBody?: Schema$CreateDatabaseRequest;
|
|
11815
11774
|
}
|
|
11816
|
-
export interface Params$Resource$Projects$Instances$Databases$Dropdatabase
|
|
11817
|
-
extends StandardParameters {
|
|
11775
|
+
export interface Params$Resource$Projects$Instances$Databases$Dropdatabase extends StandardParameters {
|
|
11818
11776
|
/**
|
|
11819
11777
|
* Required. The database to be dropped.
|
|
11820
11778
|
*/
|
|
11821
11779
|
database?: string;
|
|
11822
11780
|
}
|
|
11823
|
-
export interface Params$Resource$Projects$Instances$Databases$Get
|
|
11824
|
-
extends StandardParameters {
|
|
11781
|
+
export interface Params$Resource$Projects$Instances$Databases$Get extends StandardParameters {
|
|
11825
11782
|
/**
|
|
11826
11783
|
* Required. The name of the requested database. Values are of the form `projects//instances//databases/`.
|
|
11827
11784
|
*/
|
|
11828
11785
|
name?: string;
|
|
11829
11786
|
}
|
|
11830
|
-
export interface Params$Resource$Projects$Instances$Databases$Getddl
|
|
11831
|
-
extends StandardParameters {
|
|
11787
|
+
export interface Params$Resource$Projects$Instances$Databases$Getddl extends StandardParameters {
|
|
11832
11788
|
/**
|
|
11833
11789
|
* Required. The database whose schema we wish to get. Values are of the form `projects//instances//databases/`
|
|
11834
11790
|
*/
|
|
11835
11791
|
database?: string;
|
|
11836
11792
|
}
|
|
11837
|
-
export interface Params$Resource$Projects$Instances$Databases$Getiampolicy
|
|
11838
|
-
extends StandardParameters {
|
|
11793
|
+
export interface Params$Resource$Projects$Instances$Databases$Getiampolicy extends StandardParameters {
|
|
11839
11794
|
/**
|
|
11840
11795
|
* REQUIRED: The Cloud Spanner resource for which the policy is being retrieved. The format is `projects//instances/` for instance resources and `projects//instances//databases/` for database resources.
|
|
11841
11796
|
*/
|
|
@@ -11846,8 +11801,7 @@ export namespace spanner_v1 {
|
|
|
11846
11801
|
*/
|
|
11847
11802
|
requestBody?: Schema$GetIamPolicyRequest;
|
|
11848
11803
|
}
|
|
11849
|
-
export interface Params$Resource$Projects$Instances$Databases$Getscans
|
|
11850
|
-
extends StandardParameters {
|
|
11804
|
+
export interface Params$Resource$Projects$Instances$Databases$Getscans extends StandardParameters {
|
|
11851
11805
|
/**
|
|
11852
11806
|
* The upper bound for the time range to retrieve Scan data for.
|
|
11853
11807
|
*/
|
|
@@ -11865,8 +11819,7 @@ export namespace spanner_v1 {
|
|
|
11865
11819
|
*/
|
|
11866
11820
|
view?: string;
|
|
11867
11821
|
}
|
|
11868
|
-
export interface Params$Resource$Projects$Instances$Databases$List
|
|
11869
|
-
extends StandardParameters {
|
|
11822
|
+
export interface Params$Resource$Projects$Instances$Databases$List extends StandardParameters {
|
|
11870
11823
|
/**
|
|
11871
11824
|
* Number of databases to be returned in the response. If 0 or less, defaults to the server's maximum allowed page size.
|
|
11872
11825
|
*/
|
|
@@ -11880,8 +11833,7 @@ export namespace spanner_v1 {
|
|
|
11880
11833
|
*/
|
|
11881
11834
|
parent?: string;
|
|
11882
11835
|
}
|
|
11883
|
-
export interface Params$Resource$Projects$Instances$Databases$Patch
|
|
11884
|
-
extends StandardParameters {
|
|
11836
|
+
export interface Params$Resource$Projects$Instances$Databases$Patch extends StandardParameters {
|
|
11885
11837
|
/**
|
|
11886
11838
|
* Required. The name of the database. Values are of the form `projects//instances//databases/`, where `` is as specified in the `CREATE DATABASE` statement. This name can be passed to other API methods to identify the database.
|
|
11887
11839
|
*/
|
|
@@ -11896,8 +11848,7 @@ export namespace spanner_v1 {
|
|
|
11896
11848
|
*/
|
|
11897
11849
|
requestBody?: Schema$Database;
|
|
11898
11850
|
}
|
|
11899
|
-
export interface Params$Resource$Projects$Instances$Databases$Restore
|
|
11900
|
-
extends StandardParameters {
|
|
11851
|
+
export interface Params$Resource$Projects$Instances$Databases$Restore extends StandardParameters {
|
|
11901
11852
|
/**
|
|
11902
11853
|
* Required. The name of the instance in which to create the restored database. This instance must be in the same project and have the same instance configuration as the instance containing the source backup. Values are of the form `projects//instances/`.
|
|
11903
11854
|
*/
|
|
@@ -11908,8 +11859,7 @@ export namespace spanner_v1 {
|
|
|
11908
11859
|
*/
|
|
11909
11860
|
requestBody?: Schema$RestoreDatabaseRequest;
|
|
11910
11861
|
}
|
|
11911
|
-
export interface Params$Resource$Projects$Instances$Databases$Setiampolicy
|
|
11912
|
-
extends StandardParameters {
|
|
11862
|
+
export interface Params$Resource$Projects$Instances$Databases$Setiampolicy extends StandardParameters {
|
|
11913
11863
|
/**
|
|
11914
11864
|
* REQUIRED: The Cloud Spanner resource for which the policy is being set. The format is `projects//instances/` for instance resources and `projects//instances//databases/` for databases resources.
|
|
11915
11865
|
*/
|
|
@@ -11920,8 +11870,7 @@ export namespace spanner_v1 {
|
|
|
11920
11870
|
*/
|
|
11921
11871
|
requestBody?: Schema$SetIamPolicyRequest;
|
|
11922
11872
|
}
|
|
11923
|
-
export interface Params$Resource$Projects$Instances$Databases$Testiampermissions
|
|
11924
|
-
extends StandardParameters {
|
|
11873
|
+
export interface Params$Resource$Projects$Instances$Databases$Testiampermissions extends StandardParameters {
|
|
11925
11874
|
/**
|
|
11926
11875
|
* REQUIRED: The Cloud Spanner resource for which permissions are being tested. The format is `projects//instances/` for instance resources and `projects//instances//databases/` for database resources.
|
|
11927
11876
|
*/
|
|
@@ -11932,8 +11881,7 @@ export namespace spanner_v1 {
|
|
|
11932
11881
|
*/
|
|
11933
11882
|
requestBody?: Schema$TestIamPermissionsRequest;
|
|
11934
11883
|
}
|
|
11935
|
-
export interface Params$Resource$Projects$Instances$Databases$Updateddl
|
|
11936
|
-
extends StandardParameters {
|
|
11884
|
+
export interface Params$Resource$Projects$Instances$Databases$Updateddl extends StandardParameters {
|
|
11937
11885
|
/**
|
|
11938
11886
|
* Required. The database to update.
|
|
11939
11887
|
*/
|
|
@@ -13172,8 +13120,7 @@ export namespace spanner_v1 {
|
|
|
13172
13120
|
}
|
|
13173
13121
|
}
|
|
13174
13122
|
|
|
13175
|
-
export interface Params$Resource$Projects$Instances$Databases$Backupschedules$Create
|
|
13176
|
-
extends StandardParameters {
|
|
13123
|
+
export interface Params$Resource$Projects$Instances$Databases$Backupschedules$Create extends StandardParameters {
|
|
13177
13124
|
/**
|
|
13178
13125
|
* Required. The Id to use for the backup schedule. The `backup_schedule_id` appended to `parent` forms the full backup schedule name of the form `projects//instances//databases//backupSchedules/`.
|
|
13179
13126
|
*/
|
|
@@ -13188,22 +13135,19 @@ export namespace spanner_v1 {
|
|
|
13188
13135
|
*/
|
|
13189
13136
|
requestBody?: Schema$BackupSchedule;
|
|
13190
13137
|
}
|
|
13191
|
-
export interface Params$Resource$Projects$Instances$Databases$Backupschedules$Delete
|
|
13192
|
-
extends StandardParameters {
|
|
13138
|
+
export interface Params$Resource$Projects$Instances$Databases$Backupschedules$Delete extends StandardParameters {
|
|
13193
13139
|
/**
|
|
13194
13140
|
* Required. The name of the schedule to delete. Values are of the form `projects//instances//databases//backupSchedules/`.
|
|
13195
13141
|
*/
|
|
13196
13142
|
name?: string;
|
|
13197
13143
|
}
|
|
13198
|
-
export interface Params$Resource$Projects$Instances$Databases$Backupschedules$Get
|
|
13199
|
-
extends StandardParameters {
|
|
13144
|
+
export interface Params$Resource$Projects$Instances$Databases$Backupschedules$Get extends StandardParameters {
|
|
13200
13145
|
/**
|
|
13201
13146
|
* Required. The name of the schedule to retrieve. Values are of the form `projects//instances//databases//backupSchedules/`.
|
|
13202
13147
|
*/
|
|
13203
13148
|
name?: string;
|
|
13204
13149
|
}
|
|
13205
|
-
export interface Params$Resource$Projects$Instances$Databases$Backupschedules$Getiampolicy
|
|
13206
|
-
extends StandardParameters {
|
|
13150
|
+
export interface Params$Resource$Projects$Instances$Databases$Backupschedules$Getiampolicy extends StandardParameters {
|
|
13207
13151
|
/**
|
|
13208
13152
|
* REQUIRED: The Cloud Spanner resource for which the policy is being retrieved. The format is `projects//instances/` for instance resources and `projects//instances//databases/` for database resources.
|
|
13209
13153
|
*/
|
|
@@ -13214,8 +13158,7 @@ export namespace spanner_v1 {
|
|
|
13214
13158
|
*/
|
|
13215
13159
|
requestBody?: Schema$GetIamPolicyRequest;
|
|
13216
13160
|
}
|
|
13217
|
-
export interface Params$Resource$Projects$Instances$Databases$Backupschedules$List
|
|
13218
|
-
extends StandardParameters {
|
|
13161
|
+
export interface Params$Resource$Projects$Instances$Databases$Backupschedules$List extends StandardParameters {
|
|
13219
13162
|
/**
|
|
13220
13163
|
* Optional. Number of backup schedules to be returned in the response. If 0 or less, defaults to the server's maximum allowed page size.
|
|
13221
13164
|
*/
|
|
@@ -13229,8 +13172,7 @@ export namespace spanner_v1 {
|
|
|
13229
13172
|
*/
|
|
13230
13173
|
parent?: string;
|
|
13231
13174
|
}
|
|
13232
|
-
export interface Params$Resource$Projects$Instances$Databases$Backupschedules$Patch
|
|
13233
|
-
extends StandardParameters {
|
|
13175
|
+
export interface Params$Resource$Projects$Instances$Databases$Backupschedules$Patch extends StandardParameters {
|
|
13234
13176
|
/**
|
|
13235
13177
|
* Identifier. Output only for the CreateBackupSchedule operation. Required for the UpdateBackupSchedule operation. A globally unique identifier for the backup schedule which cannot be changed. Values are of the form `projects//instances//databases//backupSchedules/a-z*[a-z0-9]` The final segment of the name must be between 2 and 60 characters in length.
|
|
13236
13178
|
*/
|
|
@@ -13245,8 +13187,7 @@ export namespace spanner_v1 {
|
|
|
13245
13187
|
*/
|
|
13246
13188
|
requestBody?: Schema$BackupSchedule;
|
|
13247
13189
|
}
|
|
13248
|
-
export interface Params$Resource$Projects$Instances$Databases$Backupschedules$Setiampolicy
|
|
13249
|
-
extends StandardParameters {
|
|
13190
|
+
export interface Params$Resource$Projects$Instances$Databases$Backupschedules$Setiampolicy extends StandardParameters {
|
|
13250
13191
|
/**
|
|
13251
13192
|
* REQUIRED: The Cloud Spanner resource for which the policy is being set. The format is `projects//instances/` for instance resources and `projects//instances//databases/` for databases resources.
|
|
13252
13193
|
*/
|
|
@@ -13257,8 +13198,7 @@ export namespace spanner_v1 {
|
|
|
13257
13198
|
*/
|
|
13258
13199
|
requestBody?: Schema$SetIamPolicyRequest;
|
|
13259
13200
|
}
|
|
13260
|
-
export interface Params$Resource$Projects$Instances$Databases$Backupschedules$Testiampermissions
|
|
13261
|
-
extends StandardParameters {
|
|
13201
|
+
export interface Params$Resource$Projects$Instances$Databases$Backupschedules$Testiampermissions extends StandardParameters {
|
|
13262
13202
|
/**
|
|
13263
13203
|
* REQUIRED: The Cloud Spanner resource for which permissions are being tested. The format is `projects//instances/` for instance resources and `projects//instances//databases/` for database resources.
|
|
13264
13204
|
*/
|
|
@@ -13584,8 +13524,7 @@ export namespace spanner_v1 {
|
|
|
13584
13524
|
}
|
|
13585
13525
|
}
|
|
13586
13526
|
|
|
13587
|
-
export interface Params$Resource$Projects$Instances$Databases$Databaseroles$List
|
|
13588
|
-
extends StandardParameters {
|
|
13527
|
+
export interface Params$Resource$Projects$Instances$Databases$Databaseroles$List extends StandardParameters {
|
|
13589
13528
|
/**
|
|
13590
13529
|
* Number of database roles to be returned in the response. If 0 or less, defaults to the server's maximum allowed page size.
|
|
13591
13530
|
*/
|
|
@@ -13599,8 +13538,7 @@ export namespace spanner_v1 {
|
|
|
13599
13538
|
*/
|
|
13600
13539
|
parent?: string;
|
|
13601
13540
|
}
|
|
13602
|
-
export interface Params$Resource$Projects$Instances$Databases$Databaseroles$Testiampermissions
|
|
13603
|
-
extends StandardParameters {
|
|
13541
|
+
export interface Params$Resource$Projects$Instances$Databases$Databaseroles$Testiampermissions extends StandardParameters {
|
|
13604
13542
|
/**
|
|
13605
13543
|
* REQUIRED: The Cloud Spanner resource for which permissions are being tested. The format is `projects//instances/` for instance resources and `projects//instances//databases/` for database resources.
|
|
13606
13544
|
*/
|
|
@@ -14183,29 +14121,25 @@ export namespace spanner_v1 {
|
|
|
14183
14121
|
}
|
|
14184
14122
|
}
|
|
14185
14123
|
|
|
14186
|
-
export interface Params$Resource$Projects$Instances$Databases$Operations$Cancel
|
|
14187
|
-
extends StandardParameters {
|
|
14124
|
+
export interface Params$Resource$Projects$Instances$Databases$Operations$Cancel extends StandardParameters {
|
|
14188
14125
|
/**
|
|
14189
14126
|
* The name of the operation resource to be cancelled.
|
|
14190
14127
|
*/
|
|
14191
14128
|
name?: string;
|
|
14192
14129
|
}
|
|
14193
|
-
export interface Params$Resource$Projects$Instances$Databases$Operations$Delete
|
|
14194
|
-
extends StandardParameters {
|
|
14130
|
+
export interface Params$Resource$Projects$Instances$Databases$Operations$Delete extends StandardParameters {
|
|
14195
14131
|
/**
|
|
14196
14132
|
* The name of the operation resource to be deleted.
|
|
14197
14133
|
*/
|
|
14198
14134
|
name?: string;
|
|
14199
14135
|
}
|
|
14200
|
-
export interface Params$Resource$Projects$Instances$Databases$Operations$Get
|
|
14201
|
-
extends StandardParameters {
|
|
14136
|
+
export interface Params$Resource$Projects$Instances$Databases$Operations$Get extends StandardParameters {
|
|
14202
14137
|
/**
|
|
14203
14138
|
* The name of the operation resource.
|
|
14204
14139
|
*/
|
|
14205
14140
|
name?: string;
|
|
14206
14141
|
}
|
|
14207
|
-
export interface Params$Resource$Projects$Instances$Databases$Operations$List
|
|
14208
|
-
extends StandardParameters {
|
|
14142
|
+
export interface Params$Resource$Projects$Instances$Databases$Operations$List extends StandardParameters {
|
|
14209
14143
|
/**
|
|
14210
14144
|
* The standard list filter.
|
|
14211
14145
|
*/
|
|
@@ -17046,8 +16980,7 @@ export namespace spanner_v1 {
|
|
|
17046
16980
|
}
|
|
17047
16981
|
}
|
|
17048
16982
|
|
|
17049
|
-
export interface Params$Resource$Projects$Instances$Databases$Sessions$Adapter
|
|
17050
|
-
extends StandardParameters {
|
|
16983
|
+
export interface Params$Resource$Projects$Instances$Databases$Sessions$Adapter extends StandardParameters {
|
|
17051
16984
|
/**
|
|
17052
16985
|
* Required. The database in which the new session is created.
|
|
17053
16986
|
*/
|
|
@@ -17058,8 +16991,7 @@ export namespace spanner_v1 {
|
|
|
17058
16991
|
*/
|
|
17059
16992
|
requestBody?: Schema$AdapterSession;
|
|
17060
16993
|
}
|
|
17061
|
-
export interface Params$Resource$Projects$Instances$Databases$Sessions$Adaptmessage
|
|
17062
|
-
extends StandardParameters {
|
|
16994
|
+
export interface Params$Resource$Projects$Instances$Databases$Sessions$Adaptmessage extends StandardParameters {
|
|
17063
16995
|
/**
|
|
17064
16996
|
* Required. The database session in which the adapter request is processed.
|
|
17065
16997
|
*/
|
|
@@ -17070,8 +17002,7 @@ export namespace spanner_v1 {
|
|
|
17070
17002
|
*/
|
|
17071
17003
|
requestBody?: Schema$AdaptMessageRequest;
|
|
17072
17004
|
}
|
|
17073
|
-
export interface Params$Resource$Projects$Instances$Databases$Sessions$Batchcreate
|
|
17074
|
-
extends StandardParameters {
|
|
17005
|
+
export interface Params$Resource$Projects$Instances$Databases$Sessions$Batchcreate extends StandardParameters {
|
|
17075
17006
|
/**
|
|
17076
17007
|
* Required. The database in which the new sessions are created.
|
|
17077
17008
|
*/
|
|
@@ -17082,8 +17013,7 @@ export namespace spanner_v1 {
|
|
|
17082
17013
|
*/
|
|
17083
17014
|
requestBody?: Schema$BatchCreateSessionsRequest;
|
|
17084
17015
|
}
|
|
17085
|
-
export interface Params$Resource$Projects$Instances$Databases$Sessions$Batchwrite
|
|
17086
|
-
extends StandardParameters {
|
|
17016
|
+
export interface Params$Resource$Projects$Instances$Databases$Sessions$Batchwrite extends StandardParameters {
|
|
17087
17017
|
/**
|
|
17088
17018
|
* Required. The session in which the batch request is to be run.
|
|
17089
17019
|
*/
|
|
@@ -17094,8 +17024,7 @@ export namespace spanner_v1 {
|
|
|
17094
17024
|
*/
|
|
17095
17025
|
requestBody?: Schema$BatchWriteRequest;
|
|
17096
17026
|
}
|
|
17097
|
-
export interface Params$Resource$Projects$Instances$Databases$Sessions$Begintransaction
|
|
17098
|
-
extends StandardParameters {
|
|
17027
|
+
export interface Params$Resource$Projects$Instances$Databases$Sessions$Begintransaction extends StandardParameters {
|
|
17099
17028
|
/**
|
|
17100
17029
|
* Required. The session in which the transaction runs.
|
|
17101
17030
|
*/
|
|
@@ -17106,8 +17035,7 @@ export namespace spanner_v1 {
|
|
|
17106
17035
|
*/
|
|
17107
17036
|
requestBody?: Schema$BeginTransactionRequest;
|
|
17108
17037
|
}
|
|
17109
|
-
export interface Params$Resource$Projects$Instances$Databases$Sessions$Commit
|
|
17110
|
-
extends StandardParameters {
|
|
17038
|
+
export interface Params$Resource$Projects$Instances$Databases$Sessions$Commit extends StandardParameters {
|
|
17111
17039
|
/**
|
|
17112
17040
|
* Required. The session in which the transaction to be committed is running.
|
|
17113
17041
|
*/
|
|
@@ -17118,8 +17046,7 @@ export namespace spanner_v1 {
|
|
|
17118
17046
|
*/
|
|
17119
17047
|
requestBody?: Schema$CommitRequest;
|
|
17120
17048
|
}
|
|
17121
|
-
export interface Params$Resource$Projects$Instances$Databases$Sessions$Create
|
|
17122
|
-
extends StandardParameters {
|
|
17049
|
+
export interface Params$Resource$Projects$Instances$Databases$Sessions$Create extends StandardParameters {
|
|
17123
17050
|
/**
|
|
17124
17051
|
* Required. The database in which the new session is created.
|
|
17125
17052
|
*/
|
|
@@ -17130,15 +17057,13 @@ export namespace spanner_v1 {
|
|
|
17130
17057
|
*/
|
|
17131
17058
|
requestBody?: Schema$CreateSessionRequest;
|
|
17132
17059
|
}
|
|
17133
|
-
export interface Params$Resource$Projects$Instances$Databases$Sessions$Delete
|
|
17134
|
-
extends StandardParameters {
|
|
17060
|
+
export interface Params$Resource$Projects$Instances$Databases$Sessions$Delete extends StandardParameters {
|
|
17135
17061
|
/**
|
|
17136
17062
|
* Required. The name of the session to delete.
|
|
17137
17063
|
*/
|
|
17138
17064
|
name?: string;
|
|
17139
17065
|
}
|
|
17140
|
-
export interface Params$Resource$Projects$Instances$Databases$Sessions$Executebatchdml
|
|
17141
|
-
extends StandardParameters {
|
|
17066
|
+
export interface Params$Resource$Projects$Instances$Databases$Sessions$Executebatchdml extends StandardParameters {
|
|
17142
17067
|
/**
|
|
17143
17068
|
* Required. The session in which the DML statements should be performed.
|
|
17144
17069
|
*/
|
|
@@ -17149,8 +17074,7 @@ export namespace spanner_v1 {
|
|
|
17149
17074
|
*/
|
|
17150
17075
|
requestBody?: Schema$ExecuteBatchDmlRequest;
|
|
17151
17076
|
}
|
|
17152
|
-
export interface Params$Resource$Projects$Instances$Databases$Sessions$Executesql
|
|
17153
|
-
extends StandardParameters {
|
|
17077
|
+
export interface Params$Resource$Projects$Instances$Databases$Sessions$Executesql extends StandardParameters {
|
|
17154
17078
|
/**
|
|
17155
17079
|
* Required. The session in which the SQL query should be performed.
|
|
17156
17080
|
*/
|
|
@@ -17161,8 +17085,7 @@ export namespace spanner_v1 {
|
|
|
17161
17085
|
*/
|
|
17162
17086
|
requestBody?: Schema$ExecuteSqlRequest;
|
|
17163
17087
|
}
|
|
17164
|
-
export interface Params$Resource$Projects$Instances$Databases$Sessions$Executestreamingsql
|
|
17165
|
-
extends StandardParameters {
|
|
17088
|
+
export interface Params$Resource$Projects$Instances$Databases$Sessions$Executestreamingsql extends StandardParameters {
|
|
17166
17089
|
/**
|
|
17167
17090
|
* Required. The session in which the SQL query should be performed.
|
|
17168
17091
|
*/
|
|
@@ -17173,15 +17096,13 @@ export namespace spanner_v1 {
|
|
|
17173
17096
|
*/
|
|
17174
17097
|
requestBody?: Schema$ExecuteSqlRequest;
|
|
17175
17098
|
}
|
|
17176
|
-
export interface Params$Resource$Projects$Instances$Databases$Sessions$Get
|
|
17177
|
-
extends StandardParameters {
|
|
17099
|
+
export interface Params$Resource$Projects$Instances$Databases$Sessions$Get extends StandardParameters {
|
|
17178
17100
|
/**
|
|
17179
17101
|
* Required. The name of the session to retrieve.
|
|
17180
17102
|
*/
|
|
17181
17103
|
name?: string;
|
|
17182
17104
|
}
|
|
17183
|
-
export interface Params$Resource$Projects$Instances$Databases$Sessions$List
|
|
17184
|
-
extends StandardParameters {
|
|
17105
|
+
export interface Params$Resource$Projects$Instances$Databases$Sessions$List extends StandardParameters {
|
|
17185
17106
|
/**
|
|
17186
17107
|
* Required. The database in which to list sessions.
|
|
17187
17108
|
*/
|
|
@@ -17199,8 +17120,7 @@ export namespace spanner_v1 {
|
|
|
17199
17120
|
*/
|
|
17200
17121
|
pageToken?: string;
|
|
17201
17122
|
}
|
|
17202
|
-
export interface Params$Resource$Projects$Instances$Databases$Sessions$Partitionquery
|
|
17203
|
-
extends StandardParameters {
|
|
17123
|
+
export interface Params$Resource$Projects$Instances$Databases$Sessions$Partitionquery extends StandardParameters {
|
|
17204
17124
|
/**
|
|
17205
17125
|
* Required. The session used to create the partitions.
|
|
17206
17126
|
*/
|
|
@@ -17211,8 +17131,7 @@ export namespace spanner_v1 {
|
|
|
17211
17131
|
*/
|
|
17212
17132
|
requestBody?: Schema$PartitionQueryRequest;
|
|
17213
17133
|
}
|
|
17214
|
-
export interface Params$Resource$Projects$Instances$Databases$Sessions$Partitionread
|
|
17215
|
-
extends StandardParameters {
|
|
17134
|
+
export interface Params$Resource$Projects$Instances$Databases$Sessions$Partitionread extends StandardParameters {
|
|
17216
17135
|
/**
|
|
17217
17136
|
* Required. The session used to create the partitions.
|
|
17218
17137
|
*/
|
|
@@ -17223,8 +17142,7 @@ export namespace spanner_v1 {
|
|
|
17223
17142
|
*/
|
|
17224
17143
|
requestBody?: Schema$PartitionReadRequest;
|
|
17225
17144
|
}
|
|
17226
|
-
export interface Params$Resource$Projects$Instances$Databases$Sessions$Read
|
|
17227
|
-
extends StandardParameters {
|
|
17145
|
+
export interface Params$Resource$Projects$Instances$Databases$Sessions$Read extends StandardParameters {
|
|
17228
17146
|
/**
|
|
17229
17147
|
* Required. The session in which the read should be performed.
|
|
17230
17148
|
*/
|
|
@@ -17235,8 +17153,7 @@ export namespace spanner_v1 {
|
|
|
17235
17153
|
*/
|
|
17236
17154
|
requestBody?: Schema$ReadRequest;
|
|
17237
17155
|
}
|
|
17238
|
-
export interface Params$Resource$Projects$Instances$Databases$Sessions$Rollback
|
|
17239
|
-
extends StandardParameters {
|
|
17156
|
+
export interface Params$Resource$Projects$Instances$Databases$Sessions$Rollback extends StandardParameters {
|
|
17240
17157
|
/**
|
|
17241
17158
|
* Required. The session in which the transaction to roll back is running.
|
|
17242
17159
|
*/
|
|
@@ -17247,8 +17164,7 @@ export namespace spanner_v1 {
|
|
|
17247
17164
|
*/
|
|
17248
17165
|
requestBody?: Schema$RollbackRequest;
|
|
17249
17166
|
}
|
|
17250
|
-
export interface Params$Resource$Projects$Instances$Databases$Sessions$Streamingread
|
|
17251
|
-
extends StandardParameters {
|
|
17167
|
+
export interface Params$Resource$Projects$Instances$Databases$Sessions$Streamingread extends StandardParameters {
|
|
17252
17168
|
/**
|
|
17253
17169
|
* Required. The session in which the read should be performed.
|
|
17254
17170
|
*/
|
|
@@ -17429,8 +17345,7 @@ export namespace spanner_v1 {
|
|
|
17429
17345
|
}
|
|
17430
17346
|
}
|
|
17431
17347
|
|
|
17432
|
-
export interface Params$Resource$Projects$Instances$Instancepartitionoperations$List
|
|
17433
|
-
extends StandardParameters {
|
|
17348
|
+
export interface Params$Resource$Projects$Instances$Instancepartitionoperations$List extends StandardParameters {
|
|
17434
17349
|
/**
|
|
17435
17350
|
* Optional. An expression that filters the list of returned operations. A filter expression consists of a field name, a comparison operator, and a value for filtering. The value must be a string, a number, or a boolean. The comparison operator must be one of: `<`, `\>`, `<=`, `\>=`, `!=`, `=`, or `:`. Colon `:` is the contains operator. Filter rules are not case sensitive. The following fields in the Operation are eligible for filtering: * `name` - The name of the long-running operation * `done` - False if the operation is in progress, else true. * `metadata.@type` - the type of metadata. For example, the type string for CreateInstancePartitionMetadata is `type.googleapis.com/google.spanner.admin.instance.v1.CreateInstancePartitionMetadata`. * `metadata.` - any field in metadata.value. `metadata.@type` must be specified first, if filtering on metadata fields. * `error` - Error associated with the long-running operation. * `response.@type` - the type of response. * `response.` - any field in response.value. You can combine multiple expressions by enclosing each expression in parentheses. By default, expressions are combined with AND logic. However, you can specify AND, OR, and NOT logic explicitly. Here are a few examples: * `done:true` - The operation is complete. * `(metadata.@type=` \ `type.googleapis.com/google.spanner.admin.instance.v1.CreateInstancePartitionMetadata) AND` \ `(metadata.instance_partition.name:custom-instance-partition) AND` \ `(metadata.start_time < \"2021-03-28T14:50:00Z\") AND` \ `(error:*)` - Return operations where: * The operation's metadata type is CreateInstancePartitionMetadata. * The instance partition name contains "custom-instance-partition". * The operation started before 2021-03-28T14:50:00Z. * The operation resulted in an error.
|
|
17436
17351
|
*/
|
|
@@ -18212,8 +18127,7 @@ export namespace spanner_v1 {
|
|
|
18212
18127
|
}
|
|
18213
18128
|
}
|
|
18214
18129
|
|
|
18215
|
-
export interface Params$Resource$Projects$Instances$Instancepartitions$Create
|
|
18216
|
-
extends StandardParameters {
|
|
18130
|
+
export interface Params$Resource$Projects$Instances$Instancepartitions$Create extends StandardParameters {
|
|
18217
18131
|
/**
|
|
18218
18132
|
* Required. The name of the instance in which to create the instance partition. Values are of the form `projects//instances/`.
|
|
18219
18133
|
*/
|
|
@@ -18224,8 +18138,7 @@ export namespace spanner_v1 {
|
|
|
18224
18138
|
*/
|
|
18225
18139
|
requestBody?: Schema$CreateInstancePartitionRequest;
|
|
18226
18140
|
}
|
|
18227
|
-
export interface Params$Resource$Projects$Instances$Instancepartitions$Delete
|
|
18228
|
-
extends StandardParameters {
|
|
18141
|
+
export interface Params$Resource$Projects$Instances$Instancepartitions$Delete extends StandardParameters {
|
|
18229
18142
|
/**
|
|
18230
18143
|
* Optional. If not empty, the API only deletes the instance partition when the etag provided matches the current status of the requested instance partition. Otherwise, deletes the instance partition without checking the current status of the requested instance partition.
|
|
18231
18144
|
*/
|
|
@@ -18235,15 +18148,13 @@ export namespace spanner_v1 {
|
|
|
18235
18148
|
*/
|
|
18236
18149
|
name?: string;
|
|
18237
18150
|
}
|
|
18238
|
-
export interface Params$Resource$Projects$Instances$Instancepartitions$Get
|
|
18239
|
-
extends StandardParameters {
|
|
18151
|
+
export interface Params$Resource$Projects$Instances$Instancepartitions$Get extends StandardParameters {
|
|
18240
18152
|
/**
|
|
18241
18153
|
* Required. The name of the requested instance partition. Values are of the form `projects/{project\}/instances/{instance\}/instancePartitions/{instance_partition\}`.
|
|
18242
18154
|
*/
|
|
18243
18155
|
name?: string;
|
|
18244
18156
|
}
|
|
18245
|
-
export interface Params$Resource$Projects$Instances$Instancepartitions$List
|
|
18246
|
-
extends StandardParameters {
|
|
18157
|
+
export interface Params$Resource$Projects$Instances$Instancepartitions$List extends StandardParameters {
|
|
18247
18158
|
/**
|
|
18248
18159
|
* Optional. Deadline used while retrieving metadata for instance partitions. Instance partitions whose metadata cannot be retrieved within this deadline will be added to unreachable in ListInstancePartitionsResponse.
|
|
18249
18160
|
*/
|
|
@@ -18261,8 +18172,7 @@ export namespace spanner_v1 {
|
|
|
18261
18172
|
*/
|
|
18262
18173
|
parent?: string;
|
|
18263
18174
|
}
|
|
18264
|
-
export interface Params$Resource$Projects$Instances$Instancepartitions$Patch
|
|
18265
|
-
extends StandardParameters {
|
|
18175
|
+
export interface Params$Resource$Projects$Instances$Instancepartitions$Patch extends StandardParameters {
|
|
18266
18176
|
/**
|
|
18267
18177
|
* Required. A unique identifier for the instance partition. Values are of the form `projects//instances//instancePartitions/a-z*[a-z0-9]`. The final segment of the name must be between 2 and 64 characters in length. An instance partition's name cannot be changed after the instance partition is created.
|
|
18268
18178
|
*/
|
|
@@ -18849,29 +18759,25 @@ export namespace spanner_v1 {
|
|
|
18849
18759
|
}
|
|
18850
18760
|
}
|
|
18851
18761
|
|
|
18852
|
-
export interface Params$Resource$Projects$Instances$Instancepartitions$Operations$Cancel
|
|
18853
|
-
extends StandardParameters {
|
|
18762
|
+
export interface Params$Resource$Projects$Instances$Instancepartitions$Operations$Cancel extends StandardParameters {
|
|
18854
18763
|
/**
|
|
18855
18764
|
* The name of the operation resource to be cancelled.
|
|
18856
18765
|
*/
|
|
18857
18766
|
name?: string;
|
|
18858
18767
|
}
|
|
18859
|
-
export interface Params$Resource$Projects$Instances$Instancepartitions$Operations$Delete
|
|
18860
|
-
extends StandardParameters {
|
|
18768
|
+
export interface Params$Resource$Projects$Instances$Instancepartitions$Operations$Delete extends StandardParameters {
|
|
18861
18769
|
/**
|
|
18862
18770
|
* The name of the operation resource to be deleted.
|
|
18863
18771
|
*/
|
|
18864
18772
|
name?: string;
|
|
18865
18773
|
}
|
|
18866
|
-
export interface Params$Resource$Projects$Instances$Instancepartitions$Operations$Get
|
|
18867
|
-
extends StandardParameters {
|
|
18774
|
+
export interface Params$Resource$Projects$Instances$Instancepartitions$Operations$Get extends StandardParameters {
|
|
18868
18775
|
/**
|
|
18869
18776
|
* The name of the operation resource.
|
|
18870
18777
|
*/
|
|
18871
18778
|
name?: string;
|
|
18872
18779
|
}
|
|
18873
|
-
export interface Params$Resource$Projects$Instances$Instancepartitions$Operations$List
|
|
18874
|
-
extends StandardParameters {
|
|
18780
|
+
export interface Params$Resource$Projects$Instances$Instancepartitions$Operations$List extends StandardParameters {
|
|
18875
18781
|
/**
|
|
18876
18782
|
* The standard list filter.
|
|
18877
18783
|
*/
|
|
@@ -19461,29 +19367,25 @@ export namespace spanner_v1 {
|
|
|
19461
19367
|
}
|
|
19462
19368
|
}
|
|
19463
19369
|
|
|
19464
|
-
export interface Params$Resource$Projects$Instances$Operations$Cancel
|
|
19465
|
-
extends StandardParameters {
|
|
19370
|
+
export interface Params$Resource$Projects$Instances$Operations$Cancel extends StandardParameters {
|
|
19466
19371
|
/**
|
|
19467
19372
|
* The name of the operation resource to be cancelled.
|
|
19468
19373
|
*/
|
|
19469
19374
|
name?: string;
|
|
19470
19375
|
}
|
|
19471
|
-
export interface Params$Resource$Projects$Instances$Operations$Delete
|
|
19472
|
-
extends StandardParameters {
|
|
19376
|
+
export interface Params$Resource$Projects$Instances$Operations$Delete extends StandardParameters {
|
|
19473
19377
|
/**
|
|
19474
19378
|
* The name of the operation resource to be deleted.
|
|
19475
19379
|
*/
|
|
19476
19380
|
name?: string;
|
|
19477
19381
|
}
|
|
19478
|
-
export interface Params$Resource$Projects$Instances$Operations$Get
|
|
19479
|
-
extends StandardParameters {
|
|
19382
|
+
export interface Params$Resource$Projects$Instances$Operations$Get extends StandardParameters {
|
|
19480
19383
|
/**
|
|
19481
19384
|
* The name of the operation resource.
|
|
19482
19385
|
*/
|
|
19483
19386
|
name?: string;
|
|
19484
19387
|
}
|
|
19485
|
-
export interface Params$Resource$Projects$Instances$Operations$List
|
|
19486
|
-
extends StandardParameters {
|
|
19388
|
+
export interface Params$Resource$Projects$Instances$Operations$List extends StandardParameters {
|
|
19487
19389
|
/**
|
|
19488
19390
|
* The standard list filter.
|
|
19489
19391
|
*/
|