@googleapis/spanner 12.1.0 → 12.2.0

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/v1.ts CHANGED
@@ -582,6 +582,10 @@ export namespace spanner_v1 {
582
582
  */
583
583
  variable?: string | null;
584
584
  }
585
+ /**
586
+ * Container for various pieces of client-owned context attached to a request.
587
+ */
588
+ export interface Schema$ClientContext {}
585
589
  /**
586
590
  * Metadata for a column.
587
591
  */
@@ -2704,6 +2708,10 @@ export namespace spanner_v1 {
2704
2708
  * Common request options for various APIs.
2705
2709
  */
2706
2710
  export interface Schema$RequestOptions {
2711
+ /**
2712
+ * Optional. Optional context that may be needed for some requests.
2713
+ */
2714
+ clientContext?: Schema$ClientContext;
2707
2715
  /**
2708
2716
  * Priority for the request.
2709
2717
  */
@@ -2924,7 +2932,7 @@ export namespace spanner_v1 {
2924
2932
  */
2925
2933
  labels?: {[key: string]: string} | null;
2926
2934
  /**
2927
- * Optional. If `true`, specifies a multiplexed session. Use a multiplexed session for multiple, concurrent read-only operations. Don't use them for read-write transactions, partitioned reads, or partitioned queries. Use `sessions.create` to create multiplexed sessions. Don't use BatchCreateSessions to create a multiplexed session. You can't delete or list multiplexed sessions.
2935
+ * Optional. If `true`, specifies a multiplexed session. Use a multiplexed session for multiple, concurrent operations including any combination of read-only and read-write transactions. Use `sessions.create` to create multiplexed sessions. Don't use BatchCreateSessions to create a multiplexed session. You can't delete or list multiplexed sessions.
2928
2936
  */
2929
2937
  multiplexed?: boolean | null;
2930
2938
  /**
@@ -3551,8 +3559,7 @@ export namespace spanner_v1 {
3551
3559
  }
3552
3560
  }
3553
3561
 
3554
- export interface Params$Resource$Projects$Instanceconfigoperations$List
3555
- extends StandardParameters {
3562
+ export interface Params$Resource$Projects$Instanceconfigoperations$List extends StandardParameters {
3556
3563
  /**
3557
3564
  * 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
3565
  */
@@ -4329,8 +4336,7 @@ export namespace spanner_v1 {
4329
4336
  }
4330
4337
  }
4331
4338
 
4332
- export interface Params$Resource$Projects$Instanceconfigs$Create
4333
- extends StandardParameters {
4339
+ export interface Params$Resource$Projects$Instanceconfigs$Create extends StandardParameters {
4334
4340
  /**
4335
4341
  * Required. The name of the project in which to create the instance configuration. Values are of the form `projects/`.
4336
4342
  */
@@ -4341,8 +4347,7 @@ export namespace spanner_v1 {
4341
4347
  */
4342
4348
  requestBody?: Schema$CreateInstanceConfigRequest;
4343
4349
  }
4344
- export interface Params$Resource$Projects$Instanceconfigs$Delete
4345
- extends StandardParameters {
4350
+ export interface Params$Resource$Projects$Instanceconfigs$Delete extends StandardParameters {
4346
4351
  /**
4347
4352
  * 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
4353
  */
@@ -4356,15 +4361,13 @@ export namespace spanner_v1 {
4356
4361
  */
4357
4362
  validateOnly?: boolean;
4358
4363
  }
4359
- export interface Params$Resource$Projects$Instanceconfigs$Get
4360
- extends StandardParameters {
4364
+ export interface Params$Resource$Projects$Instanceconfigs$Get extends StandardParameters {
4361
4365
  /**
4362
4366
  * Required. The name of the requested instance configuration. Values are of the form `projects//instanceConfigs/`.
4363
4367
  */
4364
4368
  name?: string;
4365
4369
  }
4366
- export interface Params$Resource$Projects$Instanceconfigs$List
4367
- extends StandardParameters {
4370
+ export interface Params$Resource$Projects$Instanceconfigs$List extends StandardParameters {
4368
4371
  /**
4369
4372
  * Number of instance configurations to be returned in the response. If 0 or less, defaults to the server's maximum allowed page size.
4370
4373
  */
@@ -4378,8 +4381,7 @@ export namespace spanner_v1 {
4378
4381
  */
4379
4382
  parent?: string;
4380
4383
  }
4381
- export interface Params$Resource$Projects$Instanceconfigs$Patch
4382
- extends StandardParameters {
4384
+ export interface Params$Resource$Projects$Instanceconfigs$Patch extends StandardParameters {
4383
4385
  /**
4384
4386
  * A unique identifier for the instance configuration. Values are of the form `projects//instanceConfigs/a-z*`. User instance configuration must start with `custom-`.
4385
4387
  */
@@ -4960,29 +4962,25 @@ export namespace spanner_v1 {
4960
4962
  }
4961
4963
  }
4962
4964
 
4963
- export interface Params$Resource$Projects$Instanceconfigs$Operations$Cancel
4964
- extends StandardParameters {
4965
+ export interface Params$Resource$Projects$Instanceconfigs$Operations$Cancel extends StandardParameters {
4965
4966
  /**
4966
4967
  * The name of the operation resource to be cancelled.
4967
4968
  */
4968
4969
  name?: string;
4969
4970
  }
4970
- export interface Params$Resource$Projects$Instanceconfigs$Operations$Delete
4971
- extends StandardParameters {
4971
+ export interface Params$Resource$Projects$Instanceconfigs$Operations$Delete extends StandardParameters {
4972
4972
  /**
4973
4973
  * The name of the operation resource to be deleted.
4974
4974
  */
4975
4975
  name?: string;
4976
4976
  }
4977
- export interface Params$Resource$Projects$Instanceconfigs$Operations$Get
4978
- extends StandardParameters {
4977
+ export interface Params$Resource$Projects$Instanceconfigs$Operations$Get extends StandardParameters {
4979
4978
  /**
4980
4979
  * The name of the operation resource.
4981
4980
  */
4982
4981
  name?: string;
4983
4982
  }
4984
- export interface Params$Resource$Projects$Instanceconfigs$Operations$List
4985
- extends StandardParameters {
4983
+ export interface Params$Resource$Projects$Instanceconfigs$Operations$List extends StandardParameters {
4986
4984
  /**
4987
4985
  * The standard list filter.
4988
4986
  */
@@ -5590,29 +5588,25 @@ export namespace spanner_v1 {
5590
5588
  }
5591
5589
  }
5592
5590
 
5593
- export interface Params$Resource$Projects$Instanceconfigs$Ssdcaches$Operations$Cancel
5594
- extends StandardParameters {
5591
+ export interface Params$Resource$Projects$Instanceconfigs$Ssdcaches$Operations$Cancel extends StandardParameters {
5595
5592
  /**
5596
5593
  * The name of the operation resource to be cancelled.
5597
5594
  */
5598
5595
  name?: string;
5599
5596
  }
5600
- export interface Params$Resource$Projects$Instanceconfigs$Ssdcaches$Operations$Delete
5601
- extends StandardParameters {
5597
+ export interface Params$Resource$Projects$Instanceconfigs$Ssdcaches$Operations$Delete extends StandardParameters {
5602
5598
  /**
5603
5599
  * The name of the operation resource to be deleted.
5604
5600
  */
5605
5601
  name?: string;
5606
5602
  }
5607
- export interface Params$Resource$Projects$Instanceconfigs$Ssdcaches$Operations$Get
5608
- extends StandardParameters {
5603
+ export interface Params$Resource$Projects$Instanceconfigs$Ssdcaches$Operations$Get extends StandardParameters {
5609
5604
  /**
5610
5605
  * The name of the operation resource.
5611
5606
  */
5612
5607
  name?: string;
5613
5608
  }
5614
- export interface Params$Resource$Projects$Instanceconfigs$Ssdcaches$Operations$List
5615
- extends StandardParameters {
5609
+ export interface Params$Resource$Projects$Instanceconfigs$Ssdcaches$Operations$List extends StandardParameters {
5616
5610
  /**
5617
5611
  * The standard list filter.
5618
5612
  */
@@ -7011,8 +7005,7 @@ export namespace spanner_v1 {
7011
7005
  }
7012
7006
  }
7013
7007
 
7014
- export interface Params$Resource$Projects$Instances$Create
7015
- extends StandardParameters {
7008
+ export interface Params$Resource$Projects$Instances$Create extends StandardParameters {
7016
7009
  /**
7017
7010
  * Required. The name of the project in which to create the instance. Values are of the form `projects/`.
7018
7011
  */
@@ -7023,15 +7016,13 @@ export namespace spanner_v1 {
7023
7016
  */
7024
7017
  requestBody?: Schema$CreateInstanceRequest;
7025
7018
  }
7026
- export interface Params$Resource$Projects$Instances$Delete
7027
- extends StandardParameters {
7019
+ export interface Params$Resource$Projects$Instances$Delete extends StandardParameters {
7028
7020
  /**
7029
7021
  * Required. The name of the instance to be deleted. Values are of the form `projects//instances/`
7030
7022
  */
7031
7023
  name?: string;
7032
7024
  }
7033
- export interface Params$Resource$Projects$Instances$Get
7034
- extends StandardParameters {
7025
+ export interface Params$Resource$Projects$Instances$Get extends StandardParameters {
7035
7026
  /**
7036
7027
  * If field_mask is present, specifies the subset of Instance fields that should be returned. If absent, all Instance fields are returned.
7037
7028
  */
@@ -7041,8 +7032,7 @@ export namespace spanner_v1 {
7041
7032
  */
7042
7033
  name?: string;
7043
7034
  }
7044
- export interface Params$Resource$Projects$Instances$Getiampolicy
7045
- extends StandardParameters {
7035
+ export interface Params$Resource$Projects$Instances$Getiampolicy extends StandardParameters {
7046
7036
  /**
7047
7037
  * 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
7038
  */
@@ -7053,8 +7043,7 @@ export namespace spanner_v1 {
7053
7043
  */
7054
7044
  requestBody?: Schema$GetIamPolicyRequest;
7055
7045
  }
7056
- export interface Params$Resource$Projects$Instances$List
7057
- extends StandardParameters {
7046
+ export interface Params$Resource$Projects$Instances$List extends StandardParameters {
7058
7047
  /**
7059
7048
  * 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
7049
  */
@@ -7076,8 +7065,7 @@ export namespace spanner_v1 {
7076
7065
  */
7077
7066
  parent?: string;
7078
7067
  }
7079
- export interface Params$Resource$Projects$Instances$Move
7080
- extends StandardParameters {
7068
+ export interface Params$Resource$Projects$Instances$Move extends StandardParameters {
7081
7069
  /**
7082
7070
  * Required. The instance to move. Values are of the form `projects//instances/`.
7083
7071
  */
@@ -7088,8 +7076,7 @@ export namespace spanner_v1 {
7088
7076
  */
7089
7077
  requestBody?: Schema$MoveInstanceRequest;
7090
7078
  }
7091
- export interface Params$Resource$Projects$Instances$Patch
7092
- extends StandardParameters {
7079
+ export interface Params$Resource$Projects$Instances$Patch extends StandardParameters {
7093
7080
  /**
7094
7081
  * 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
7082
  */
@@ -7100,8 +7087,7 @@ export namespace spanner_v1 {
7100
7087
  */
7101
7088
  requestBody?: Schema$UpdateInstanceRequest;
7102
7089
  }
7103
- export interface Params$Resource$Projects$Instances$Setiampolicy
7104
- extends StandardParameters {
7090
+ export interface Params$Resource$Projects$Instances$Setiampolicy extends StandardParameters {
7105
7091
  /**
7106
7092
  * 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
7093
  */
@@ -7112,8 +7098,7 @@ export namespace spanner_v1 {
7112
7098
  */
7113
7099
  requestBody?: Schema$SetIamPolicyRequest;
7114
7100
  }
7115
- export interface Params$Resource$Projects$Instances$Testiampermissions
7116
- extends StandardParameters {
7101
+ export interface Params$Resource$Projects$Instances$Testiampermissions extends StandardParameters {
7117
7102
  /**
7118
7103
  * 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
7104
  */
@@ -7285,8 +7270,7 @@ export namespace spanner_v1 {
7285
7270
  }
7286
7271
  }
7287
7272
 
7288
- export interface Params$Resource$Projects$Instances$Backupoperations$List
7289
- extends StandardParameters {
7273
+ export interface Params$Resource$Projects$Instances$Backupoperations$List extends StandardParameters {
7290
7274
  /**
7291
7275
  * 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
7276
  */
@@ -8722,8 +8706,7 @@ export namespace spanner_v1 {
8722
8706
  }
8723
8707
  }
8724
8708
 
8725
- export interface Params$Resource$Projects$Instances$Backups$Copy
8726
- extends StandardParameters {
8709
+ export interface Params$Resource$Projects$Instances$Backups$Copy extends StandardParameters {
8727
8710
  /**
8728
8711
  * Required. The name of the destination instance that will contain the backup copy. Values are of the form: `projects//instances/`.
8729
8712
  */
@@ -8734,8 +8717,7 @@ export namespace spanner_v1 {
8734
8717
  */
8735
8718
  requestBody?: Schema$CopyBackupRequest;
8736
8719
  }
8737
- export interface Params$Resource$Projects$Instances$Backups$Create
8738
- extends StandardParameters {
8720
+ export interface Params$Resource$Projects$Instances$Backups$Create extends StandardParameters {
8739
8721
  /**
8740
8722
  * 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
8723
  */
@@ -8762,22 +8744,19 @@ export namespace spanner_v1 {
8762
8744
  */
8763
8745
  requestBody?: Schema$Backup;
8764
8746
  }
8765
- export interface Params$Resource$Projects$Instances$Backups$Delete
8766
- extends StandardParameters {
8747
+ export interface Params$Resource$Projects$Instances$Backups$Delete extends StandardParameters {
8767
8748
  /**
8768
8749
  * Required. Name of the backup to delete. Values are of the form `projects//instances//backups/`.
8769
8750
  */
8770
8751
  name?: string;
8771
8752
  }
8772
- export interface Params$Resource$Projects$Instances$Backups$Get
8773
- extends StandardParameters {
8753
+ export interface Params$Resource$Projects$Instances$Backups$Get extends StandardParameters {
8774
8754
  /**
8775
8755
  * Required. Name of the backup. Values are of the form `projects//instances//backups/`.
8776
8756
  */
8777
8757
  name?: string;
8778
8758
  }
8779
- export interface Params$Resource$Projects$Instances$Backups$Getiampolicy
8780
- extends StandardParameters {
8759
+ export interface Params$Resource$Projects$Instances$Backups$Getiampolicy extends StandardParameters {
8781
8760
  /**
8782
8761
  * 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
8762
  */
@@ -8788,8 +8767,7 @@ export namespace spanner_v1 {
8788
8767
  */
8789
8768
  requestBody?: Schema$GetIamPolicyRequest;
8790
8769
  }
8791
- export interface Params$Resource$Projects$Instances$Backups$List
8792
- extends StandardParameters {
8770
+ export interface Params$Resource$Projects$Instances$Backups$List extends StandardParameters {
8793
8771
  /**
8794
8772
  * 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
8773
  */
@@ -8807,8 +8785,7 @@ export namespace spanner_v1 {
8807
8785
  */
8808
8786
  parent?: string;
8809
8787
  }
8810
- export interface Params$Resource$Projects$Instances$Backups$Patch
8811
- extends StandardParameters {
8788
+ export interface Params$Resource$Projects$Instances$Backups$Patch extends StandardParameters {
8812
8789
  /**
8813
8790
  * 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
8791
  */
@@ -8823,8 +8800,7 @@ export namespace spanner_v1 {
8823
8800
  */
8824
8801
  requestBody?: Schema$Backup;
8825
8802
  }
8826
- export interface Params$Resource$Projects$Instances$Backups$Setiampolicy
8827
- extends StandardParameters {
8803
+ export interface Params$Resource$Projects$Instances$Backups$Setiampolicy extends StandardParameters {
8828
8804
  /**
8829
8805
  * 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
8806
  */
@@ -8835,8 +8811,7 @@ export namespace spanner_v1 {
8835
8811
  */
8836
8812
  requestBody?: Schema$SetIamPolicyRequest;
8837
8813
  }
8838
- export interface Params$Resource$Projects$Instances$Backups$Testiampermissions
8839
- extends StandardParameters {
8814
+ export interface Params$Resource$Projects$Instances$Backups$Testiampermissions extends StandardParameters {
8840
8815
  /**
8841
8816
  * 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
8817
  */
@@ -9419,29 +9394,25 @@ export namespace spanner_v1 {
9419
9394
  }
9420
9395
  }
9421
9396
 
9422
- export interface Params$Resource$Projects$Instances$Backups$Operations$Cancel
9423
- extends StandardParameters {
9397
+ export interface Params$Resource$Projects$Instances$Backups$Operations$Cancel extends StandardParameters {
9424
9398
  /**
9425
9399
  * The name of the operation resource to be cancelled.
9426
9400
  */
9427
9401
  name?: string;
9428
9402
  }
9429
- export interface Params$Resource$Projects$Instances$Backups$Operations$Delete
9430
- extends StandardParameters {
9403
+ export interface Params$Resource$Projects$Instances$Backups$Operations$Delete extends StandardParameters {
9431
9404
  /**
9432
9405
  * The name of the operation resource to be deleted.
9433
9406
  */
9434
9407
  name?: string;
9435
9408
  }
9436
- export interface Params$Resource$Projects$Instances$Backups$Operations$Get
9437
- extends StandardParameters {
9409
+ export interface Params$Resource$Projects$Instances$Backups$Operations$Get extends StandardParameters {
9438
9410
  /**
9439
9411
  * The name of the operation resource.
9440
9412
  */
9441
9413
  name?: string;
9442
9414
  }
9443
- export interface Params$Resource$Projects$Instances$Backups$Operations$List
9444
- extends StandardParameters {
9415
+ export interface Params$Resource$Projects$Instances$Backups$Operations$List extends StandardParameters {
9445
9416
  /**
9446
9417
  * The standard list filter.
9447
9418
  */
@@ -9625,8 +9596,7 @@ export namespace spanner_v1 {
9625
9596
  }
9626
9597
  }
9627
9598
 
9628
- export interface Params$Resource$Projects$Instances$Databaseoperations$List
9629
- extends StandardParameters {
9599
+ export interface Params$Resource$Projects$Instances$Databaseoperations$List extends StandardParameters {
9630
9600
  /**
9631
9601
  * 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
9602
  */
@@ -11777,8 +11747,7 @@ export namespace spanner_v1 {
11777
11747
  }
11778
11748
  }
11779
11749
 
11780
- export interface Params$Resource$Projects$Instances$Databases$Addsplitpoints
11781
- extends StandardParameters {
11750
+ export interface Params$Resource$Projects$Instances$Databases$Addsplitpoints extends StandardParameters {
11782
11751
  /**
11783
11752
  * Required. The database on whose tables or indexes the split points are to be added. Values are of the form `projects//instances//databases/`.
11784
11753
  */
@@ -11789,8 +11758,7 @@ export namespace spanner_v1 {
11789
11758
  */
11790
11759
  requestBody?: Schema$AddSplitPointsRequest;
11791
11760
  }
11792
- export interface Params$Resource$Projects$Instances$Databases$Changequorum
11793
- extends StandardParameters {
11761
+ export interface Params$Resource$Projects$Instances$Databases$Changequorum extends StandardParameters {
11794
11762
  /**
11795
11763
  * Required. Name of the database in which to apply `ChangeQuorum`. Values are of the form `projects//instances//databases/`.
11796
11764
  */
@@ -11801,8 +11769,7 @@ export namespace spanner_v1 {
11801
11769
  */
11802
11770
  requestBody?: Schema$ChangeQuorumRequest;
11803
11771
  }
11804
- export interface Params$Resource$Projects$Instances$Databases$Create
11805
- extends StandardParameters {
11772
+ export interface Params$Resource$Projects$Instances$Databases$Create extends StandardParameters {
11806
11773
  /**
11807
11774
  * Required. The name of the instance that will serve the new database. Values are of the form `projects//instances/`.
11808
11775
  */
@@ -11813,29 +11780,25 @@ export namespace spanner_v1 {
11813
11780
  */
11814
11781
  requestBody?: Schema$CreateDatabaseRequest;
11815
11782
  }
11816
- export interface Params$Resource$Projects$Instances$Databases$Dropdatabase
11817
- extends StandardParameters {
11783
+ export interface Params$Resource$Projects$Instances$Databases$Dropdatabase extends StandardParameters {
11818
11784
  /**
11819
11785
  * Required. The database to be dropped.
11820
11786
  */
11821
11787
  database?: string;
11822
11788
  }
11823
- export interface Params$Resource$Projects$Instances$Databases$Get
11824
- extends StandardParameters {
11789
+ export interface Params$Resource$Projects$Instances$Databases$Get extends StandardParameters {
11825
11790
  /**
11826
11791
  * Required. The name of the requested database. Values are of the form `projects//instances//databases/`.
11827
11792
  */
11828
11793
  name?: string;
11829
11794
  }
11830
- export interface Params$Resource$Projects$Instances$Databases$Getddl
11831
- extends StandardParameters {
11795
+ export interface Params$Resource$Projects$Instances$Databases$Getddl extends StandardParameters {
11832
11796
  /**
11833
11797
  * Required. The database whose schema we wish to get. Values are of the form `projects//instances//databases/`
11834
11798
  */
11835
11799
  database?: string;
11836
11800
  }
11837
- export interface Params$Resource$Projects$Instances$Databases$Getiampolicy
11838
- extends StandardParameters {
11801
+ export interface Params$Resource$Projects$Instances$Databases$Getiampolicy extends StandardParameters {
11839
11802
  /**
11840
11803
  * 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
11804
  */
@@ -11846,8 +11809,7 @@ export namespace spanner_v1 {
11846
11809
  */
11847
11810
  requestBody?: Schema$GetIamPolicyRequest;
11848
11811
  }
11849
- export interface Params$Resource$Projects$Instances$Databases$Getscans
11850
- extends StandardParameters {
11812
+ export interface Params$Resource$Projects$Instances$Databases$Getscans extends StandardParameters {
11851
11813
  /**
11852
11814
  * The upper bound for the time range to retrieve Scan data for.
11853
11815
  */
@@ -11865,8 +11827,7 @@ export namespace spanner_v1 {
11865
11827
  */
11866
11828
  view?: string;
11867
11829
  }
11868
- export interface Params$Resource$Projects$Instances$Databases$List
11869
- extends StandardParameters {
11830
+ export interface Params$Resource$Projects$Instances$Databases$List extends StandardParameters {
11870
11831
  /**
11871
11832
  * Number of databases to be returned in the response. If 0 or less, defaults to the server's maximum allowed page size.
11872
11833
  */
@@ -11880,8 +11841,7 @@ export namespace spanner_v1 {
11880
11841
  */
11881
11842
  parent?: string;
11882
11843
  }
11883
- export interface Params$Resource$Projects$Instances$Databases$Patch
11884
- extends StandardParameters {
11844
+ export interface Params$Resource$Projects$Instances$Databases$Patch extends StandardParameters {
11885
11845
  /**
11886
11846
  * 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
11847
  */
@@ -11896,8 +11856,7 @@ export namespace spanner_v1 {
11896
11856
  */
11897
11857
  requestBody?: Schema$Database;
11898
11858
  }
11899
- export interface Params$Resource$Projects$Instances$Databases$Restore
11900
- extends StandardParameters {
11859
+ export interface Params$Resource$Projects$Instances$Databases$Restore extends StandardParameters {
11901
11860
  /**
11902
11861
  * 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
11862
  */
@@ -11908,8 +11867,7 @@ export namespace spanner_v1 {
11908
11867
  */
11909
11868
  requestBody?: Schema$RestoreDatabaseRequest;
11910
11869
  }
11911
- export interface Params$Resource$Projects$Instances$Databases$Setiampolicy
11912
- extends StandardParameters {
11870
+ export interface Params$Resource$Projects$Instances$Databases$Setiampolicy extends StandardParameters {
11913
11871
  /**
11914
11872
  * 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
11873
  */
@@ -11920,8 +11878,7 @@ export namespace spanner_v1 {
11920
11878
  */
11921
11879
  requestBody?: Schema$SetIamPolicyRequest;
11922
11880
  }
11923
- export interface Params$Resource$Projects$Instances$Databases$Testiampermissions
11924
- extends StandardParameters {
11881
+ export interface Params$Resource$Projects$Instances$Databases$Testiampermissions extends StandardParameters {
11925
11882
  /**
11926
11883
  * 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
11884
  */
@@ -11932,8 +11889,7 @@ export namespace spanner_v1 {
11932
11889
  */
11933
11890
  requestBody?: Schema$TestIamPermissionsRequest;
11934
11891
  }
11935
- export interface Params$Resource$Projects$Instances$Databases$Updateddl
11936
- extends StandardParameters {
11892
+ export interface Params$Resource$Projects$Instances$Databases$Updateddl extends StandardParameters {
11937
11893
  /**
11938
11894
  * Required. The database to update.
11939
11895
  */
@@ -13172,8 +13128,7 @@ export namespace spanner_v1 {
13172
13128
  }
13173
13129
  }
13174
13130
 
13175
- export interface Params$Resource$Projects$Instances$Databases$Backupschedules$Create
13176
- extends StandardParameters {
13131
+ export interface Params$Resource$Projects$Instances$Databases$Backupschedules$Create extends StandardParameters {
13177
13132
  /**
13178
13133
  * 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
13134
  */
@@ -13188,22 +13143,19 @@ export namespace spanner_v1 {
13188
13143
  */
13189
13144
  requestBody?: Schema$BackupSchedule;
13190
13145
  }
13191
- export interface Params$Resource$Projects$Instances$Databases$Backupschedules$Delete
13192
- extends StandardParameters {
13146
+ export interface Params$Resource$Projects$Instances$Databases$Backupschedules$Delete extends StandardParameters {
13193
13147
  /**
13194
13148
  * Required. The name of the schedule to delete. Values are of the form `projects//instances//databases//backupSchedules/`.
13195
13149
  */
13196
13150
  name?: string;
13197
13151
  }
13198
- export interface Params$Resource$Projects$Instances$Databases$Backupschedules$Get
13199
- extends StandardParameters {
13152
+ export interface Params$Resource$Projects$Instances$Databases$Backupschedules$Get extends StandardParameters {
13200
13153
  /**
13201
13154
  * Required. The name of the schedule to retrieve. Values are of the form `projects//instances//databases//backupSchedules/`.
13202
13155
  */
13203
13156
  name?: string;
13204
13157
  }
13205
- export interface Params$Resource$Projects$Instances$Databases$Backupschedules$Getiampolicy
13206
- extends StandardParameters {
13158
+ export interface Params$Resource$Projects$Instances$Databases$Backupschedules$Getiampolicy extends StandardParameters {
13207
13159
  /**
13208
13160
  * 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
13161
  */
@@ -13214,8 +13166,7 @@ export namespace spanner_v1 {
13214
13166
  */
13215
13167
  requestBody?: Schema$GetIamPolicyRequest;
13216
13168
  }
13217
- export interface Params$Resource$Projects$Instances$Databases$Backupschedules$List
13218
- extends StandardParameters {
13169
+ export interface Params$Resource$Projects$Instances$Databases$Backupschedules$List extends StandardParameters {
13219
13170
  /**
13220
13171
  * 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
13172
  */
@@ -13229,8 +13180,7 @@ export namespace spanner_v1 {
13229
13180
  */
13230
13181
  parent?: string;
13231
13182
  }
13232
- export interface Params$Resource$Projects$Instances$Databases$Backupschedules$Patch
13233
- extends StandardParameters {
13183
+ export interface Params$Resource$Projects$Instances$Databases$Backupschedules$Patch extends StandardParameters {
13234
13184
  /**
13235
13185
  * 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
13186
  */
@@ -13245,8 +13195,7 @@ export namespace spanner_v1 {
13245
13195
  */
13246
13196
  requestBody?: Schema$BackupSchedule;
13247
13197
  }
13248
- export interface Params$Resource$Projects$Instances$Databases$Backupschedules$Setiampolicy
13249
- extends StandardParameters {
13198
+ export interface Params$Resource$Projects$Instances$Databases$Backupschedules$Setiampolicy extends StandardParameters {
13250
13199
  /**
13251
13200
  * 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
13201
  */
@@ -13257,8 +13206,7 @@ export namespace spanner_v1 {
13257
13206
  */
13258
13207
  requestBody?: Schema$SetIamPolicyRequest;
13259
13208
  }
13260
- export interface Params$Resource$Projects$Instances$Databases$Backupschedules$Testiampermissions
13261
- extends StandardParameters {
13209
+ export interface Params$Resource$Projects$Instances$Databases$Backupschedules$Testiampermissions extends StandardParameters {
13262
13210
  /**
13263
13211
  * 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
13212
  */
@@ -13584,8 +13532,7 @@ export namespace spanner_v1 {
13584
13532
  }
13585
13533
  }
13586
13534
 
13587
- export interface Params$Resource$Projects$Instances$Databases$Databaseroles$List
13588
- extends StandardParameters {
13535
+ export interface Params$Resource$Projects$Instances$Databases$Databaseroles$List extends StandardParameters {
13589
13536
  /**
13590
13537
  * Number of database roles to be returned in the response. If 0 or less, defaults to the server's maximum allowed page size.
13591
13538
  */
@@ -13599,8 +13546,7 @@ export namespace spanner_v1 {
13599
13546
  */
13600
13547
  parent?: string;
13601
13548
  }
13602
- export interface Params$Resource$Projects$Instances$Databases$Databaseroles$Testiampermissions
13603
- extends StandardParameters {
13549
+ export interface Params$Resource$Projects$Instances$Databases$Databaseroles$Testiampermissions extends StandardParameters {
13604
13550
  /**
13605
13551
  * 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
13552
  */
@@ -14183,29 +14129,25 @@ export namespace spanner_v1 {
14183
14129
  }
14184
14130
  }
14185
14131
 
14186
- export interface Params$Resource$Projects$Instances$Databases$Operations$Cancel
14187
- extends StandardParameters {
14132
+ export interface Params$Resource$Projects$Instances$Databases$Operations$Cancel extends StandardParameters {
14188
14133
  /**
14189
14134
  * The name of the operation resource to be cancelled.
14190
14135
  */
14191
14136
  name?: string;
14192
14137
  }
14193
- export interface Params$Resource$Projects$Instances$Databases$Operations$Delete
14194
- extends StandardParameters {
14138
+ export interface Params$Resource$Projects$Instances$Databases$Operations$Delete extends StandardParameters {
14195
14139
  /**
14196
14140
  * The name of the operation resource to be deleted.
14197
14141
  */
14198
14142
  name?: string;
14199
14143
  }
14200
- export interface Params$Resource$Projects$Instances$Databases$Operations$Get
14201
- extends StandardParameters {
14144
+ export interface Params$Resource$Projects$Instances$Databases$Operations$Get extends StandardParameters {
14202
14145
  /**
14203
14146
  * The name of the operation resource.
14204
14147
  */
14205
14148
  name?: string;
14206
14149
  }
14207
- export interface Params$Resource$Projects$Instances$Databases$Operations$List
14208
- extends StandardParameters {
14150
+ export interface Params$Resource$Projects$Instances$Databases$Operations$List extends StandardParameters {
14209
14151
  /**
14210
14152
  * The standard list filter.
14211
14153
  */
@@ -17046,8 +16988,7 @@ export namespace spanner_v1 {
17046
16988
  }
17047
16989
  }
17048
16990
 
17049
- export interface Params$Resource$Projects$Instances$Databases$Sessions$Adapter
17050
- extends StandardParameters {
16991
+ export interface Params$Resource$Projects$Instances$Databases$Sessions$Adapter extends StandardParameters {
17051
16992
  /**
17052
16993
  * Required. The database in which the new session is created.
17053
16994
  */
@@ -17058,8 +16999,7 @@ export namespace spanner_v1 {
17058
16999
  */
17059
17000
  requestBody?: Schema$AdapterSession;
17060
17001
  }
17061
- export interface Params$Resource$Projects$Instances$Databases$Sessions$Adaptmessage
17062
- extends StandardParameters {
17002
+ export interface Params$Resource$Projects$Instances$Databases$Sessions$Adaptmessage extends StandardParameters {
17063
17003
  /**
17064
17004
  * Required. The database session in which the adapter request is processed.
17065
17005
  */
@@ -17070,8 +17010,7 @@ export namespace spanner_v1 {
17070
17010
  */
17071
17011
  requestBody?: Schema$AdaptMessageRequest;
17072
17012
  }
17073
- export interface Params$Resource$Projects$Instances$Databases$Sessions$Batchcreate
17074
- extends StandardParameters {
17013
+ export interface Params$Resource$Projects$Instances$Databases$Sessions$Batchcreate extends StandardParameters {
17075
17014
  /**
17076
17015
  * Required. The database in which the new sessions are created.
17077
17016
  */
@@ -17082,8 +17021,7 @@ export namespace spanner_v1 {
17082
17021
  */
17083
17022
  requestBody?: Schema$BatchCreateSessionsRequest;
17084
17023
  }
17085
- export interface Params$Resource$Projects$Instances$Databases$Sessions$Batchwrite
17086
- extends StandardParameters {
17024
+ export interface Params$Resource$Projects$Instances$Databases$Sessions$Batchwrite extends StandardParameters {
17087
17025
  /**
17088
17026
  * Required. The session in which the batch request is to be run.
17089
17027
  */
@@ -17094,8 +17032,7 @@ export namespace spanner_v1 {
17094
17032
  */
17095
17033
  requestBody?: Schema$BatchWriteRequest;
17096
17034
  }
17097
- export interface Params$Resource$Projects$Instances$Databases$Sessions$Begintransaction
17098
- extends StandardParameters {
17035
+ export interface Params$Resource$Projects$Instances$Databases$Sessions$Begintransaction extends StandardParameters {
17099
17036
  /**
17100
17037
  * Required. The session in which the transaction runs.
17101
17038
  */
@@ -17106,8 +17043,7 @@ export namespace spanner_v1 {
17106
17043
  */
17107
17044
  requestBody?: Schema$BeginTransactionRequest;
17108
17045
  }
17109
- export interface Params$Resource$Projects$Instances$Databases$Sessions$Commit
17110
- extends StandardParameters {
17046
+ export interface Params$Resource$Projects$Instances$Databases$Sessions$Commit extends StandardParameters {
17111
17047
  /**
17112
17048
  * Required. The session in which the transaction to be committed is running.
17113
17049
  */
@@ -17118,8 +17054,7 @@ export namespace spanner_v1 {
17118
17054
  */
17119
17055
  requestBody?: Schema$CommitRequest;
17120
17056
  }
17121
- export interface Params$Resource$Projects$Instances$Databases$Sessions$Create
17122
- extends StandardParameters {
17057
+ export interface Params$Resource$Projects$Instances$Databases$Sessions$Create extends StandardParameters {
17123
17058
  /**
17124
17059
  * Required. The database in which the new session is created.
17125
17060
  */
@@ -17130,15 +17065,13 @@ export namespace spanner_v1 {
17130
17065
  */
17131
17066
  requestBody?: Schema$CreateSessionRequest;
17132
17067
  }
17133
- export interface Params$Resource$Projects$Instances$Databases$Sessions$Delete
17134
- extends StandardParameters {
17068
+ export interface Params$Resource$Projects$Instances$Databases$Sessions$Delete extends StandardParameters {
17135
17069
  /**
17136
17070
  * Required. The name of the session to delete.
17137
17071
  */
17138
17072
  name?: string;
17139
17073
  }
17140
- export interface Params$Resource$Projects$Instances$Databases$Sessions$Executebatchdml
17141
- extends StandardParameters {
17074
+ export interface Params$Resource$Projects$Instances$Databases$Sessions$Executebatchdml extends StandardParameters {
17142
17075
  /**
17143
17076
  * Required. The session in which the DML statements should be performed.
17144
17077
  */
@@ -17149,8 +17082,7 @@ export namespace spanner_v1 {
17149
17082
  */
17150
17083
  requestBody?: Schema$ExecuteBatchDmlRequest;
17151
17084
  }
17152
- export interface Params$Resource$Projects$Instances$Databases$Sessions$Executesql
17153
- extends StandardParameters {
17085
+ export interface Params$Resource$Projects$Instances$Databases$Sessions$Executesql extends StandardParameters {
17154
17086
  /**
17155
17087
  * Required. The session in which the SQL query should be performed.
17156
17088
  */
@@ -17161,8 +17093,7 @@ export namespace spanner_v1 {
17161
17093
  */
17162
17094
  requestBody?: Schema$ExecuteSqlRequest;
17163
17095
  }
17164
- export interface Params$Resource$Projects$Instances$Databases$Sessions$Executestreamingsql
17165
- extends StandardParameters {
17096
+ export interface Params$Resource$Projects$Instances$Databases$Sessions$Executestreamingsql extends StandardParameters {
17166
17097
  /**
17167
17098
  * Required. The session in which the SQL query should be performed.
17168
17099
  */
@@ -17173,15 +17104,13 @@ export namespace spanner_v1 {
17173
17104
  */
17174
17105
  requestBody?: Schema$ExecuteSqlRequest;
17175
17106
  }
17176
- export interface Params$Resource$Projects$Instances$Databases$Sessions$Get
17177
- extends StandardParameters {
17107
+ export interface Params$Resource$Projects$Instances$Databases$Sessions$Get extends StandardParameters {
17178
17108
  /**
17179
17109
  * Required. The name of the session to retrieve.
17180
17110
  */
17181
17111
  name?: string;
17182
17112
  }
17183
- export interface Params$Resource$Projects$Instances$Databases$Sessions$List
17184
- extends StandardParameters {
17113
+ export interface Params$Resource$Projects$Instances$Databases$Sessions$List extends StandardParameters {
17185
17114
  /**
17186
17115
  * Required. The database in which to list sessions.
17187
17116
  */
@@ -17199,8 +17128,7 @@ export namespace spanner_v1 {
17199
17128
  */
17200
17129
  pageToken?: string;
17201
17130
  }
17202
- export interface Params$Resource$Projects$Instances$Databases$Sessions$Partitionquery
17203
- extends StandardParameters {
17131
+ export interface Params$Resource$Projects$Instances$Databases$Sessions$Partitionquery extends StandardParameters {
17204
17132
  /**
17205
17133
  * Required. The session used to create the partitions.
17206
17134
  */
@@ -17211,8 +17139,7 @@ export namespace spanner_v1 {
17211
17139
  */
17212
17140
  requestBody?: Schema$PartitionQueryRequest;
17213
17141
  }
17214
- export interface Params$Resource$Projects$Instances$Databases$Sessions$Partitionread
17215
- extends StandardParameters {
17142
+ export interface Params$Resource$Projects$Instances$Databases$Sessions$Partitionread extends StandardParameters {
17216
17143
  /**
17217
17144
  * Required. The session used to create the partitions.
17218
17145
  */
@@ -17223,8 +17150,7 @@ export namespace spanner_v1 {
17223
17150
  */
17224
17151
  requestBody?: Schema$PartitionReadRequest;
17225
17152
  }
17226
- export interface Params$Resource$Projects$Instances$Databases$Sessions$Read
17227
- extends StandardParameters {
17153
+ export interface Params$Resource$Projects$Instances$Databases$Sessions$Read extends StandardParameters {
17228
17154
  /**
17229
17155
  * Required. The session in which the read should be performed.
17230
17156
  */
@@ -17235,8 +17161,7 @@ export namespace spanner_v1 {
17235
17161
  */
17236
17162
  requestBody?: Schema$ReadRequest;
17237
17163
  }
17238
- export interface Params$Resource$Projects$Instances$Databases$Sessions$Rollback
17239
- extends StandardParameters {
17164
+ export interface Params$Resource$Projects$Instances$Databases$Sessions$Rollback extends StandardParameters {
17240
17165
  /**
17241
17166
  * Required. The session in which the transaction to roll back is running.
17242
17167
  */
@@ -17247,8 +17172,7 @@ export namespace spanner_v1 {
17247
17172
  */
17248
17173
  requestBody?: Schema$RollbackRequest;
17249
17174
  }
17250
- export interface Params$Resource$Projects$Instances$Databases$Sessions$Streamingread
17251
- extends StandardParameters {
17175
+ export interface Params$Resource$Projects$Instances$Databases$Sessions$Streamingread extends StandardParameters {
17252
17176
  /**
17253
17177
  * Required. The session in which the read should be performed.
17254
17178
  */
@@ -17429,8 +17353,7 @@ export namespace spanner_v1 {
17429
17353
  }
17430
17354
  }
17431
17355
 
17432
- export interface Params$Resource$Projects$Instances$Instancepartitionoperations$List
17433
- extends StandardParameters {
17356
+ export interface Params$Resource$Projects$Instances$Instancepartitionoperations$List extends StandardParameters {
17434
17357
  /**
17435
17358
  * 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
17359
  */
@@ -18212,8 +18135,7 @@ export namespace spanner_v1 {
18212
18135
  }
18213
18136
  }
18214
18137
 
18215
- export interface Params$Resource$Projects$Instances$Instancepartitions$Create
18216
- extends StandardParameters {
18138
+ export interface Params$Resource$Projects$Instances$Instancepartitions$Create extends StandardParameters {
18217
18139
  /**
18218
18140
  * Required. The name of the instance in which to create the instance partition. Values are of the form `projects//instances/`.
18219
18141
  */
@@ -18224,8 +18146,7 @@ export namespace spanner_v1 {
18224
18146
  */
18225
18147
  requestBody?: Schema$CreateInstancePartitionRequest;
18226
18148
  }
18227
- export interface Params$Resource$Projects$Instances$Instancepartitions$Delete
18228
- extends StandardParameters {
18149
+ export interface Params$Resource$Projects$Instances$Instancepartitions$Delete extends StandardParameters {
18229
18150
  /**
18230
18151
  * 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
18152
  */
@@ -18235,15 +18156,13 @@ export namespace spanner_v1 {
18235
18156
  */
18236
18157
  name?: string;
18237
18158
  }
18238
- export interface Params$Resource$Projects$Instances$Instancepartitions$Get
18239
- extends StandardParameters {
18159
+ export interface Params$Resource$Projects$Instances$Instancepartitions$Get extends StandardParameters {
18240
18160
  /**
18241
18161
  * Required. The name of the requested instance partition. Values are of the form `projects/{project\}/instances/{instance\}/instancePartitions/{instance_partition\}`.
18242
18162
  */
18243
18163
  name?: string;
18244
18164
  }
18245
- export interface Params$Resource$Projects$Instances$Instancepartitions$List
18246
- extends StandardParameters {
18165
+ export interface Params$Resource$Projects$Instances$Instancepartitions$List extends StandardParameters {
18247
18166
  /**
18248
18167
  * 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
18168
  */
@@ -18261,8 +18180,7 @@ export namespace spanner_v1 {
18261
18180
  */
18262
18181
  parent?: string;
18263
18182
  }
18264
- export interface Params$Resource$Projects$Instances$Instancepartitions$Patch
18265
- extends StandardParameters {
18183
+ export interface Params$Resource$Projects$Instances$Instancepartitions$Patch extends StandardParameters {
18266
18184
  /**
18267
18185
  * 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
18186
  */
@@ -18849,29 +18767,25 @@ export namespace spanner_v1 {
18849
18767
  }
18850
18768
  }
18851
18769
 
18852
- export interface Params$Resource$Projects$Instances$Instancepartitions$Operations$Cancel
18853
- extends StandardParameters {
18770
+ export interface Params$Resource$Projects$Instances$Instancepartitions$Operations$Cancel extends StandardParameters {
18854
18771
  /**
18855
18772
  * The name of the operation resource to be cancelled.
18856
18773
  */
18857
18774
  name?: string;
18858
18775
  }
18859
- export interface Params$Resource$Projects$Instances$Instancepartitions$Operations$Delete
18860
- extends StandardParameters {
18776
+ export interface Params$Resource$Projects$Instances$Instancepartitions$Operations$Delete extends StandardParameters {
18861
18777
  /**
18862
18778
  * The name of the operation resource to be deleted.
18863
18779
  */
18864
18780
  name?: string;
18865
18781
  }
18866
- export interface Params$Resource$Projects$Instances$Instancepartitions$Operations$Get
18867
- extends StandardParameters {
18782
+ export interface Params$Resource$Projects$Instances$Instancepartitions$Operations$Get extends StandardParameters {
18868
18783
  /**
18869
18784
  * The name of the operation resource.
18870
18785
  */
18871
18786
  name?: string;
18872
18787
  }
18873
- export interface Params$Resource$Projects$Instances$Instancepartitions$Operations$List
18874
- extends StandardParameters {
18788
+ export interface Params$Resource$Projects$Instances$Instancepartitions$Operations$List extends StandardParameters {
18875
18789
  /**
18876
18790
  * The standard list filter.
18877
18791
  */
@@ -19461,29 +19375,25 @@ export namespace spanner_v1 {
19461
19375
  }
19462
19376
  }
19463
19377
 
19464
- export interface Params$Resource$Projects$Instances$Operations$Cancel
19465
- extends StandardParameters {
19378
+ export interface Params$Resource$Projects$Instances$Operations$Cancel extends StandardParameters {
19466
19379
  /**
19467
19380
  * The name of the operation resource to be cancelled.
19468
19381
  */
19469
19382
  name?: string;
19470
19383
  }
19471
- export interface Params$Resource$Projects$Instances$Operations$Delete
19472
- extends StandardParameters {
19384
+ export interface Params$Resource$Projects$Instances$Operations$Delete extends StandardParameters {
19473
19385
  /**
19474
19386
  * The name of the operation resource to be deleted.
19475
19387
  */
19476
19388
  name?: string;
19477
19389
  }
19478
- export interface Params$Resource$Projects$Instances$Operations$Get
19479
- extends StandardParameters {
19390
+ export interface Params$Resource$Projects$Instances$Operations$Get extends StandardParameters {
19480
19391
  /**
19481
19392
  * The name of the operation resource.
19482
19393
  */
19483
19394
  name?: string;
19484
19395
  }
19485
- export interface Params$Resource$Projects$Instances$Operations$List
19486
- extends StandardParameters {
19396
+ export interface Params$Resource$Projects$Instances$Operations$List extends StandardParameters {
19487
19397
  /**
19488
19398
  * The standard list filter.
19489
19399
  */