@googleapis/spanner 12.4.0 → 13.0.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
@@ -309,7 +309,7 @@ export namespace spanner_v1 {
309
309
  */
310
310
  createTime?: string | null;
311
311
  /**
312
- * Required for the CreateBackup operation. Name of the database from which this backup was created. This needs to be in the same instance as the backup. Values are of the form `projects//instances//databases/`.
312
+ * Required for the CreateBackup operation. Name of the database from which this backup was created. This needs to be in the same instance as the backup. Values are of the form `projects/{project\}/instances/{instance\}/databases/{database\}`.
313
313
  */
314
314
  database?: string | null;
315
315
  /**
@@ -353,7 +353,7 @@ export namespace spanner_v1 {
353
353
  */
354
354
  minimumRestorableEdition?: string | null;
355
355
  /**
356
- * 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/`.
356
+ * 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/{project\}/instances/{instance\}/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/{project\}/instances/{instance\}`.
357
357
  */
358
358
  name?: string | null;
359
359
  /**
@@ -361,11 +361,11 @@ export namespace spanner_v1 {
361
361
  */
362
362
  oldestVersionTime?: string | null;
363
363
  /**
364
- * Output only. The names of the destination backups being created by copying this source backup. The backup names are of the form `projects//instances//backups/`. Referencing backups may exist in different instances. The existence of any referencing backup prevents the backup from being deleted. When the copy operation is done (either successfully completed or cancelled or the destination backup is deleted), the reference to the backup is removed.
364
+ * Output only. The names of the destination backups being created by copying this source backup. The backup names are of the form `projects/{project\}/instances/{instance\}/backups/{backup\}`. Referencing backups may exist in different instances. The existence of any referencing backup prevents the backup from being deleted. When the copy operation is done (either successfully completed or cancelled or the destination backup is deleted), the reference to the backup is removed.
365
365
  */
366
366
  referencingBackups?: string[] | null;
367
367
  /**
368
- * Output only. The names of the restored databases that reference the backup. The database names are of the form `projects//instances//databases/`. Referencing databases may exist in different instances. The existence of any referencing database prevents the backup from being deleted. When a restored database from the backup enters the `READY` state, the reference to the backup is removed.
368
+ * Output only. The names of the restored databases that reference the backup. The database names are of the form `projects/{project\}/instances/{instance\}/databases/{database\}`. Referencing databases may exist in different instances. The existence of any referencing database prevents the backup from being deleted. When a restored database from the backup enters the `READY` state, the reference to the backup is removed.
369
369
  */
370
370
  referencingDatabases?: string[] | null;
371
371
  /**
@@ -407,7 +407,7 @@ export namespace spanner_v1 {
407
407
  */
408
408
  export interface Schema$BackupInstancePartition {
409
409
  /**
410
- * A unique identifier for the instance partition. Values are of the form `projects//instances//instancePartitions/`
410
+ * A unique identifier for the instance partition. Values are of the form `projects/{project\}/instances/{instance\}/instancePartitions/{instance_partition_id\}`
411
411
  */
412
412
  instancePartition?: string | null;
413
413
  }
@@ -497,7 +497,7 @@ export namespace spanner_v1 {
497
497
  */
498
498
  export interface Schema$BatchWriteResponse {
499
499
  /**
500
- * The commit timestamp of the transaction that applied this batch. Present if `status` is `OK`, absent otherwise.
500
+ * The commit timestamp of the transaction that applied this batch. Present if status is OK and the mutation groups were applied, absent otherwise. For mutation groups with conditions, a status=OK and missing commit_timestamp means that the mutation groups were not applied due to the condition not being satisfied after evaluation.
501
501
  */
502
502
  commitTimestamp?: string | null;
503
503
  /**
@@ -694,10 +694,18 @@ export namespace spanner_v1 {
694
694
  * The Cloud Spanner timestamp at which the transaction committed.
695
695
  */
696
696
  commitTimestamp?: string | null;
697
+ /**
698
+ * The isolation level used for the read-write transaction.
699
+ */
700
+ isolationLevel?: string | null;
697
701
  /**
698
702
  * If specified, transaction has not committed yet. You must retry the commit with the new precommit token.
699
703
  */
700
704
  precommitToken?: Schema$MultiplexedSessionPrecommitToken;
705
+ /**
706
+ * The read lock mode used for the read-write transaction.
707
+ */
708
+ readLockMode?: string | null;
701
709
  /**
702
710
  * If `TransactionOptions.isolation_level` is set to `IsolationLevel.REPEATABLE_READ`, then the snapshot timestamp is the timestamp at which all reads in the transaction ran. This timestamp is never returned.
703
711
  */
@@ -759,11 +767,11 @@ export namespace spanner_v1 {
759
767
  */
760
768
  encryptionType?: string | null;
761
769
  /**
762
- * Optional. This field is maintained for backwards compatibility. For new callers, we recommend using `kms_key_names` to specify the KMS key. Only use `kms_key_name` if the location of the KMS key matches the database instance's configuration (location) exactly. For example, if the KMS location is in `us-central1` or `nam3`, then the database instance must also be in `us-central1` or `nam3`. The Cloud KMS key that is used to encrypt and decrypt the restored database. Set this field only when encryption_type is `CUSTOMER_MANAGED_ENCRYPTION`. Values are of the form `projects//locations//keyRings//cryptoKeys/`.
770
+ * Optional. This field is maintained for backwards compatibility. For new callers, we recommend using `kms_key_names` to specify the KMS key. Only use `kms_key_name` if the location of the KMS key matches the database instance's configuration (location) exactly. For example, if the KMS location is in `us-central1` or `nam3`, then the database instance must also be in `us-central1` or `nam3`. The Cloud KMS key that is used to encrypt and decrypt the restored database. Set this field only when encryption_type is `CUSTOMER_MANAGED_ENCRYPTION`. Values are of the form `projects/{project\}/locations/{location\}/keyRings/{key_ring\}/cryptoKeys/{kms_key_name\}`.
763
771
  */
764
772
  kmsKeyName?: string | null;
765
773
  /**
766
- * Optional. Specifies the KMS configuration for the one or more keys used to protect the backup. Values are of the form `projects//locations//keyRings//cryptoKeys/`. KMS keys specified can be in any order. The keys referenced by `kms_key_names` must fully cover all regions of the backup's instance configuration. Some examples: * For regional (single-region) instance configurations, specify a regional location KMS key. * For multi-region instance configurations of type `GOOGLE_MANAGED`, either specify a multi-region location KMS key or multiple regional location KMS keys that cover all regions in the instance configuration. * For an instance configuration of type `USER_MANAGED`, specify only regional location KMS keys to cover each region in the instance configuration. Multi-region location KMS keys aren't supported for `USER_MANAGED` type instance configurations.
774
+ * Optional. Specifies the KMS configuration for the one or more keys used to protect the backup. Values are of the form `projects/{project\}/locations/{location\}/keyRings/{key_ring\}/cryptoKeys/{kms_key_name\}`. KMS keys specified can be in any order. The keys referenced by `kms_key_names` must fully cover all regions of the backup's instance configuration. Some examples: * For regional (single-region) instance configurations, specify a regional location KMS key. * For multi-region instance configurations of type `GOOGLE_MANAGED`, either specify a multi-region location KMS key or multiple regional location KMS keys that cover all regions in the instance configuration. * For an instance configuration of type `USER_MANAGED`, specify only regional location KMS keys to cover each region in the instance configuration. Multi-region location KMS keys aren't supported for `USER_MANAGED` type instance configurations.
767
775
  */
768
776
  kmsKeyNames?: string[] | null;
769
777
  }
@@ -776,7 +784,7 @@ export namespace spanner_v1 {
776
784
  */
777
785
  cancelTime?: string | null;
778
786
  /**
779
- * The name of the backup being created through the copy operation. Values are of the form `projects//instances//backups/`.
787
+ * The name of the backup being created through the copy operation. Values are of the form `projects/{project\}/instances/{instance\}/backups/{backup\}`.
780
788
  */
781
789
  name?: string | null;
782
790
  /**
@@ -784,7 +792,7 @@ export namespace spanner_v1 {
784
792
  */
785
793
  progress?: Schema$OperationProgress;
786
794
  /**
787
- * The name of the source backup that is being copied. Values are of the form `projects//instances//backups/`.
795
+ * The name of the source backup that is being copied. Values are of the form `projects/{project\}/instances/{instance\}/backups/{backup\}`.
788
796
  */
789
797
  sourceBackup?: string | null;
790
798
  }
@@ -793,7 +801,7 @@ export namespace spanner_v1 {
793
801
  */
794
802
  export interface Schema$CopyBackupRequest {
795
803
  /**
796
- * Required. The id of the backup copy. The `backup_id` appended to `parent` forms the full backup_uri of the form `projects//instances//backups/`.
804
+ * Required. The id of the backup copy. The `backup_id` appended to `parent` forms the full backup_uri of the form `projects/{project\}/instances/{instance\}/backups/{backup\}`.
797
805
  */
798
806
  backupId?: string | null;
799
807
  /**
@@ -805,7 +813,7 @@ export namespace spanner_v1 {
805
813
  */
806
814
  expireTime?: string | null;
807
815
  /**
808
- * Required. The source backup to be copied. The source backup needs to be in READY state for it to be copied. Once CopyBackup is in progress, the source backup cannot be deleted or cleaned up on expiration until CopyBackup is finished. Values are of the form: `projects//instances//backups/`.
816
+ * Required. The source backup to be copied. The source backup needs to be in READY state for it to be copied. Once CopyBackup is in progress, the source backup cannot be deleted or cleaned up on expiration until CopyBackup is finished. Values are of the form: `projects/{project\}/instances/{instance\}/backups/{backup\}`.
809
817
  */
810
818
  sourceBackup?: string | null;
811
819
  }
@@ -818,11 +826,11 @@ export namespace spanner_v1 {
818
826
  */
819
827
  encryptionType?: string | null;
820
828
  /**
821
- * Optional. This field is maintained for backwards compatibility. For new callers, we recommend using `kms_key_names` to specify the KMS key. Only use `kms_key_name` if the location of the KMS key matches the database instance's configuration (location) exactly. For example, if the KMS location is in `us-central1` or `nam3`, then the database instance must also be in `us-central1` or `nam3`. The Cloud KMS key that is used to encrypt and decrypt the restored database. Set this field only when encryption_type is `CUSTOMER_MANAGED_ENCRYPTION`. Values are of the form `projects//locations//keyRings//cryptoKeys/`.
829
+ * Optional. This field is maintained for backwards compatibility. For new callers, we recommend using `kms_key_names` to specify the KMS key. Only use `kms_key_name` if the location of the KMS key matches the database instance's configuration (location) exactly. For example, if the KMS location is in `us-central1` or `nam3`, then the database instance must also be in `us-central1` or `nam3`. The Cloud KMS key that is used to encrypt and decrypt the restored database. Set this field only when encryption_type is `CUSTOMER_MANAGED_ENCRYPTION`. Values are of the form `projects/{project\}/locations/{location\}/keyRings/{key_ring\}/cryptoKeys/{kms_key_name\}`.
822
830
  */
823
831
  kmsKeyName?: string | null;
824
832
  /**
825
- * Optional. Specifies the KMS configuration for the one or more keys used to protect the backup. Values are of the form `projects//locations//keyRings//cryptoKeys/`. The keys referenced by `kms_key_names` must fully cover all regions of the backup's instance configuration. Some examples: * For regional (single-region) instance configurations, specify a regional location KMS key. * For multi-region instance configurations of type `GOOGLE_MANAGED`, either specify a multi-region location KMS key or multiple regional location KMS keys that cover all regions in the instance configuration. * For an instance configuration of type `USER_MANAGED`, specify only regional location KMS keys to cover each region in the instance configuration. Multi-region location KMS keys aren't supported for `USER_MANAGED` type instance configurations.
833
+ * Optional. Specifies the KMS configuration for the one or more keys used to protect the backup. Values are of the form `projects/{project\}/locations/{location\}/keyRings/{key_ring\}/cryptoKeys/{kms_key_name\}`. The keys referenced by `kms_key_names` must fully cover all regions of the backup's instance configuration. Some examples: * For regional (single-region) instance configurations, specify a regional location KMS key. * For multi-region instance configurations of type `GOOGLE_MANAGED`, either specify a multi-region location KMS key or multiple regional location KMS keys that cover all regions in the instance configuration. * For an instance configuration of type `USER_MANAGED`, specify only regional location KMS keys to cover each region in the instance configuration. Multi-region location KMS keys aren't supported for `USER_MANAGED` type instance configurations.
826
834
  */
827
835
  kmsKeyNames?: string[] | null;
828
836
  }
@@ -1708,11 +1716,11 @@ export namespace spanner_v1 {
1708
1716
  */
1709
1717
  name?: string | null;
1710
1718
  /**
1711
- * The number of nodes allocated to this instance partition. Users can set the `node_count` field to specify the target number of nodes allocated to the instance partition. This may be zero in API responses for instance partitions that are not yet in state `READY`.
1719
+ * The number of nodes allocated to this instance partition. Users can set the `node_count` field to specify the target number of nodes allocated to the instance partition. If autoscaling is enabled, node_count is treated as an OUTPUT_ONLY field and reflects the current number of nodes allocated to the instance partition. This may be zero in API responses for instance partitions that are not yet in state `READY`.
1712
1720
  */
1713
1721
  nodeCount?: number | null;
1714
1722
  /**
1715
- * The number of processing units allocated to this instance partition. Users can set the `processing_units` field to specify the target number of processing units allocated to the instance partition. This might be zero in API responses for instance partitions that are not yet in the `READY` state.
1723
+ * The number of processing units allocated to this instance partition. Users can set the `processing_units` field to specify the target number of processing units allocated to the instance partition. If autoscaling is enabled, processing_units is treated as an OUTPUT_ONLY field and reflects the current number of processing units allocated to the instance partition. This might be zero in API responses for instance partitions that are not yet in the `READY` state.
1716
1724
  */
1717
1725
  processingUnits?: number | null;
1718
1726
  /**
@@ -2723,7 +2731,7 @@ export namespace spanner_v1 {
2723
2731
  */
2724
2732
  multiplexedSessionPreviousTransactionId?: string | null;
2725
2733
  /**
2726
- * Read lock mode for the transaction.
2734
+ * The read lock mode for the transaction.
2727
2735
  */
2728
2736
  readLockMode?: string | null;
2729
2737
  }
@@ -3785,8 +3793,7 @@ export namespace spanner_v1 {
3785
3793
  | BodyResponseCallback<Schema$Operation>
3786
3794
  | BodyResponseCallback<Readable>,
3787
3795
  callback?:
3788
- | BodyResponseCallback<Schema$Operation>
3789
- | BodyResponseCallback<Readable>
3796
+ BodyResponseCallback<Schema$Operation> | BodyResponseCallback<Readable>
3790
3797
  ):
3791
3798
  | void
3792
3799
  | Promise<GaxiosResponseWithHTTP2<Schema$Operation>>
@@ -3927,8 +3934,7 @@ export namespace spanner_v1 {
3927
3934
  | BodyResponseCallback<Schema$Empty>
3928
3935
  | BodyResponseCallback<Readable>,
3929
3936
  callback?:
3930
- | BodyResponseCallback<Schema$Empty>
3931
- | BodyResponseCallback<Readable>
3937
+ BodyResponseCallback<Schema$Empty> | BodyResponseCallback<Readable>
3932
3938
  ):
3933
3939
  | void
3934
3940
  | Promise<GaxiosResponseWithHTTP2<Schema$Empty>>
@@ -4377,8 +4383,7 @@ export namespace spanner_v1 {
4377
4383
  | BodyResponseCallback<Schema$Operation>
4378
4384
  | BodyResponseCallback<Readable>,
4379
4385
  callback?:
4380
- | BodyResponseCallback<Schema$Operation>
4381
- | BodyResponseCallback<Readable>
4386
+ BodyResponseCallback<Schema$Operation> | BodyResponseCallback<Readable>
4382
4387
  ):
4383
4388
  | void
4384
4389
  | Promise<GaxiosResponseWithHTTP2<Schema$Operation>>
@@ -4576,8 +4581,7 @@ export namespace spanner_v1 {
4576
4581
  | BodyResponseCallback<Schema$Empty>
4577
4582
  | BodyResponseCallback<Readable>,
4578
4583
  callback?:
4579
- | BodyResponseCallback<Schema$Empty>
4580
- | BodyResponseCallback<Readable>
4584
+ BodyResponseCallback<Schema$Empty> | BodyResponseCallback<Readable>
4581
4585
  ):
4582
4586
  | void
4583
4587
  | Promise<GaxiosResponseWithHTTP2<Schema$Empty>>
@@ -4712,8 +4716,7 @@ export namespace spanner_v1 {
4712
4716
  | BodyResponseCallback<Schema$Empty>
4713
4717
  | BodyResponseCallback<Readable>,
4714
4718
  callback?:
4715
- | BodyResponseCallback<Schema$Empty>
4716
- | BodyResponseCallback<Readable>
4719
+ BodyResponseCallback<Schema$Empty> | BodyResponseCallback<Readable>
4717
4720
  ):
4718
4721
  | void
4719
4722
  | Promise<GaxiosResponseWithHTTP2<Schema$Empty>>
@@ -4854,8 +4857,7 @@ export namespace spanner_v1 {
4854
4857
  | BodyResponseCallback<Schema$Operation>
4855
4858
  | BodyResponseCallback<Readable>,
4856
4859
  callback?:
4857
- | BodyResponseCallback<Schema$Operation>
4858
- | BodyResponseCallback<Readable>
4860
+ BodyResponseCallback<Schema$Operation> | BodyResponseCallback<Readable>
4859
4861
  ):
4860
4862
  | void
4861
4863
  | Promise<GaxiosResponseWithHTTP2<Schema$Operation>>
@@ -4983,8 +4985,7 @@ export namespace spanner_v1 {
4983
4985
  list(
4984
4986
  params: Params$Resource$Projects$Instanceconfigs$Operations$List,
4985
4987
  options:
4986
- | MethodOptions
4987
- | BodyResponseCallback<Schema$ListOperationsResponse>,
4988
+ MethodOptions | BodyResponseCallback<Schema$ListOperationsResponse>,
4988
4989
  callback: BodyResponseCallback<Schema$ListOperationsResponse>
4989
4990
  ): void;
4990
4991
  list(
@@ -5199,8 +5200,7 @@ export namespace spanner_v1 {
5199
5200
  | BodyResponseCallback<Schema$Empty>
5200
5201
  | BodyResponseCallback<Readable>,
5201
5202
  callback?:
5202
- | BodyResponseCallback<Schema$Empty>
5203
- | BodyResponseCallback<Readable>
5203
+ BodyResponseCallback<Schema$Empty> | BodyResponseCallback<Readable>
5204
5204
  ):
5205
5205
  | void
5206
5206
  | Promise<GaxiosResponseWithHTTP2<Schema$Empty>>
@@ -5336,8 +5336,7 @@ export namespace spanner_v1 {
5336
5336
  | BodyResponseCallback<Schema$Empty>
5337
5337
  | BodyResponseCallback<Readable>,
5338
5338
  callback?:
5339
- | BodyResponseCallback<Schema$Empty>
5340
- | BodyResponseCallback<Readable>
5339
+ BodyResponseCallback<Schema$Empty> | BodyResponseCallback<Readable>
5341
5340
  ):
5342
5341
  | void
5343
5342
  | Promise<GaxiosResponseWithHTTP2<Schema$Empty>>
@@ -5478,8 +5477,7 @@ export namespace spanner_v1 {
5478
5477
  | BodyResponseCallback<Schema$Operation>
5479
5478
  | BodyResponseCallback<Readable>,
5480
5479
  callback?:
5481
- | BodyResponseCallback<Schema$Operation>
5482
- | BodyResponseCallback<Readable>
5480
+ BodyResponseCallback<Schema$Operation> | BodyResponseCallback<Readable>
5483
5481
  ):
5484
5482
  | void
5485
5483
  | Promise<GaxiosResponseWithHTTP2<Schema$Operation>>
@@ -5608,8 +5606,7 @@ export namespace spanner_v1 {
5608
5606
  list(
5609
5607
  params: Params$Resource$Projects$Instanceconfigs$Ssdcaches$Operations$List,
5610
5608
  options:
5611
- | MethodOptions
5612
- | BodyResponseCallback<Schema$ListOperationsResponse>,
5609
+ MethodOptions | BodyResponseCallback<Schema$ListOperationsResponse>,
5613
5610
  callback: BodyResponseCallback<Schema$ListOperationsResponse>
5614
5611
  ): void;
5615
5612
  list(
@@ -5850,8 +5847,7 @@ export namespace spanner_v1 {
5850
5847
  | BodyResponseCallback<Schema$Operation>
5851
5848
  | BodyResponseCallback<Readable>,
5852
5849
  callback?:
5853
- | BodyResponseCallback<Schema$Operation>
5854
- | BodyResponseCallback<Readable>
5850
+ BodyResponseCallback<Schema$Operation> | BodyResponseCallback<Readable>
5855
5851
  ):
5856
5852
  | void
5857
5853
  | Promise<GaxiosResponseWithHTTP2<Schema$Operation>>
@@ -5988,8 +5984,7 @@ export namespace spanner_v1 {
5988
5984
  | BodyResponseCallback<Schema$Empty>
5989
5985
  | BodyResponseCallback<Readable>,
5990
5986
  callback?:
5991
- | BodyResponseCallback<Schema$Empty>
5992
- | BodyResponseCallback<Readable>
5987
+ BodyResponseCallback<Schema$Empty> | BodyResponseCallback<Readable>
5993
5988
  ):
5994
5989
  | void
5995
5990
  | Promise<GaxiosResponseWithHTTP2<Schema$Empty>>
@@ -6142,8 +6137,7 @@ export namespace spanner_v1 {
6142
6137
  | BodyResponseCallback<Schema$Instance>
6143
6138
  | BodyResponseCallback<Readable>,
6144
6139
  callback?:
6145
- | BodyResponseCallback<Schema$Instance>
6146
- | BodyResponseCallback<Readable>
6140
+ BodyResponseCallback<Schema$Instance> | BodyResponseCallback<Readable>
6147
6141
  ):
6148
6142
  | void
6149
6143
  | Promise<GaxiosResponseWithHTTP2<Schema$Instance>>
@@ -6289,8 +6283,7 @@ export namespace spanner_v1 {
6289
6283
  | BodyResponseCallback<Schema$Policy>
6290
6284
  | BodyResponseCallback<Readable>,
6291
6285
  callback?:
6292
- | BodyResponseCallback<Schema$Policy>
6293
- | BodyResponseCallback<Readable>
6286
+ BodyResponseCallback<Schema$Policy> | BodyResponseCallback<Readable>
6294
6287
  ):
6295
6288
  | void
6296
6289
  | Promise<GaxiosResponseWithHTTP2<Schema$Policy>>
@@ -6421,8 +6414,7 @@ export namespace spanner_v1 {
6421
6414
  list(
6422
6415
  params: Params$Resource$Projects$Instances$List,
6423
6416
  options:
6424
- | MethodOptions
6425
- | BodyResponseCallback<Schema$ListInstancesResponse>,
6417
+ MethodOptions | BodyResponseCallback<Schema$ListInstancesResponse>,
6426
6418
  callback: BodyResponseCallback<Schema$ListInstancesResponse>
6427
6419
  ): void;
6428
6420
  list(
@@ -6594,8 +6586,7 @@ export namespace spanner_v1 {
6594
6586
  | BodyResponseCallback<Schema$Operation>
6595
6587
  | BodyResponseCallback<Readable>,
6596
6588
  callback?:
6597
- | BodyResponseCallback<Schema$Operation>
6598
- | BodyResponseCallback<Readable>
6589
+ BodyResponseCallback<Schema$Operation> | BodyResponseCallback<Readable>
6599
6590
  ):
6600
6591
  | void
6601
6592
  | Promise<GaxiosResponseWithHTTP2<Schema$Operation>>
@@ -6744,8 +6735,7 @@ export namespace spanner_v1 {
6744
6735
  | BodyResponseCallback<Schema$Operation>
6745
6736
  | BodyResponseCallback<Readable>,
6746
6737
  callback?:
6747
- | BodyResponseCallback<Schema$Operation>
6748
- | BodyResponseCallback<Readable>
6738
+ BodyResponseCallback<Schema$Operation> | BodyResponseCallback<Readable>
6749
6739
  ):
6750
6740
  | void
6751
6741
  | Promise<GaxiosResponseWithHTTP2<Schema$Operation>>
@@ -6891,8 +6881,7 @@ export namespace spanner_v1 {
6891
6881
  | BodyResponseCallback<Schema$Policy>
6892
6882
  | BodyResponseCallback<Readable>,
6893
6883
  callback?:
6894
- | BodyResponseCallback<Schema$Policy>
6895
- | BodyResponseCallback<Readable>
6884
+ BodyResponseCallback<Schema$Policy> | BodyResponseCallback<Readable>
6896
6885
  ):
6897
6886
  | void
6898
6887
  | Promise<GaxiosResponseWithHTTP2<Schema$Policy>>
@@ -7021,8 +7010,7 @@ export namespace spanner_v1 {
7021
7010
  testIamPermissions(
7022
7011
  params: Params$Resource$Projects$Instances$Testiampermissions,
7023
7012
  options:
7024
- | MethodOptions
7025
- | BodyResponseCallback<Schema$TestIamPermissionsResponse>,
7013
+ MethodOptions | BodyResponseCallback<Schema$TestIamPermissionsResponse>,
7026
7014
  callback: BodyResponseCallback<Schema$TestIamPermissionsResponse>
7027
7015
  ): void;
7028
7016
  testIamPermissions(
@@ -7244,7 +7232,7 @@ export namespace spanner_v1 {
7244
7232
  * pageSize: 'placeholder-value',
7245
7233
  * // If non-empty, `page_token` should contain a next_page_token from a previous ListBackupOperationsResponse to the same `parent` and with the same `filter`.
7246
7234
  * pageToken: 'placeholder-value',
7247
- * // Required. The instance of the backup operations. Values are of the form `projects//instances/`.
7235
+ * // Required. The instance of the backup operations. Values are of the form `projects/{project\}/instances/{instance\}`.
7248
7236
  * parent: 'projects/my-project/instances/my-instance',
7249
7237
  * });
7250
7238
  * console.log(res.data);
@@ -7372,7 +7360,7 @@ export namespace spanner_v1 {
7372
7360
  */
7373
7361
  pageToken?: string;
7374
7362
  /**
7375
- * Required. The instance of the backup operations. Values are of the form `projects//instances/`.
7363
+ * Required. The instance of the backup operations. Values are of the form `projects/{project\}/instances/{instance\}`.
7376
7364
  */
7377
7365
  parent?: string;
7378
7366
  }
@@ -7421,7 +7409,7 @@ export namespace spanner_v1 {
7421
7409
  *
7422
7410
  * // Do the magic
7423
7411
  * const res = await spanner.projects.instances.backups.copy({
7424
- * // Required. The name of the destination instance that will contain the backup copy. Values are of the form: `projects//instances/`.
7412
+ * // Required. The name of the destination instance that will contain the backup copy. Values are of the form: `projects/{project\}/instances/{instance\}`.
7425
7413
  * parent: 'projects/my-project/instances/my-instance',
7426
7414
  *
7427
7415
  * // Request body metadata
@@ -7493,8 +7481,7 @@ export namespace spanner_v1 {
7493
7481
  | BodyResponseCallback<Schema$Operation>
7494
7482
  | BodyResponseCallback<Readable>,
7495
7483
  callback?:
7496
- | BodyResponseCallback<Schema$Operation>
7497
- | BodyResponseCallback<Readable>
7484
+ BodyResponseCallback<Schema$Operation> | BodyResponseCallback<Readable>
7498
7485
  ):
7499
7486
  | void
7500
7487
  | Promise<GaxiosResponseWithHTTP2<Schema$Operation>>
@@ -7576,15 +7563,15 @@ export namespace spanner_v1 {
7576
7563
  *
7577
7564
  * // Do the magic
7578
7565
  * const res = await spanner.projects.instances.backups.create({
7579
- * // 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/`.
7566
+ * // Required. The id of the backup to be created. The `backup_id` appended to `parent` forms the full backup name of the form `projects/{project\}/instances/{instance\}/backups/{backup_id\}`.
7580
7567
  * backupId: 'placeholder-value',
7581
7568
  * // Required. The encryption type of the backup.
7582
7569
  * 'encryptionConfig.encryptionType': 'placeholder-value',
7583
- * // Optional. This field is maintained for backwards compatibility. For new callers, we recommend using `kms_key_names` to specify the KMS key. Only use `kms_key_name` if the location of the KMS key matches the database instance's configuration (location) exactly. For example, if the KMS location is in `us-central1` or `nam3`, then the database instance must also be in `us-central1` or `nam3`. The Cloud KMS key that is used to encrypt and decrypt the restored database. Set this field only when encryption_type is `CUSTOMER_MANAGED_ENCRYPTION`. Values are of the form `projects//locations//keyRings//cryptoKeys/`.
7570
+ * // Optional. This field is maintained for backwards compatibility. For new callers, we recommend using `kms_key_names` to specify the KMS key. Only use `kms_key_name` if the location of the KMS key matches the database instance's configuration (location) exactly. For example, if the KMS location is in `us-central1` or `nam3`, then the database instance must also be in `us-central1` or `nam3`. The Cloud KMS key that is used to encrypt and decrypt the restored database. Set this field only when encryption_type is `CUSTOMER_MANAGED_ENCRYPTION`. Values are of the form `projects/{project\}/locations/{location\}/keyRings/{key_ring\}/cryptoKeys/{kms_key_name\}`.
7584
7571
  * 'encryptionConfig.kmsKeyName': 'placeholder-value',
7585
- * // Optional. Specifies the KMS configuration for the one or more keys used to protect the backup. Values are of the form `projects//locations//keyRings//cryptoKeys/`. The keys referenced by `kms_key_names` must fully cover all regions of the backup's instance configuration. Some examples: * For regional (single-region) instance configurations, specify a regional location KMS key. * For multi-region instance configurations of type `GOOGLE_MANAGED`, either specify a multi-region location KMS key or multiple regional location KMS keys that cover all regions in the instance configuration. * For an instance configuration of type `USER_MANAGED`, specify only regional location KMS keys to cover each region in the instance configuration. Multi-region location KMS keys aren't supported for `USER_MANAGED` type instance configurations.
7572
+ * // Optional. Specifies the KMS configuration for the one or more keys used to protect the backup. Values are of the form `projects/{project\}/locations/{location\}/keyRings/{key_ring\}/cryptoKeys/{kms_key_name\}`. The keys referenced by `kms_key_names` must fully cover all regions of the backup's instance configuration. Some examples: * For regional (single-region) instance configurations, specify a regional location KMS key. * For multi-region instance configurations of type `GOOGLE_MANAGED`, either specify a multi-region location KMS key or multiple regional location KMS keys that cover all regions in the instance configuration. * For an instance configuration of type `USER_MANAGED`, specify only regional location KMS keys to cover each region in the instance configuration. Multi-region location KMS keys aren't supported for `USER_MANAGED` type instance configurations.
7586
7573
  * 'encryptionConfig.kmsKeyNames': 'placeholder-value',
7587
- * // Required. The name of the instance in which the backup is created. This must be the same instance that contains the database the backup is created from. The backup will be stored in the locations specified in the instance configuration of this instance. Values are of the form `projects//instances/`.
7574
+ * // Required. The name of the instance in which the backup is created. This must be the same instance that contains the database the backup is created from. The backup will be stored in the locations specified in the instance configuration of this instance. Values are of the form `projects/{project\}/instances/{instance\}`.
7588
7575
  * parent: 'projects/my-project/instances/my-instance',
7589
7576
  *
7590
7577
  * // Request body metadata
@@ -7672,8 +7659,7 @@ export namespace spanner_v1 {
7672
7659
  | BodyResponseCallback<Schema$Operation>
7673
7660
  | BodyResponseCallback<Readable>,
7674
7661
  callback?:
7675
- | BodyResponseCallback<Schema$Operation>
7676
- | BodyResponseCallback<Readable>
7662
+ BodyResponseCallback<Schema$Operation> | BodyResponseCallback<Readable>
7677
7663
  ):
7678
7664
  | void
7679
7665
  | Promise<GaxiosResponseWithHTTP2<Schema$Operation>>
@@ -7755,7 +7741,7 @@ export namespace spanner_v1 {
7755
7741
  *
7756
7742
  * // Do the magic
7757
7743
  * const res = await spanner.projects.instances.backups.delete({
7758
- * // Required. Name of the backup to delete. Values are of the form `projects//instances//backups/`.
7744
+ * // Required. Name of the backup to delete. Values are of the form `projects/{project\}/instances/{instance\}/backups/{backup\}`.
7759
7745
  * name: 'projects/my-project/instances/my-instance/backups/my-backup',
7760
7746
  * });
7761
7747
  * console.log(res.data);
@@ -7810,8 +7796,7 @@ export namespace spanner_v1 {
7810
7796
  | BodyResponseCallback<Schema$Empty>
7811
7797
  | BodyResponseCallback<Readable>,
7812
7798
  callback?:
7813
- | BodyResponseCallback<Schema$Empty>
7814
- | BodyResponseCallback<Readable>
7799
+ BodyResponseCallback<Schema$Empty> | BodyResponseCallback<Readable>
7815
7800
  ):
7816
7801
  | void
7817
7802
  | Promise<GaxiosResponseWithHTTP2<Schema$Empty>>
@@ -7890,7 +7875,7 @@ export namespace spanner_v1 {
7890
7875
  *
7891
7876
  * // Do the magic
7892
7877
  * const res = await spanner.projects.instances.backups.get({
7893
- * // Required. Name of the backup. Values are of the form `projects//instances//backups/`.
7878
+ * // Required. Name of the backup. Values are of the form `projects/{project\}/instances/{instance\}/backups/{backup\}`.
7894
7879
  * name: 'projects/my-project/instances/my-instance/backups/my-backup',
7895
7880
  * });
7896
7881
  * console.log(res.data);
@@ -7966,8 +7951,7 @@ export namespace spanner_v1 {
7966
7951
  | BodyResponseCallback<Schema$Backup>
7967
7952
  | BodyResponseCallback<Readable>,
7968
7953
  callback?:
7969
- | BodyResponseCallback<Schema$Backup>
7970
- | BodyResponseCallback<Readable>
7954
+ BodyResponseCallback<Schema$Backup> | BodyResponseCallback<Readable>
7971
7955
  ):
7972
7956
  | void
7973
7957
  | Promise<GaxiosResponseWithHTTP2<Schema$Backup>>
@@ -8113,8 +8097,7 @@ export namespace spanner_v1 {
8113
8097
  | BodyResponseCallback<Schema$Policy>
8114
8098
  | BodyResponseCallback<Readable>,
8115
8099
  callback?:
8116
- | BodyResponseCallback<Schema$Policy>
8117
- | BodyResponseCallback<Readable>
8100
+ BodyResponseCallback<Schema$Policy> | BodyResponseCallback<Readable>
8118
8101
  ):
8119
8102
  | void
8120
8103
  | Promise<GaxiosResponseWithHTTP2<Schema$Policy>>
@@ -8202,7 +8185,7 @@ export namespace spanner_v1 {
8202
8185
  * pageSize: 'placeholder-value',
8203
8186
  * // If non-empty, `page_token` should contain a next_page_token from a previous ListBackupsResponse to the same `parent` and with the same `filter`.
8204
8187
  * pageToken: 'placeholder-value',
8205
- * // Required. The instance to list backups from. Values are of the form `projects//instances/`.
8188
+ * // Required. The instance to list backups from. Values are of the form `projects/{project\}/instances/{instance\}`.
8206
8189
  * parent: 'projects/my-project/instances/my-instance',
8207
8190
  * });
8208
8191
  * console.log(res.data);
@@ -8343,7 +8326,7 @@ export namespace spanner_v1 {
8343
8326
  *
8344
8327
  * // Do the magic
8345
8328
  * const res = await spanner.projects.instances.backups.patch({
8346
- * // 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/`.
8329
+ * // 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/{project\}/instances/{instance\}/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/{project\}/instances/{instance\}`.
8347
8330
  * name: 'projects/my-project/instances/my-instance/backups/my-backup',
8348
8331
  * // Required. A mask specifying which fields (for example, `expire_time`) in the backup resource should be updated. This mask is relative to the backup resource, not to the request message. The field mask must always be specified; this prevents any future fields from being erased accidentally by clients that do not know about them.
8349
8332
  * updateMask: 'placeholder-value',
@@ -8448,8 +8431,7 @@ export namespace spanner_v1 {
8448
8431
  | BodyResponseCallback<Schema$Backup>
8449
8432
  | BodyResponseCallback<Readable>,
8450
8433
  callback?:
8451
- | BodyResponseCallback<Schema$Backup>
8452
- | BodyResponseCallback<Readable>
8434
+ BodyResponseCallback<Schema$Backup> | BodyResponseCallback<Readable>
8453
8435
  ):
8454
8436
  | void
8455
8437
  | Promise<GaxiosResponseWithHTTP2<Schema$Backup>>
@@ -8595,8 +8577,7 @@ export namespace spanner_v1 {
8595
8577
  | BodyResponseCallback<Schema$Policy>
8596
8578
  | BodyResponseCallback<Readable>,
8597
8579
  callback?:
8598
- | BodyResponseCallback<Schema$Policy>
8599
- | BodyResponseCallback<Readable>
8580
+ BodyResponseCallback<Schema$Policy> | BodyResponseCallback<Readable>
8600
8581
  ):
8601
8582
  | void
8602
8583
  | Promise<GaxiosResponseWithHTTP2<Schema$Policy>>
@@ -8725,8 +8706,7 @@ export namespace spanner_v1 {
8725
8706
  testIamPermissions(
8726
8707
  params: Params$Resource$Projects$Instances$Backups$Testiampermissions,
8727
8708
  options:
8728
- | MethodOptions
8729
- | BodyResponseCallback<Schema$TestIamPermissionsResponse>,
8709
+ MethodOptions | BodyResponseCallback<Schema$TestIamPermissionsResponse>,
8730
8710
  callback: BodyResponseCallback<Schema$TestIamPermissionsResponse>
8731
8711
  ): void;
8732
8712
  testIamPermissions(
@@ -8800,7 +8780,7 @@ export namespace spanner_v1 {
8800
8780
 
8801
8781
  export interface Params$Resource$Projects$Instances$Backups$Copy extends StandardParameters {
8802
8782
  /**
8803
- * Required. The name of the destination instance that will contain the backup copy. Values are of the form: `projects//instances/`.
8783
+ * Required. The name of the destination instance that will contain the backup copy. Values are of the form: `projects/{project\}/instances/{instance\}`.
8804
8784
  */
8805
8785
  parent?: string;
8806
8786
 
@@ -8811,7 +8791,7 @@ export namespace spanner_v1 {
8811
8791
  }
8812
8792
  export interface Params$Resource$Projects$Instances$Backups$Create extends StandardParameters {
8813
8793
  /**
8814
- * 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/`.
8794
+ * Required. The id of the backup to be created. The `backup_id` appended to `parent` forms the full backup name of the form `projects/{project\}/instances/{instance\}/backups/{backup_id\}`.
8815
8795
  */
8816
8796
  backupId?: string;
8817
8797
  /**
@@ -8819,15 +8799,15 @@ export namespace spanner_v1 {
8819
8799
  */
8820
8800
  'encryptionConfig.encryptionType'?: string;
8821
8801
  /**
8822
- * Optional. This field is maintained for backwards compatibility. For new callers, we recommend using `kms_key_names` to specify the KMS key. Only use `kms_key_name` if the location of the KMS key matches the database instance's configuration (location) exactly. For example, if the KMS location is in `us-central1` or `nam3`, then the database instance must also be in `us-central1` or `nam3`. The Cloud KMS key that is used to encrypt and decrypt the restored database. Set this field only when encryption_type is `CUSTOMER_MANAGED_ENCRYPTION`. Values are of the form `projects//locations//keyRings//cryptoKeys/`.
8802
+ * Optional. This field is maintained for backwards compatibility. For new callers, we recommend using `kms_key_names` to specify the KMS key. Only use `kms_key_name` if the location of the KMS key matches the database instance's configuration (location) exactly. For example, if the KMS location is in `us-central1` or `nam3`, then the database instance must also be in `us-central1` or `nam3`. The Cloud KMS key that is used to encrypt and decrypt the restored database. Set this field only when encryption_type is `CUSTOMER_MANAGED_ENCRYPTION`. Values are of the form `projects/{project\}/locations/{location\}/keyRings/{key_ring\}/cryptoKeys/{kms_key_name\}`.
8823
8803
  */
8824
8804
  'encryptionConfig.kmsKeyName'?: string;
8825
8805
  /**
8826
- * Optional. Specifies the KMS configuration for the one or more keys used to protect the backup. Values are of the form `projects//locations//keyRings//cryptoKeys/`. The keys referenced by `kms_key_names` must fully cover all regions of the backup's instance configuration. Some examples: * For regional (single-region) instance configurations, specify a regional location KMS key. * For multi-region instance configurations of type `GOOGLE_MANAGED`, either specify a multi-region location KMS key or multiple regional location KMS keys that cover all regions in the instance configuration. * For an instance configuration of type `USER_MANAGED`, specify only regional location KMS keys to cover each region in the instance configuration. Multi-region location KMS keys aren't supported for `USER_MANAGED` type instance configurations.
8806
+ * Optional. Specifies the KMS configuration for the one or more keys used to protect the backup. Values are of the form `projects/{project\}/locations/{location\}/keyRings/{key_ring\}/cryptoKeys/{kms_key_name\}`. The keys referenced by `kms_key_names` must fully cover all regions of the backup's instance configuration. Some examples: * For regional (single-region) instance configurations, specify a regional location KMS key. * For multi-region instance configurations of type `GOOGLE_MANAGED`, either specify a multi-region location KMS key or multiple regional location KMS keys that cover all regions in the instance configuration. * For an instance configuration of type `USER_MANAGED`, specify only regional location KMS keys to cover each region in the instance configuration. Multi-region location KMS keys aren't supported for `USER_MANAGED` type instance configurations.
8827
8807
  */
8828
8808
  'encryptionConfig.kmsKeyNames'?: string[];
8829
8809
  /**
8830
- * Required. The name of the instance in which the backup is created. This must be the same instance that contains the database the backup is created from. The backup will be stored in the locations specified in the instance configuration of this instance. Values are of the form `projects//instances/`.
8810
+ * Required. The name of the instance in which the backup is created. This must be the same instance that contains the database the backup is created from. The backup will be stored in the locations specified in the instance configuration of this instance. Values are of the form `projects/{project\}/instances/{instance\}`.
8831
8811
  */
8832
8812
  parent?: string;
8833
8813
 
@@ -8838,13 +8818,13 @@ export namespace spanner_v1 {
8838
8818
  }
8839
8819
  export interface Params$Resource$Projects$Instances$Backups$Delete extends StandardParameters {
8840
8820
  /**
8841
- * Required. Name of the backup to delete. Values are of the form `projects//instances//backups/`.
8821
+ * Required. Name of the backup to delete. Values are of the form `projects/{project\}/instances/{instance\}/backups/{backup\}`.
8842
8822
  */
8843
8823
  name?: string;
8844
8824
  }
8845
8825
  export interface Params$Resource$Projects$Instances$Backups$Get extends StandardParameters {
8846
8826
  /**
8847
- * Required. Name of the backup. Values are of the form `projects//instances//backups/`.
8827
+ * Required. Name of the backup. Values are of the form `projects/{project\}/instances/{instance\}/backups/{backup\}`.
8848
8828
  */
8849
8829
  name?: string;
8850
8830
  }
@@ -8873,13 +8853,13 @@ export namespace spanner_v1 {
8873
8853
  */
8874
8854
  pageToken?: string;
8875
8855
  /**
8876
- * Required. The instance to list backups from. Values are of the form `projects//instances/`.
8856
+ * Required. The instance to list backups from. Values are of the form `projects/{project\}/instances/{instance\}`.
8877
8857
  */
8878
8858
  parent?: string;
8879
8859
  }
8880
8860
  export interface Params$Resource$Projects$Instances$Backups$Patch extends StandardParameters {
8881
8861
  /**
8882
- * 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/`.
8862
+ * 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/{project\}/instances/{instance\}/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/{project\}/instances/{instance\}`.
8883
8863
  */
8884
8864
  name?: string;
8885
8865
  /**
@@ -9010,8 +8990,7 @@ export namespace spanner_v1 {
9010
8990
  | BodyResponseCallback<Schema$Empty>
9011
8991
  | BodyResponseCallback<Readable>,
9012
8992
  callback?:
9013
- | BodyResponseCallback<Schema$Empty>
9014
- | BodyResponseCallback<Readable>
8993
+ BodyResponseCallback<Schema$Empty> | BodyResponseCallback<Readable>
9015
8994
  ):
9016
8995
  | void
9017
8996
  | Promise<GaxiosResponseWithHTTP2<Schema$Empty>>
@@ -9146,8 +9125,7 @@ export namespace spanner_v1 {
9146
9125
  | BodyResponseCallback<Schema$Empty>
9147
9126
  | BodyResponseCallback<Readable>,
9148
9127
  callback?:
9149
- | BodyResponseCallback<Schema$Empty>
9150
- | BodyResponseCallback<Readable>
9128
+ BodyResponseCallback<Schema$Empty> | BodyResponseCallback<Readable>
9151
9129
  ):
9152
9130
  | void
9153
9131
  | Promise<GaxiosResponseWithHTTP2<Schema$Empty>>
@@ -9288,8 +9266,7 @@ export namespace spanner_v1 {
9288
9266
  | BodyResponseCallback<Schema$Operation>
9289
9267
  | BodyResponseCallback<Readable>,
9290
9268
  callback?:
9291
- | BodyResponseCallback<Schema$Operation>
9292
- | BodyResponseCallback<Readable>
9269
+ BodyResponseCallback<Schema$Operation> | BodyResponseCallback<Readable>
9293
9270
  ):
9294
9271
  | void
9295
9272
  | Promise<GaxiosResponseWithHTTP2<Schema$Operation>>
@@ -9418,8 +9395,7 @@ export namespace spanner_v1 {
9418
9395
  list(
9419
9396
  params: Params$Resource$Projects$Instances$Backups$Operations$List,
9420
9397
  options:
9421
- | MethodOptions
9422
- | BodyResponseCallback<Schema$ListOperationsResponse>,
9398
+ MethodOptions | BodyResponseCallback<Schema$ListOperationsResponse>,
9423
9399
  callback: BodyResponseCallback<Schema$ListOperationsResponse>
9424
9400
  ): void;
9425
9401
  list(
@@ -9807,8 +9783,7 @@ export namespace spanner_v1 {
9807
9783
  addSplitPoints(
9808
9784
  params: Params$Resource$Projects$Instances$Databases$Addsplitpoints,
9809
9785
  options:
9810
- | MethodOptions
9811
- | BodyResponseCallback<Schema$AddSplitPointsResponse>,
9786
+ MethodOptions | BodyResponseCallback<Schema$AddSplitPointsResponse>,
9812
9787
  callback: BodyResponseCallback<Schema$AddSplitPointsResponse>
9813
9788
  ): void;
9814
9789
  addSplitPoints(
@@ -9984,8 +9959,7 @@ export namespace spanner_v1 {
9984
9959
  | BodyResponseCallback<Schema$Operation>
9985
9960
  | BodyResponseCallback<Readable>,
9986
9961
  callback?:
9987
- | BodyResponseCallback<Schema$Operation>
9988
- | BodyResponseCallback<Readable>
9962
+ BodyResponseCallback<Schema$Operation> | BodyResponseCallback<Readable>
9989
9963
  ):
9990
9964
  | void
9991
9965
  | Promise<GaxiosResponseWithHTTP2<Schema$Operation>>
@@ -10141,8 +10115,7 @@ export namespace spanner_v1 {
10141
10115
  | BodyResponseCallback<Schema$Operation>
10142
10116
  | BodyResponseCallback<Readable>,
10143
10117
  callback?:
10144
- | BodyResponseCallback<Schema$Operation>
10145
- | BodyResponseCallback<Readable>
10118
+ BodyResponseCallback<Schema$Operation> | BodyResponseCallback<Readable>
10146
10119
  ):
10147
10120
  | void
10148
10121
  | Promise<GaxiosResponseWithHTTP2<Schema$Operation>>
@@ -10279,8 +10252,7 @@ export namespace spanner_v1 {
10279
10252
  | BodyResponseCallback<Schema$Empty>
10280
10253
  | BodyResponseCallback<Readable>,
10281
10254
  callback?:
10282
- | BodyResponseCallback<Schema$Empty>
10283
- | BodyResponseCallback<Readable>
10255
+ BodyResponseCallback<Schema$Empty> | BodyResponseCallback<Readable>
10284
10256
  ):
10285
10257
  | void
10286
10258
  | Promise<GaxiosResponseWithHTTP2<Schema$Empty>>
@@ -10429,8 +10401,7 @@ export namespace spanner_v1 {
10429
10401
  | BodyResponseCallback<Schema$Database>
10430
10402
  | BodyResponseCallback<Readable>,
10431
10403
  callback?:
10432
- | BodyResponseCallback<Schema$Database>
10433
- | BodyResponseCallback<Readable>
10404
+ BodyResponseCallback<Schema$Database> | BodyResponseCallback<Readable>
10434
10405
  ):
10435
10406
  | void
10436
10407
  | Promise<GaxiosResponseWithHTTP2<Schema$Database>>
@@ -10549,8 +10520,7 @@ export namespace spanner_v1 {
10549
10520
  getDdl(
10550
10521
  params: Params$Resource$Projects$Instances$Databases$Getddl,
10551
10522
  options:
10552
- | MethodOptions
10553
- | BodyResponseCallback<Schema$GetDatabaseDdlResponse>,
10523
+ MethodOptions | BodyResponseCallback<Schema$GetDatabaseDdlResponse>,
10554
10524
  callback: BodyResponseCallback<Schema$GetDatabaseDdlResponse>
10555
10525
  ): void;
10556
10526
  getDdl(
@@ -10719,8 +10689,7 @@ export namespace spanner_v1 {
10719
10689
  | BodyResponseCallback<Schema$Policy>
10720
10690
  | BodyResponseCallback<Readable>,
10721
10691
  callback?:
10722
- | BodyResponseCallback<Schema$Policy>
10723
- | BodyResponseCallback<Readable>
10692
+ BodyResponseCallback<Schema$Policy> | BodyResponseCallback<Readable>
10724
10693
  ):
10725
10694
  | void
10726
10695
  | Promise<GaxiosResponseWithHTTP2<Schema$Policy>>
@@ -10870,8 +10839,7 @@ export namespace spanner_v1 {
10870
10839
  | BodyResponseCallback<Schema$Scan>
10871
10840
  | BodyResponseCallback<Readable>,
10872
10841
  callback?:
10873
- | BodyResponseCallback<Schema$Scan>
10874
- | BodyResponseCallback<Readable>
10842
+ BodyResponseCallback<Schema$Scan> | BodyResponseCallback<Readable>
10875
10843
  ):
10876
10844
  | void
10877
10845
  | Promise<GaxiosResponseWithHTTP2<Schema$Scan>>
@@ -10994,8 +10962,7 @@ export namespace spanner_v1 {
10994
10962
  list(
10995
10963
  params: Params$Resource$Projects$Instances$Databases$List,
10996
10964
  options:
10997
- | MethodOptions
10998
- | BodyResponseCallback<Schema$ListDatabasesResponse>,
10965
+ MethodOptions | BodyResponseCallback<Schema$ListDatabasesResponse>,
10999
10966
  callback: BodyResponseCallback<Schema$ListDatabasesResponse>
11000
10967
  ): void;
11001
10968
  list(
@@ -11180,8 +11147,7 @@ export namespace spanner_v1 {
11180
11147
  | BodyResponseCallback<Schema$Operation>
11181
11148
  | BodyResponseCallback<Readable>,
11182
11149
  callback?:
11183
- | BodyResponseCallback<Schema$Operation>
11184
- | BodyResponseCallback<Readable>
11150
+ BodyResponseCallback<Schema$Operation> | BodyResponseCallback<Readable>
11185
11151
  ):
11186
11152
  | void
11187
11153
  | Promise<GaxiosResponseWithHTTP2<Schema$Operation>>
@@ -11331,8 +11297,7 @@ export namespace spanner_v1 {
11331
11297
  | BodyResponseCallback<Schema$Operation>
11332
11298
  | BodyResponseCallback<Readable>,
11333
11299
  callback?:
11334
- | BodyResponseCallback<Schema$Operation>
11335
- | BodyResponseCallback<Readable>
11300
+ BodyResponseCallback<Schema$Operation> | BodyResponseCallback<Readable>
11336
11301
  ):
11337
11302
  | void
11338
11303
  | Promise<GaxiosResponseWithHTTP2<Schema$Operation>>
@@ -11481,8 +11446,7 @@ export namespace spanner_v1 {
11481
11446
  | BodyResponseCallback<Schema$Policy>
11482
11447
  | BodyResponseCallback<Readable>,
11483
11448
  callback?:
11484
- | BodyResponseCallback<Schema$Policy>
11485
- | BodyResponseCallback<Readable>
11449
+ BodyResponseCallback<Schema$Policy> | BodyResponseCallback<Readable>
11486
11450
  ):
11487
11451
  | void
11488
11452
  | Promise<GaxiosResponseWithHTTP2<Schema$Policy>>
@@ -11612,8 +11576,7 @@ export namespace spanner_v1 {
11612
11576
  testIamPermissions(
11613
11577
  params: Params$Resource$Projects$Instances$Databases$Testiampermissions,
11614
11578
  options:
11615
- | MethodOptions
11616
- | BodyResponseCallback<Schema$TestIamPermissionsResponse>,
11579
+ MethodOptions | BodyResponseCallback<Schema$TestIamPermissionsResponse>,
11617
11580
  callback: BodyResponseCallback<Schema$TestIamPermissionsResponse>
11618
11581
  ): void;
11619
11582
  testIamPermissions(
@@ -11789,8 +11752,7 @@ export namespace spanner_v1 {
11789
11752
  | BodyResponseCallback<Schema$Operation>
11790
11753
  | BodyResponseCallback<Readable>,
11791
11754
  callback?:
11792
- | BodyResponseCallback<Schema$Operation>
11793
- | BodyResponseCallback<Readable>
11755
+ BodyResponseCallback<Schema$Operation> | BodyResponseCallback<Readable>
11794
11756
  ):
11795
11757
  | void
11796
11758
  | Promise<GaxiosResponseWithHTTP2<Schema$Operation>>
@@ -12255,8 +12217,7 @@ export namespace spanner_v1 {
12255
12217
  | BodyResponseCallback<Schema$Empty>
12256
12218
  | BodyResponseCallback<Readable>,
12257
12219
  callback?:
12258
- | BodyResponseCallback<Schema$Empty>
12259
- | BodyResponseCallback<Readable>
12220
+ BodyResponseCallback<Schema$Empty> | BodyResponseCallback<Readable>
12260
12221
  ):
12261
12222
  | void
12262
12223
  | Promise<GaxiosResponseWithHTTP2<Schema$Empty>>
@@ -12549,8 +12510,7 @@ export namespace spanner_v1 {
12549
12510
  | BodyResponseCallback<Schema$Policy>
12550
12511
  | BodyResponseCallback<Readable>,
12551
12512
  callback?:
12552
- | BodyResponseCallback<Schema$Policy>
12553
- | BodyResponseCallback<Readable>
12513
+ BodyResponseCallback<Schema$Policy> | BodyResponseCallback<Readable>
12554
12514
  ):
12555
12515
  | void
12556
12516
  | Promise<GaxiosResponseWithHTTP2<Schema$Policy>>
@@ -13012,8 +12972,7 @@ export namespace spanner_v1 {
13012
12972
  | BodyResponseCallback<Schema$Policy>
13013
12973
  | BodyResponseCallback<Readable>,
13014
12974
  callback?:
13015
- | BodyResponseCallback<Schema$Policy>
13016
- | BodyResponseCallback<Readable>
12975
+ BodyResponseCallback<Schema$Policy> | BodyResponseCallback<Readable>
13017
12976
  ):
13018
12977
  | void
13019
12978
  | Promise<GaxiosResponseWithHTTP2<Schema$Policy>>
@@ -13147,8 +13106,7 @@ export namespace spanner_v1 {
13147
13106
  testIamPermissions(
13148
13107
  params: Params$Resource$Projects$Instances$Databases$Backupschedules$Testiampermissions,
13149
13108
  options:
13150
- | MethodOptions
13151
- | BodyResponseCallback<Schema$TestIamPermissionsResponse>,
13109
+ MethodOptions | BodyResponseCallback<Schema$TestIamPermissionsResponse>,
13152
13110
  callback: BodyResponseCallback<Schema$TestIamPermissionsResponse>
13153
13111
  ): void;
13154
13112
  testIamPermissions(
@@ -13394,8 +13352,7 @@ export namespace spanner_v1 {
13394
13352
  list(
13395
13353
  params: Params$Resource$Projects$Instances$Databases$Databaseroles$List,
13396
13354
  options:
13397
- | MethodOptions
13398
- | BodyResponseCallback<Schema$ListDatabaseRolesResponse>,
13355
+ MethodOptions | BodyResponseCallback<Schema$ListDatabaseRolesResponse>,
13399
13356
  callback: BodyResponseCallback<Schema$ListDatabaseRolesResponse>
13400
13357
  ): void;
13401
13358
  list(
@@ -13551,8 +13508,7 @@ export namespace spanner_v1 {
13551
13508
  testIamPermissions(
13552
13509
  params: Params$Resource$Projects$Instances$Databases$Databaseroles$Testiampermissions,
13553
13510
  options:
13554
- | MethodOptions
13555
- | BodyResponseCallback<Schema$TestIamPermissionsResponse>,
13511
+ MethodOptions | BodyResponseCallback<Schema$TestIamPermissionsResponse>,
13556
13512
  callback: BodyResponseCallback<Schema$TestIamPermissionsResponse>
13557
13513
  ): void;
13558
13514
  testIamPermissions(
@@ -13745,8 +13701,7 @@ export namespace spanner_v1 {
13745
13701
  | BodyResponseCallback<Schema$Empty>
13746
13702
  | BodyResponseCallback<Readable>,
13747
13703
  callback?:
13748
- | BodyResponseCallback<Schema$Empty>
13749
- | BodyResponseCallback<Readable>
13704
+ BodyResponseCallback<Schema$Empty> | BodyResponseCallback<Readable>
13750
13705
  ):
13751
13706
  | void
13752
13707
  | Promise<GaxiosResponseWithHTTP2<Schema$Empty>>
@@ -13881,8 +13836,7 @@ export namespace spanner_v1 {
13881
13836
  | BodyResponseCallback<Schema$Empty>
13882
13837
  | BodyResponseCallback<Readable>,
13883
13838
  callback?:
13884
- | BodyResponseCallback<Schema$Empty>
13885
- | BodyResponseCallback<Readable>
13839
+ BodyResponseCallback<Schema$Empty> | BodyResponseCallback<Readable>
13886
13840
  ):
13887
13841
  | void
13888
13842
  | Promise<GaxiosResponseWithHTTP2<Schema$Empty>>
@@ -14023,8 +13977,7 @@ export namespace spanner_v1 {
14023
13977
  | BodyResponseCallback<Schema$Operation>
14024
13978
  | BodyResponseCallback<Readable>,
14025
13979
  callback?:
14026
- | BodyResponseCallback<Schema$Operation>
14027
- | BodyResponseCallback<Readable>
13980
+ BodyResponseCallback<Schema$Operation> | BodyResponseCallback<Readable>
14028
13981
  ):
14029
13982
  | void
14030
13983
  | Promise<GaxiosResponseWithHTTP2<Schema$Operation>>
@@ -14153,8 +14106,7 @@ export namespace spanner_v1 {
14153
14106
  list(
14154
14107
  params: Params$Resource$Projects$Instances$Databases$Operations$List,
14155
14108
  options:
14156
- | MethodOptions
14157
- | BodyResponseCallback<Schema$ListOperationsResponse>,
14109
+ MethodOptions | BodyResponseCallback<Schema$ListOperationsResponse>,
14158
14110
  callback: BodyResponseCallback<Schema$ListOperationsResponse>
14159
14111
  ): void;
14160
14112
  list(
@@ -14502,8 +14454,7 @@ export namespace spanner_v1 {
14502
14454
  adaptMessage(
14503
14455
  params: Params$Resource$Projects$Instances$Databases$Sessions$Adaptmessage,
14504
14456
  options:
14505
- | MethodOptions
14506
- | BodyResponseCallback<Schema$AdaptMessageResponse>,
14457
+ MethodOptions | BodyResponseCallback<Schema$AdaptMessageResponse>,
14507
14458
  callback: BodyResponseCallback<Schema$AdaptMessageResponse>
14508
14459
  ): void;
14509
14460
  adaptMessage(
@@ -15095,7 +15046,9 @@ export namespace spanner_v1 {
15095
15046
  * // {
15096
15047
  * // "commitStats": {},
15097
15048
  * // "commitTimestamp": "my_commitTimestamp",
15049
+ * // "isolationLevel": "my_isolationLevel",
15098
15050
  * // "precommitToken": {},
15051
+ * // "readLockMode": "my_readLockMode",
15099
15052
  * // "snapshotTimestamp": "my_snapshotTimestamp"
15100
15053
  * // }
15101
15054
  * }
@@ -15300,8 +15253,7 @@ export namespace spanner_v1 {
15300
15253
  | BodyResponseCallback<Schema$Session>
15301
15254
  | BodyResponseCallback<Readable>,
15302
15255
  callback?:
15303
- | BodyResponseCallback<Schema$Session>
15304
- | BodyResponseCallback<Readable>
15256
+ BodyResponseCallback<Schema$Session> | BodyResponseCallback<Readable>
15305
15257
  ):
15306
15258
  | void
15307
15259
  | Promise<GaxiosResponseWithHTTP2<Schema$Session>>
@@ -15439,8 +15391,7 @@ export namespace spanner_v1 {
15439
15391
  | BodyResponseCallback<Schema$Empty>
15440
15392
  | BodyResponseCallback<Readable>,
15441
15393
  callback?:
15442
- | BodyResponseCallback<Schema$Empty>
15443
- | BodyResponseCallback<Readable>
15394
+ BodyResponseCallback<Schema$Empty> | BodyResponseCallback<Readable>
15444
15395
  ):
15445
15396
  | void
15446
15397
  | Promise<GaxiosResponseWithHTTP2<Schema$Empty>>
@@ -15575,8 +15526,7 @@ export namespace spanner_v1 {
15575
15526
  executeBatchDml(
15576
15527
  params: Params$Resource$Projects$Instances$Databases$Sessions$Executebatchdml,
15577
15528
  options:
15578
- | MethodOptions
15579
- | BodyResponseCallback<Schema$ExecuteBatchDmlResponse>,
15529
+ MethodOptions | BodyResponseCallback<Schema$ExecuteBatchDmlResponse>,
15580
15530
  callback: BodyResponseCallback<Schema$ExecuteBatchDmlResponse>
15581
15531
  ): void;
15582
15532
  executeBatchDml(
@@ -15762,8 +15712,7 @@ export namespace spanner_v1 {
15762
15712
  | BodyResponseCallback<Schema$ResultSet>
15763
15713
  | BodyResponseCallback<Readable>,
15764
15714
  callback?:
15765
- | BodyResponseCallback<Schema$ResultSet>
15766
- | BodyResponseCallback<Readable>
15715
+ BodyResponseCallback<Schema$ResultSet> | BodyResponseCallback<Readable>
15767
15716
  ):
15768
15717
  | void
15769
15718
  | Promise<GaxiosResponseWithHTTP2<Schema$ResultSet>>
@@ -16079,8 +16028,7 @@ export namespace spanner_v1 {
16079
16028
  | BodyResponseCallback<Schema$Session>
16080
16029
  | BodyResponseCallback<Readable>,
16081
16030
  callback?:
16082
- | BodyResponseCallback<Schema$Session>
16083
- | BodyResponseCallback<Readable>
16031
+ BodyResponseCallback<Schema$Session> | BodyResponseCallback<Readable>
16084
16032
  ):
16085
16033
  | void
16086
16034
  | Promise<GaxiosResponseWithHTTP2<Schema$Session>>
@@ -16206,8 +16154,7 @@ export namespace spanner_v1 {
16206
16154
  list(
16207
16155
  params: Params$Resource$Projects$Instances$Databases$Sessions$List,
16208
16156
  options:
16209
- | MethodOptions
16210
- | BodyResponseCallback<Schema$ListSessionsResponse>,
16157
+ MethodOptions | BodyResponseCallback<Schema$ListSessionsResponse>,
16211
16158
  callback: BodyResponseCallback<Schema$ListSessionsResponse>
16212
16159
  ): void;
16213
16160
  list(
@@ -16709,8 +16656,7 @@ export namespace spanner_v1 {
16709
16656
  | BodyResponseCallback<Schema$ResultSet>
16710
16657
  | BodyResponseCallback<Readable>,
16711
16658
  callback?:
16712
- | BodyResponseCallback<Schema$ResultSet>
16713
- | BodyResponseCallback<Readable>
16659
+ BodyResponseCallback<Schema$ResultSet> | BodyResponseCallback<Readable>
16714
16660
  ):
16715
16661
  | void
16716
16662
  | Promise<GaxiosResponseWithHTTP2<Schema$ResultSet>>
@@ -16857,8 +16803,7 @@ export namespace spanner_v1 {
16857
16803
  | BodyResponseCallback<Schema$Empty>
16858
16804
  | BodyResponseCallback<Readable>,
16859
16805
  callback?:
16860
- | BodyResponseCallback<Schema$Empty>
16861
- | BodyResponseCallback<Readable>
16806
+ BodyResponseCallback<Schema$Empty> | BodyResponseCallback<Readable>
16862
16807
  ):
16863
16808
  | void
16864
16809
  | Promise<GaxiosResponseWithHTTP2<Schema$Empty>>
@@ -17583,8 +17528,7 @@ export namespace spanner_v1 {
17583
17528
  | BodyResponseCallback<Schema$Operation>
17584
17529
  | BodyResponseCallback<Readable>,
17585
17530
  callback?:
17586
- | BodyResponseCallback<Schema$Operation>
17587
- | BodyResponseCallback<Readable>
17531
+ BodyResponseCallback<Schema$Operation> | BodyResponseCallback<Readable>
17588
17532
  ):
17589
17533
  | void
17590
17534
  | Promise<GaxiosResponseWithHTTP2<Schema$Operation>>
@@ -17724,8 +17668,7 @@ export namespace spanner_v1 {
17724
17668
  | BodyResponseCallback<Schema$Empty>
17725
17669
  | BodyResponseCallback<Readable>,
17726
17670
  callback?:
17727
- | BodyResponseCallback<Schema$Empty>
17728
- | BodyResponseCallback<Readable>
17671
+ BodyResponseCallback<Schema$Empty> | BodyResponseCallback<Readable>
17729
17672
  ):
17730
17673
  | void
17731
17674
  | Promise<GaxiosResponseWithHTTP2<Schema$Empty>>
@@ -18179,8 +18122,7 @@ export namespace spanner_v1 {
18179
18122
  | BodyResponseCallback<Schema$Operation>
18180
18123
  | BodyResponseCallback<Readable>,
18181
18124
  callback?:
18182
- | BodyResponseCallback<Schema$Operation>
18183
- | BodyResponseCallback<Readable>
18125
+ BodyResponseCallback<Schema$Operation> | BodyResponseCallback<Readable>
18184
18126
  ):
18185
18127
  | void
18186
18128
  | Promise<GaxiosResponseWithHTTP2<Schema$Operation>>
@@ -18380,8 +18322,7 @@ export namespace spanner_v1 {
18380
18322
  | BodyResponseCallback<Schema$Empty>
18381
18323
  | BodyResponseCallback<Readable>,
18382
18324
  callback?:
18383
- | BodyResponseCallback<Schema$Empty>
18384
- | BodyResponseCallback<Readable>
18325
+ BodyResponseCallback<Schema$Empty> | BodyResponseCallback<Readable>
18385
18326
  ):
18386
18327
  | void
18387
18328
  | Promise<GaxiosResponseWithHTTP2<Schema$Empty>>
@@ -18517,8 +18458,7 @@ export namespace spanner_v1 {
18517
18458
  | BodyResponseCallback<Schema$Empty>
18518
18459
  | BodyResponseCallback<Readable>,
18519
18460
  callback?:
18520
- | BodyResponseCallback<Schema$Empty>
18521
- | BodyResponseCallback<Readable>
18461
+ BodyResponseCallback<Schema$Empty> | BodyResponseCallback<Readable>
18522
18462
  ):
18523
18463
  | void
18524
18464
  | Promise<GaxiosResponseWithHTTP2<Schema$Empty>>
@@ -18660,8 +18600,7 @@ export namespace spanner_v1 {
18660
18600
  | BodyResponseCallback<Schema$Operation>
18661
18601
  | BodyResponseCallback<Readable>,
18662
18602
  callback?:
18663
- | BodyResponseCallback<Schema$Operation>
18664
- | BodyResponseCallback<Readable>
18603
+ BodyResponseCallback<Schema$Operation> | BodyResponseCallback<Readable>
18665
18604
  ):
18666
18605
  | void
18667
18606
  | Promise<GaxiosResponseWithHTTP2<Schema$Operation>>
@@ -18791,8 +18730,7 @@ export namespace spanner_v1 {
18791
18730
  list(
18792
18731
  params: Params$Resource$Projects$Instances$Instancepartitions$Operations$List,
18793
18732
  options:
18794
- | MethodOptions
18795
- | BodyResponseCallback<Schema$ListOperationsResponse>,
18733
+ MethodOptions | BodyResponseCallback<Schema$ListOperationsResponse>,
18796
18734
  callback: BodyResponseCallback<Schema$ListOperationsResponse>
18797
18735
  ): void;
18798
18736
  list(
@@ -18995,8 +18933,7 @@ export namespace spanner_v1 {
18995
18933
  | BodyResponseCallback<Schema$Empty>
18996
18934
  | BodyResponseCallback<Readable>,
18997
18935
  callback?:
18998
- | BodyResponseCallback<Schema$Empty>
18999
- | BodyResponseCallback<Readable>
18936
+ BodyResponseCallback<Schema$Empty> | BodyResponseCallback<Readable>
19000
18937
  ):
19001
18938
  | void
19002
18939
  | Promise<GaxiosResponseWithHTTP2<Schema$Empty>>
@@ -19130,8 +19067,7 @@ export namespace spanner_v1 {
19130
19067
  | BodyResponseCallback<Schema$Empty>
19131
19068
  | BodyResponseCallback<Readable>,
19132
19069
  callback?:
19133
- | BodyResponseCallback<Schema$Empty>
19134
- | BodyResponseCallback<Readable>
19070
+ BodyResponseCallback<Schema$Empty> | BodyResponseCallback<Readable>
19135
19071
  ):
19136
19072
  | void
19137
19073
  | Promise<GaxiosResponseWithHTTP2<Schema$Empty>>
@@ -19271,8 +19207,7 @@ export namespace spanner_v1 {
19271
19207
  | BodyResponseCallback<Schema$Operation>
19272
19208
  | BodyResponseCallback<Readable>,
19273
19209
  callback?:
19274
- | BodyResponseCallback<Schema$Operation>
19275
- | BodyResponseCallback<Readable>
19210
+ BodyResponseCallback<Schema$Operation> | BodyResponseCallback<Readable>
19276
19211
  ):
19277
19212
  | void
19278
19213
  | Promise<GaxiosResponseWithHTTP2<Schema$Operation>>
@@ -19400,8 +19335,7 @@ export namespace spanner_v1 {
19400
19335
  list(
19401
19336
  params: Params$Resource$Projects$Instances$Operations$List,
19402
19337
  options:
19403
- | MethodOptions
19404
- | BodyResponseCallback<Schema$ListOperationsResponse>,
19338
+ MethodOptions | BodyResponseCallback<Schema$ListOperationsResponse>,
19405
19339
  callback: BodyResponseCallback<Schema$ListOperationsResponse>
19406
19340
  ): void;
19407
19341
  list(