@googleapis/spanner 6.0.0 → 6.1.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
@@ -274,7 +274,7 @@ export namespace spanner_v1 {
274
274
  */
275
275
  export interface Schema$BatchWriteRequest {
276
276
  /**
277
- * Optional. When `exclude_txn_from_change_streams` is set to `true`: * Mutations from all transactions in this batch write operation will not be recorded in change streams with DDL option `allow_txn_exclusion=true` that are tracking columns modified by these transactions. * Mutations from all transactions in this batch write operation will be recorded in change streams with DDL option `allow_txn_exclusion=false or not set` that are tracking columns modified by these transactions. When `exclude_txn_from_change_streams` is set to `false` or not set, mutations from all transactions in this batch write operation will be recorded in all change streams that are tracking columns modified by these transactions.
277
+ * Optional. When `exclude_txn_from_change_streams` is set to `true`: * Modifications from all transactions in this batch write operation will not be recorded in change streams with DDL option `allow_txn_exclusion=true` that are tracking columns modified by these transactions. * Modifications from all transactions in this batch write operation will be recorded in change streams with DDL option `allow_txn_exclusion=false or not set` that are tracking columns modified by these transactions. When `exclude_txn_from_change_streams` is set to `false` or not set, Modifications from all transactions in this batch write operation will be recorded in all change streams that are tracking columns modified by these transactions.
278
278
  */
279
279
  excludeTxnFromChangeStreams?: boolean | null;
280
280
  /**
@@ -355,7 +355,7 @@ export namespace spanner_v1 {
355
355
  */
356
356
  export interface Schema$CommitRequest {
357
357
  /**
358
- * Optional. The amount of latency this request is willing to incur in order to improve throughput. If this field is not set, Spanner assumes requests are relatively latency sensitive and automatically determines an appropriate delay time. You can specify a batching delay value between 0 and 500 ms.
358
+ * Optional. The amount of latency this request is configured to incur in order to improve throughput. If this field is not set, Spanner assumes requests are relatively latency sensitive and automatically determines an appropriate delay time. You can specify a commit delay value between 0 and 500 ms.
359
359
  */
360
360
  maxCommitDelay?: string | null;
361
361
  /**
@@ -1583,6 +1583,15 @@ export namespace spanner_v1 {
1583
1583
  */
1584
1584
  cols?: number[] | null;
1585
1585
  }
1586
+ /**
1587
+ * The request for MoveInstance.
1588
+ */
1589
+ export interface Schema$MoveInstanceRequest {
1590
+ /**
1591
+ * Required. The target instance config for the instance to move. Values are of the form `projects//instanceConfigs/`.
1592
+ */
1593
+ targetConfig?: string | null;
1594
+ }
1586
1595
  /**
1587
1596
  * A modification to one or more Cloud Spanner rows. Mutations can be applied to a Cloud Spanner database by sending them in a Commit call.
1588
1597
  */
@@ -2339,7 +2348,7 @@ export namespace spanner_v1 {
2339
2348
  */
2340
2349
  export interface Schema$TransactionOptions {
2341
2350
  /**
2342
- * When `exclude_txn_from_change_streams` is set to `true`: * Mutations from this transaction will not be recorded in change streams with DDL option `allow_txn_exclusion=true` that are tracking columns modified by these transactions. * Mutations from this transaction will be recorded in change streams with DDL option `allow_txn_exclusion=false or not set` that are tracking columns modified by these transactions. When `exclude_txn_from_change_streams` is set to `false` or not set, mutations from this transaction will be recorded in all change streams that are tracking columns modified by these transactions. `exclude_txn_from_change_streams` may only be specified for read-write or partitioned-dml transactions, otherwise the API will return an `INVALID_ARGUMENT` error.
2351
+ * When `exclude_txn_from_change_streams` is set to `true`: * Modifications from this transaction will not be recorded in change streams with DDL option `allow_txn_exclusion=true` that are tracking columns modified by these transactions. * Modifications from this transaction will be recorded in change streams with DDL option `allow_txn_exclusion=false or not set` that are tracking columns modified by these transactions. When `exclude_txn_from_change_streams` is set to `false` or not set, Modifications from this transaction will be recorded in all change streams that are tracking columns modified by these transactions. `exclude_txn_from_change_streams` may only be specified for read-write or partitioned-dml transactions, otherwise the API will return an `INVALID_ARGUMENT` error.
2343
2352
  */
2344
2353
  excludeTxnFromChangeStreams?: boolean | null;
2345
2354
  /**
@@ -2737,6 +2746,7 @@ export namespace spanner_v1 {
2737
2746
  '$1'
2738
2747
  ),
2739
2748
  method: 'GET',
2749
+ apiVersion: '',
2740
2750
  },
2741
2751
  options
2742
2752
  ),
@@ -2861,6 +2871,7 @@ export namespace spanner_v1 {
2861
2871
  '$1'
2862
2872
  ),
2863
2873
  method: 'POST',
2874
+ apiVersion: '',
2864
2875
  },
2865
2876
  options
2866
2877
  ),
@@ -2945,6 +2956,7 @@ export namespace spanner_v1 {
2945
2956
  {
2946
2957
  url: (rootUrl + '/v1/{+name}').replace(/([^:]\/)\/+/g, '$1'),
2947
2958
  method: 'DELETE',
2959
+ apiVersion: '',
2948
2960
  },
2949
2961
  options
2950
2962
  ),
@@ -3029,6 +3041,7 @@ export namespace spanner_v1 {
3029
3041
  {
3030
3042
  url: (rootUrl + '/v1/{+name}').replace(/([^:]\/)\/+/g, '$1'),
3031
3043
  method: 'GET',
3044
+ apiVersion: '',
3032
3045
  },
3033
3046
  options
3034
3047
  ),
@@ -3123,6 +3136,7 @@ export namespace spanner_v1 {
3123
3136
  '$1'
3124
3137
  ),
3125
3138
  method: 'GET',
3139
+ apiVersion: '',
3126
3140
  },
3127
3141
  options
3128
3142
  ),
@@ -3207,6 +3221,7 @@ export namespace spanner_v1 {
3207
3221
  {
3208
3222
  url: (rootUrl + '/v1/{+name}').replace(/([^:]\/)\/+/g, '$1'),
3209
3223
  method: 'PATCH',
3224
+ apiVersion: '',
3210
3225
  },
3211
3226
  options
3212
3227
  ),
@@ -3361,6 +3376,7 @@ export namespace spanner_v1 {
3361
3376
  {
3362
3377
  url: (rootUrl + '/v1/{+name}:cancel').replace(/([^:]\/)\/+/g, '$1'),
3363
3378
  method: 'POST',
3379
+ apiVersion: '',
3364
3380
  },
3365
3381
  options
3366
3382
  ),
@@ -3446,6 +3462,7 @@ export namespace spanner_v1 {
3446
3462
  {
3447
3463
  url: (rootUrl + '/v1/{+name}').replace(/([^:]\/)\/+/g, '$1'),
3448
3464
  method: 'DELETE',
3465
+ apiVersion: '',
3449
3466
  },
3450
3467
  options
3451
3468
  ),
@@ -3530,6 +3547,7 @@ export namespace spanner_v1 {
3530
3547
  {
3531
3548
  url: (rootUrl + '/v1/{+name}').replace(/([^:]\/)\/+/g, '$1'),
3532
3549
  method: 'GET',
3550
+ apiVersion: '',
3533
3551
  },
3534
3552
  options
3535
3553
  ),
@@ -3619,6 +3637,7 @@ export namespace spanner_v1 {
3619
3637
  {
3620
3638
  url: (rootUrl + '/v1/{+name}').replace(/([^:]\/)\/+/g, '$1'),
3621
3639
  method: 'GET',
3640
+ apiVersion: '',
3622
3641
  },
3623
3642
  options
3624
3643
  ),
@@ -3764,6 +3783,7 @@ export namespace spanner_v1 {
3764
3783
  {
3765
3784
  url: (rootUrl + '/v1/{+name}:cancel').replace(/([^:]\/)\/+/g, '$1'),
3766
3785
  method: 'POST',
3786
+ apiVersion: '',
3767
3787
  },
3768
3788
  options
3769
3789
  ),
@@ -3849,6 +3869,7 @@ export namespace spanner_v1 {
3849
3869
  {
3850
3870
  url: (rootUrl + '/v1/{+name}').replace(/([^:]\/)\/+/g, '$1'),
3851
3871
  method: 'DELETE',
3872
+ apiVersion: '',
3852
3873
  },
3853
3874
  options
3854
3875
  ),
@@ -3934,6 +3955,7 @@ export namespace spanner_v1 {
3934
3955
  {
3935
3956
  url: (rootUrl + '/v1/{+name}').replace(/([^:]\/)\/+/g, '$1'),
3936
3957
  method: 'GET',
3958
+ apiVersion: '',
3937
3959
  },
3938
3960
  options
3939
3961
  ),
@@ -4024,6 +4046,7 @@ export namespace spanner_v1 {
4024
4046
  {
4025
4047
  url: (rootUrl + '/v1/{+name}').replace(/([^:]\/)\/+/g, '$1'),
4026
4048
  method: 'GET',
4049
+ apiVersion: '',
4027
4050
  },
4028
4051
  options
4029
4052
  ),
@@ -4182,6 +4205,7 @@ export namespace spanner_v1 {
4182
4205
  '$1'
4183
4206
  ),
4184
4207
  method: 'POST',
4208
+ apiVersion: '',
4185
4209
  },
4186
4210
  options
4187
4211
  ),
@@ -4266,6 +4290,7 @@ export namespace spanner_v1 {
4266
4290
  {
4267
4291
  url: (rootUrl + '/v1/{+name}').replace(/([^:]\/)\/+/g, '$1'),
4268
4292
  method: 'DELETE',
4293
+ apiVersion: '',
4269
4294
  },
4270
4295
  options
4271
4296
  ),
@@ -4350,6 +4375,7 @@ export namespace spanner_v1 {
4350
4375
  {
4351
4376
  url: (rootUrl + '/v1/{+name}').replace(/([^:]\/)\/+/g, '$1'),
4352
4377
  method: 'GET',
4378
+ apiVersion: '',
4353
4379
  },
4354
4380
  options
4355
4381
  ),
@@ -4437,6 +4463,7 @@ export namespace spanner_v1 {
4437
4463
  '$1'
4438
4464
  ),
4439
4465
  method: 'POST',
4466
+ apiVersion: '',
4440
4467
  },
4441
4468
  options
4442
4469
  ),
@@ -4529,6 +4556,7 @@ export namespace spanner_v1 {
4529
4556
  '$1'
4530
4557
  ),
4531
4558
  method: 'GET',
4559
+ apiVersion: '',
4532
4560
  },
4533
4561
  options
4534
4562
  ),
@@ -4547,6 +4575,91 @@ export namespace spanner_v1 {
4547
4575
  }
4548
4576
  }
4549
4577
 
4578
+ /**
4579
+ * Moves the instance to the target instance config. The returned long-running operation can be used to track the progress of moving the instance. `MoveInstance` returns `FAILED_PRECONDITION` if the instance meets any of the following criteria: * Has an ongoing move to a different instance config * Has backups * Has an ongoing update * Is under free trial * Contains any CMEK-enabled databases While the operation is pending: * All other attempts to modify the instance, including changes to its compute capacity, are rejected. * The following database and backup admin operations are rejected: * DatabaseAdmin.CreateDatabase, * DatabaseAdmin.UpdateDatabaseDdl (Disabled if default_leader is specified in the request.) * DatabaseAdmin.RestoreDatabase * DatabaseAdmin.CreateBackup * DatabaseAdmin.CopyBackup * Both the source and target instance configs are subject to hourly compute and storage charges. * The instance may experience higher read-write latencies and a higher transaction abort rate. However, moving an instance does not cause any downtime. The returned long-running operation will have a name of the format `/operations/` and can be used to track the move instance operation. The metadata field type is MoveInstanceMetadata. The response field type is Instance, if successful. Cancelling the operation sets its metadata's cancel_time. Cancellation is not immediate since it involves moving any data previously moved to target instance config back to the original instance config. The same operation can be used to track the progress of the cancellation. Upon successful completion of the cancellation, the operation terminates with CANCELLED status. Upon completion(if not cancelled) of the returned operation: * Instance would be successfully moved to the target instance config. * You are billed for compute and storage in target instance config. Authorization requires `spanner.instances.update` permission on the resource instance. For more details, please see [documentation](https://cloud.google.com/spanner/docs/move-instance).
4580
+ *
4581
+ * @param params - Parameters for request
4582
+ * @param options - Optionally override request options, such as `url`, `method`, and `encoding`.
4583
+ * @param callback - Optional callback that handles the response.
4584
+ * @returns A promise if used with async/await, or void if used with a callback.
4585
+ */
4586
+ move(
4587
+ params: Params$Resource$Projects$Instances$Move,
4588
+ options: StreamMethodOptions
4589
+ ): GaxiosPromise<Readable>;
4590
+ move(
4591
+ params?: Params$Resource$Projects$Instances$Move,
4592
+ options?: MethodOptions
4593
+ ): GaxiosPromise<Schema$Operation>;
4594
+ move(
4595
+ params: Params$Resource$Projects$Instances$Move,
4596
+ options: StreamMethodOptions | BodyResponseCallback<Readable>,
4597
+ callback: BodyResponseCallback<Readable>
4598
+ ): void;
4599
+ move(
4600
+ params: Params$Resource$Projects$Instances$Move,
4601
+ options: MethodOptions | BodyResponseCallback<Schema$Operation>,
4602
+ callback: BodyResponseCallback<Schema$Operation>
4603
+ ): void;
4604
+ move(
4605
+ params: Params$Resource$Projects$Instances$Move,
4606
+ callback: BodyResponseCallback<Schema$Operation>
4607
+ ): void;
4608
+ move(callback: BodyResponseCallback<Schema$Operation>): void;
4609
+ move(
4610
+ paramsOrCallback?:
4611
+ | Params$Resource$Projects$Instances$Move
4612
+ | BodyResponseCallback<Schema$Operation>
4613
+ | BodyResponseCallback<Readable>,
4614
+ optionsOrCallback?:
4615
+ | MethodOptions
4616
+ | StreamMethodOptions
4617
+ | BodyResponseCallback<Schema$Operation>
4618
+ | BodyResponseCallback<Readable>,
4619
+ callback?:
4620
+ | BodyResponseCallback<Schema$Operation>
4621
+ | BodyResponseCallback<Readable>
4622
+ ): void | GaxiosPromise<Schema$Operation> | GaxiosPromise<Readable> {
4623
+ let params = (paramsOrCallback ||
4624
+ {}) as Params$Resource$Projects$Instances$Move;
4625
+ let options = (optionsOrCallback || {}) as MethodOptions;
4626
+
4627
+ if (typeof paramsOrCallback === 'function') {
4628
+ callback = paramsOrCallback;
4629
+ params = {} as Params$Resource$Projects$Instances$Move;
4630
+ options = {};
4631
+ }
4632
+
4633
+ if (typeof optionsOrCallback === 'function') {
4634
+ callback = optionsOrCallback;
4635
+ options = {};
4636
+ }
4637
+
4638
+ const rootUrl = options.rootUrl || 'https://spanner.googleapis.com/';
4639
+ const parameters = {
4640
+ options: Object.assign(
4641
+ {
4642
+ url: (rootUrl + '/v1/{+name}:move').replace(/([^:]\/)\/+/g, '$1'),
4643
+ method: 'POST',
4644
+ apiVersion: '',
4645
+ },
4646
+ options
4647
+ ),
4648
+ params,
4649
+ requiredParams: ['name'],
4650
+ pathParams: ['name'],
4651
+ context: this.context,
4652
+ };
4653
+ if (callback) {
4654
+ createAPIRequest<Schema$Operation>(
4655
+ parameters,
4656
+ callback as BodyResponseCallback<unknown>
4657
+ );
4658
+ } else {
4659
+ return createAPIRequest<Schema$Operation>(parameters);
4660
+ }
4661
+ }
4662
+
4550
4663
  /**
4551
4664
  * Updates an instance, and begins allocating or releasing resources as requested. The returned long-running operation can be used to track the progress of updating the instance. If the named instance does not exist, returns `NOT_FOUND`. Immediately upon completion of this request: * For resource types for which a decrease in the instance's allocation has been requested, billing is based on the newly-requested level. Until completion of the returned operation: * Cancelling the operation sets its metadata's cancel_time, and begins restoring resources to their pre-request values. The operation is guaranteed to succeed at undoing all resource changes, after which point it terminates with a `CANCELLED` status. * All other attempts to modify the instance are rejected. * Reading the instance via the API continues to give the pre-request resource levels. Upon completion of the returned operation: * Billing begins for all successfully-allocated resources (some types may have lower than the requested levels). * All newly-reserved resources are available for serving the instance's tables. * The instance's new resource levels are readable via the API. The returned long-running operation will have a name of the format `/operations/` and can be used to track the instance modification. The metadata field type is UpdateInstanceMetadata. The response field type is Instance, if successful. Authorization requires `spanner.instances.update` permission on the resource name.
4552
4665
  *
@@ -4613,6 +4726,7 @@ export namespace spanner_v1 {
4613
4726
  {
4614
4727
  url: (rootUrl + '/v1/{+name}').replace(/([^:]\/)\/+/g, '$1'),
4615
4728
  method: 'PATCH',
4729
+ apiVersion: '',
4616
4730
  },
4617
4731
  options
4618
4732
  ),
@@ -4700,6 +4814,7 @@ export namespace spanner_v1 {
4700
4814
  '$1'
4701
4815
  ),
4702
4816
  method: 'POST',
4817
+ apiVersion: '',
4703
4818
  },
4704
4819
  options
4705
4820
  ),
@@ -4794,6 +4909,7 @@ export namespace spanner_v1 {
4794
4909
  '$1'
4795
4910
  ),
4796
4911
  method: 'POST',
4912
+ apiVersion: '',
4797
4913
  },
4798
4914
  options
4799
4915
  ),
@@ -4878,6 +4994,18 @@ export namespace spanner_v1 {
4878
4994
  */
4879
4995
  parent?: string;
4880
4996
  }
4997
+ export interface Params$Resource$Projects$Instances$Move
4998
+ extends StandardParameters {
4999
+ /**
5000
+ * Required. The instance to move. Values are of the form `projects//instances/`.
5001
+ */
5002
+ name?: string;
5003
+
5004
+ /**
5005
+ * Request body metadata
5006
+ */
5007
+ requestBody?: Schema$MoveInstanceRequest;
5008
+ }
4881
5009
  export interface Params$Resource$Projects$Instances$Patch
4882
5010
  extends StandardParameters {
4883
5011
  /**
@@ -4997,6 +5125,7 @@ export namespace spanner_v1 {
4997
5125
  '$1'
4998
5126
  ),
4999
5127
  method: 'GET',
5128
+ apiVersion: '',
5000
5129
  },
5001
5130
  options
5002
5131
  ),
@@ -5117,6 +5246,7 @@ export namespace spanner_v1 {
5117
5246
  '$1'
5118
5247
  ),
5119
5248
  method: 'POST',
5249
+ apiVersion: '',
5120
5250
  },
5121
5251
  options
5122
5252
  ),
@@ -5204,6 +5334,7 @@ export namespace spanner_v1 {
5204
5334
  '$1'
5205
5335
  ),
5206
5336
  method: 'POST',
5337
+ apiVersion: '',
5207
5338
  },
5208
5339
  options
5209
5340
  ),
@@ -5288,6 +5419,7 @@ export namespace spanner_v1 {
5288
5419
  {
5289
5420
  url: (rootUrl + '/v1/{+name}').replace(/([^:]\/)\/+/g, '$1'),
5290
5421
  method: 'DELETE',
5422
+ apiVersion: '',
5291
5423
  },
5292
5424
  options
5293
5425
  ),
@@ -5372,6 +5504,7 @@ export namespace spanner_v1 {
5372
5504
  {
5373
5505
  url: (rootUrl + '/v1/{+name}').replace(/([^:]\/)\/+/g, '$1'),
5374
5506
  method: 'GET',
5507
+ apiVersion: '',
5375
5508
  },
5376
5509
  options
5377
5510
  ),
@@ -5459,6 +5592,7 @@ export namespace spanner_v1 {
5459
5592
  '$1'
5460
5593
  ),
5461
5594
  method: 'POST',
5595
+ apiVersion: '',
5462
5596
  },
5463
5597
  options
5464
5598
  ),
@@ -5549,6 +5683,7 @@ export namespace spanner_v1 {
5549
5683
  '$1'
5550
5684
  ),
5551
5685
  method: 'GET',
5686
+ apiVersion: '',
5552
5687
  },
5553
5688
  options
5554
5689
  ),
@@ -5633,6 +5768,7 @@ export namespace spanner_v1 {
5633
5768
  {
5634
5769
  url: (rootUrl + '/v1/{+name}').replace(/([^:]\/)\/+/g, '$1'),
5635
5770
  method: 'PATCH',
5771
+ apiVersion: '',
5636
5772
  },
5637
5773
  options
5638
5774
  ),
@@ -5720,6 +5856,7 @@ export namespace spanner_v1 {
5720
5856
  '$1'
5721
5857
  ),
5722
5858
  method: 'POST',
5859
+ apiVersion: '',
5723
5860
  },
5724
5861
  options
5725
5862
  ),
@@ -5815,6 +5952,7 @@ export namespace spanner_v1 {
5815
5952
  '$1'
5816
5953
  ),
5817
5954
  method: 'POST',
5955
+ apiVersion: '',
5818
5956
  },
5819
5957
  options
5820
5958
  ),
@@ -6029,6 +6167,7 @@ export namespace spanner_v1 {
6029
6167
  {
6030
6168
  url: (rootUrl + '/v1/{+name}:cancel').replace(/([^:]\/)\/+/g, '$1'),
6031
6169
  method: 'POST',
6170
+ apiVersion: '',
6032
6171
  },
6033
6172
  options
6034
6173
  ),
@@ -6114,6 +6253,7 @@ export namespace spanner_v1 {
6114
6253
  {
6115
6254
  url: (rootUrl + '/v1/{+name}').replace(/([^:]\/)\/+/g, '$1'),
6116
6255
  method: 'DELETE',
6256
+ apiVersion: '',
6117
6257
  },
6118
6258
  options
6119
6259
  ),
@@ -6199,6 +6339,7 @@ export namespace spanner_v1 {
6199
6339
  {
6200
6340
  url: (rootUrl + '/v1/{+name}').replace(/([^:]\/)\/+/g, '$1'),
6201
6341
  method: 'GET',
6342
+ apiVersion: '',
6202
6343
  },
6203
6344
  options
6204
6345
  ),
@@ -6289,6 +6430,7 @@ export namespace spanner_v1 {
6289
6430
  {
6290
6431
  url: (rootUrl + '/v1/{+name}').replace(/([^:]\/)\/+/g, '$1'),
6291
6432
  method: 'GET',
6433
+ apiVersion: '',
6292
6434
  },
6293
6435
  options
6294
6436
  ),
@@ -6432,6 +6574,7 @@ export namespace spanner_v1 {
6432
6574
  '$1'
6433
6575
  ),
6434
6576
  method: 'GET',
6577
+ apiVersion: '',
6435
6578
  },
6436
6579
  options
6437
6580
  ),
@@ -6559,6 +6702,7 @@ export namespace spanner_v1 {
6559
6702
  '$1'
6560
6703
  ),
6561
6704
  method: 'POST',
6705
+ apiVersion: '',
6562
6706
  },
6563
6707
  options
6564
6708
  ),
@@ -6644,6 +6788,7 @@ export namespace spanner_v1 {
6644
6788
  {
6645
6789
  url: (rootUrl + '/v1/{+database}').replace(/([^:]\/)\/+/g, '$1'),
6646
6790
  method: 'DELETE',
6791
+ apiVersion: '',
6647
6792
  },
6648
6793
  options
6649
6794
  ),
@@ -6728,6 +6873,7 @@ export namespace spanner_v1 {
6728
6873
  {
6729
6874
  url: (rootUrl + '/v1/{+name}').replace(/([^:]\/)\/+/g, '$1'),
6730
6875
  method: 'GET',
6876
+ apiVersion: '',
6731
6877
  },
6732
6878
  options
6733
6879
  ),
@@ -6820,6 +6966,7 @@ export namespace spanner_v1 {
6820
6966
  '$1'
6821
6967
  ),
6822
6968
  method: 'GET',
6969
+ apiVersion: '',
6823
6970
  },
6824
6971
  options
6825
6972
  ),
@@ -6908,6 +7055,7 @@ export namespace spanner_v1 {
6908
7055
  '$1'
6909
7056
  ),
6910
7057
  method: 'POST',
7058
+ apiVersion: '',
6911
7059
  },
6912
7060
  options
6913
7061
  ),
@@ -6992,6 +7140,7 @@ export namespace spanner_v1 {
6992
7140
  {
6993
7141
  url: (rootUrl + '/v1/{+name}/scans').replace(/([^:]\/)\/+/g, '$1'),
6994
7142
  method: 'GET',
7143
+ apiVersion: '',
6995
7144
  },
6996
7145
  options
6997
7146
  ),
@@ -7084,6 +7233,7 @@ export namespace spanner_v1 {
7084
7233
  '$1'
7085
7234
  ),
7086
7235
  method: 'GET',
7236
+ apiVersion: '',
7087
7237
  },
7088
7238
  options
7089
7239
  ),
@@ -7168,6 +7318,7 @@ export namespace spanner_v1 {
7168
7318
  {
7169
7319
  url: (rootUrl + '/v1/{+name}').replace(/([^:]\/)\/+/g, '$1'),
7170
7320
  method: 'PATCH',
7321
+ apiVersion: '',
7171
7322
  },
7172
7323
  options
7173
7324
  ),
@@ -7255,6 +7406,7 @@ export namespace spanner_v1 {
7255
7406
  '$1'
7256
7407
  ),
7257
7408
  method: 'POST',
7409
+ apiVersion: '',
7258
7410
  },
7259
7411
  options
7260
7412
  ),
@@ -7343,6 +7495,7 @@ export namespace spanner_v1 {
7343
7495
  '$1'
7344
7496
  ),
7345
7497
  method: 'POST',
7498
+ apiVersion: '',
7346
7499
  },
7347
7500
  options
7348
7501
  ),
@@ -7438,6 +7591,7 @@ export namespace spanner_v1 {
7438
7591
  '$1'
7439
7592
  ),
7440
7593
  method: 'POST',
7594
+ apiVersion: '',
7441
7595
  },
7442
7596
  options
7443
7597
  ),
@@ -7525,6 +7679,7 @@ export namespace spanner_v1 {
7525
7679
  '$1'
7526
7680
  ),
7527
7681
  method: 'PATCH',
7682
+ apiVersion: '',
7528
7683
  },
7529
7684
  options
7530
7685
  ),
@@ -7771,6 +7926,7 @@ export namespace spanner_v1 {
7771
7926
  '$1'
7772
7927
  ),
7773
7928
  method: 'GET',
7929
+ apiVersion: '',
7774
7930
  },
7775
7931
  options
7776
7932
  ),
@@ -7866,6 +8022,7 @@ export namespace spanner_v1 {
7866
8022
  '$1'
7867
8023
  ),
7868
8024
  method: 'POST',
8025
+ apiVersion: '',
7869
8026
  },
7870
8027
  options
7871
8028
  ),
@@ -7986,6 +8143,7 @@ export namespace spanner_v1 {
7986
8143
  {
7987
8144
  url: (rootUrl + '/v1/{+name}:cancel').replace(/([^:]\/)\/+/g, '$1'),
7988
8145
  method: 'POST',
8146
+ apiVersion: '',
7989
8147
  },
7990
8148
  options
7991
8149
  ),
@@ -8071,6 +8229,7 @@ export namespace spanner_v1 {
8071
8229
  {
8072
8230
  url: (rootUrl + '/v1/{+name}').replace(/([^:]\/)\/+/g, '$1'),
8073
8231
  method: 'DELETE',
8232
+ apiVersion: '',
8074
8233
  },
8075
8234
  options
8076
8235
  ),
@@ -8156,6 +8315,7 @@ export namespace spanner_v1 {
8156
8315
  {
8157
8316
  url: (rootUrl + '/v1/{+name}').replace(/([^:]\/)\/+/g, '$1'),
8158
8317
  method: 'GET',
8318
+ apiVersion: '',
8159
8319
  },
8160
8320
  options
8161
8321
  ),
@@ -8246,6 +8406,7 @@ export namespace spanner_v1 {
8246
8406
  {
8247
8407
  url: (rootUrl + '/v1/{+name}').replace(/([^:]\/)\/+/g, '$1'),
8248
8408
  method: 'GET',
8409
+ apiVersion: '',
8249
8410
  },
8250
8411
  options
8251
8412
  ),
@@ -8389,6 +8550,7 @@ export namespace spanner_v1 {
8389
8550
  '$1'
8390
8551
  ),
8391
8552
  method: 'POST',
8553
+ apiVersion: '',
8392
8554
  },
8393
8555
  options
8394
8556
  ),
@@ -8480,6 +8642,7 @@ export namespace spanner_v1 {
8480
8642
  '$1'
8481
8643
  ),
8482
8644
  method: 'POST',
8645
+ apiVersion: '',
8483
8646
  },
8484
8647
  options
8485
8648
  ),
@@ -8568,6 +8731,7 @@ export namespace spanner_v1 {
8568
8731
  '$1'
8569
8732
  ),
8570
8733
  method: 'POST',
8734
+ apiVersion: '',
8571
8735
  },
8572
8736
  options
8573
8737
  ),
@@ -8656,6 +8820,7 @@ export namespace spanner_v1 {
8656
8820
  '$1'
8657
8821
  ),
8658
8822
  method: 'POST',
8823
+ apiVersion: '',
8659
8824
  },
8660
8825
  options
8661
8826
  ),
@@ -8744,6 +8909,7 @@ export namespace spanner_v1 {
8744
8909
  '$1'
8745
8910
  ),
8746
8911
  method: 'POST',
8912
+ apiVersion: '',
8747
8913
  },
8748
8914
  options
8749
8915
  ),
@@ -8829,6 +8995,7 @@ export namespace spanner_v1 {
8829
8995
  {
8830
8996
  url: (rootUrl + '/v1/{+name}').replace(/([^:]\/)\/+/g, '$1'),
8831
8997
  method: 'DELETE',
8998
+ apiVersion: '',
8832
8999
  },
8833
9000
  options
8834
9001
  ),
@@ -8924,6 +9091,7 @@ export namespace spanner_v1 {
8924
9091
  '$1'
8925
9092
  ),
8926
9093
  method: 'POST',
9094
+ apiVersion: '',
8927
9095
  },
8928
9096
  options
8929
9097
  ),
@@ -9012,6 +9180,7 @@ export namespace spanner_v1 {
9012
9180
  '$1'
9013
9181
  ),
9014
9182
  method: 'POST',
9183
+ apiVersion: '',
9015
9184
  },
9016
9185
  options
9017
9186
  ),
@@ -9102,6 +9271,7 @@ export namespace spanner_v1 {
9102
9271
  '$1'
9103
9272
  ),
9104
9273
  method: 'POST',
9274
+ apiVersion: '',
9105
9275
  },
9106
9276
  options
9107
9277
  ),
@@ -9187,6 +9357,7 @@ export namespace spanner_v1 {
9187
9357
  {
9188
9358
  url: (rootUrl + '/v1/{+name}').replace(/([^:]\/)\/+/g, '$1'),
9189
9359
  method: 'GET',
9360
+ apiVersion: '',
9190
9361
  },
9191
9362
  options
9192
9363
  ),
@@ -9280,6 +9451,7 @@ export namespace spanner_v1 {
9280
9451
  '$1'
9281
9452
  ),
9282
9453
  method: 'GET',
9454
+ apiVersion: '',
9283
9455
  },
9284
9456
  options
9285
9457
  ),
@@ -9373,6 +9545,7 @@ export namespace spanner_v1 {
9373
9545
  '$1'
9374
9546
  ),
9375
9547
  method: 'POST',
9548
+ apiVersion: '',
9376
9549
  },
9377
9550
  options
9378
9551
  ),
@@ -9466,6 +9639,7 @@ export namespace spanner_v1 {
9466
9639
  '$1'
9467
9640
  ),
9468
9641
  method: 'POST',
9642
+ apiVersion: '',
9469
9643
  },
9470
9644
  options
9471
9645
  ),
@@ -9554,6 +9728,7 @@ export namespace spanner_v1 {
9554
9728
  '$1'
9555
9729
  ),
9556
9730
  method: 'POST',
9731
+ apiVersion: '',
9557
9732
  },
9558
9733
  options
9559
9734
  ),
@@ -9642,6 +9817,7 @@ export namespace spanner_v1 {
9642
9817
  '$1'
9643
9818
  ),
9644
9819
  method: 'POST',
9820
+ apiVersion: '',
9645
9821
  },
9646
9822
  options
9647
9823
  ),
@@ -9732,6 +9908,7 @@ export namespace spanner_v1 {
9732
9908
  '$1'
9733
9909
  ),
9734
9910
  method: 'POST',
9911
+ apiVersion: '',
9735
9912
  },
9736
9913
  options
9737
9914
  ),
@@ -10023,6 +10200,7 @@ export namespace spanner_v1 {
10023
10200
  rootUrl + '/v1/{+parent}/instancePartitionOperations'
10024
10201
  ).replace(/([^:]\/)\/+/g, '$1'),
10025
10202
  method: 'GET',
10203
+ apiVersion: '',
10026
10204
  },
10027
10205
  options
10028
10206
  ),
@@ -10149,6 +10327,7 @@ export namespace spanner_v1 {
10149
10327
  '$1'
10150
10328
  ),
10151
10329
  method: 'POST',
10330
+ apiVersion: '',
10152
10331
  },
10153
10332
  options
10154
10333
  ),
@@ -10234,6 +10413,7 @@ export namespace spanner_v1 {
10234
10413
  {
10235
10414
  url: (rootUrl + '/v1/{+name}').replace(/([^:]\/)\/+/g, '$1'),
10236
10415
  method: 'DELETE',
10416
+ apiVersion: '',
10237
10417
  },
10238
10418
  options
10239
10419
  ),
@@ -10322,6 +10502,7 @@ export namespace spanner_v1 {
10322
10502
  {
10323
10503
  url: (rootUrl + '/v1/{+name}').replace(/([^:]\/)\/+/g, '$1'),
10324
10504
  method: 'GET',
10505
+ apiVersion: '',
10325
10506
  },
10326
10507
  options
10327
10508
  ),
@@ -10417,6 +10598,7 @@ export namespace spanner_v1 {
10417
10598
  '$1'
10418
10599
  ),
10419
10600
  method: 'GET',
10601
+ apiVersion: '',
10420
10602
  },
10421
10603
  options
10422
10604
  ),
@@ -10504,6 +10686,7 @@ export namespace spanner_v1 {
10504
10686
  {
10505
10687
  url: (rootUrl + '/v1/{+name}').replace(/([^:]\/)\/+/g, '$1'),
10506
10688
  method: 'PATCH',
10689
+ apiVersion: '',
10507
10690
  },
10508
10691
  options
10509
10692
  ),
@@ -10658,6 +10841,7 @@ export namespace spanner_v1 {
10658
10841
  {
10659
10842
  url: (rootUrl + '/v1/{+name}:cancel').replace(/([^:]\/)\/+/g, '$1'),
10660
10843
  method: 'POST',
10844
+ apiVersion: '',
10661
10845
  },
10662
10846
  options
10663
10847
  ),
@@ -10743,6 +10927,7 @@ export namespace spanner_v1 {
10743
10927
  {
10744
10928
  url: (rootUrl + '/v1/{+name}').replace(/([^:]\/)\/+/g, '$1'),
10745
10929
  method: 'DELETE',
10930
+ apiVersion: '',
10746
10931
  },
10747
10932
  options
10748
10933
  ),
@@ -10828,6 +11013,7 @@ export namespace spanner_v1 {
10828
11013
  {
10829
11014
  url: (rootUrl + '/v1/{+name}').replace(/([^:]\/)\/+/g, '$1'),
10830
11015
  method: 'GET',
11016
+ apiVersion: '',
10831
11017
  },
10832
11018
  options
10833
11019
  ),
@@ -10918,6 +11104,7 @@ export namespace spanner_v1 {
10918
11104
  {
10919
11105
  url: (rootUrl + '/v1/{+name}').replace(/([^:]\/)\/+/g, '$1'),
10920
11106
  method: 'GET',
11107
+ apiVersion: '',
10921
11108
  },
10922
11109
  options
10923
11110
  ),
@@ -11050,6 +11237,7 @@ export namespace spanner_v1 {
11050
11237
  {
11051
11238
  url: (rootUrl + '/v1/{+name}:cancel').replace(/([^:]\/)\/+/g, '$1'),
11052
11239
  method: 'POST',
11240
+ apiVersion: '',
11053
11241
  },
11054
11242
  options
11055
11243
  ),
@@ -11134,6 +11322,7 @@ export namespace spanner_v1 {
11134
11322
  {
11135
11323
  url: (rootUrl + '/v1/{+name}').replace(/([^:]\/)\/+/g, '$1'),
11136
11324
  method: 'DELETE',
11325
+ apiVersion: '',
11137
11326
  },
11138
11327
  options
11139
11328
  ),
@@ -11218,6 +11407,7 @@ export namespace spanner_v1 {
11218
11407
  {
11219
11408
  url: (rootUrl + '/v1/{+name}').replace(/([^:]\/)\/+/g, '$1'),
11220
11409
  method: 'GET',
11410
+ apiVersion: '',
11221
11411
  },
11222
11412
  options
11223
11413
  ),
@@ -11307,6 +11497,7 @@ export namespace spanner_v1 {
11307
11497
  {
11308
11498
  url: (rootUrl + '/v1/{+name}').replace(/([^:]\/)\/+/g, '$1'),
11309
11499
  method: 'GET',
11500
+ apiVersion: '',
11310
11501
  },
11311
11502
  options
11312
11503
  ),
@@ -11441,6 +11632,7 @@ export namespace spanner_v1 {
11441
11632
  {
11442
11633
  url: (rootUrl + '/v1/{+parent}').replace(/([^:]\/)\/+/g, '$1'),
11443
11634
  method: 'GET',
11635
+ apiVersion: '',
11444
11636
  },
11445
11637
  options
11446
11638
  ),