@maxim_mazurok/gapi.client.compute-alpha 0.2.20260709 → 0.2.20260729

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.
Files changed (3) hide show
  1. package/index.d.ts +617 -265
  2. package/package.json +1 -1
  3. package/readme.md +19 -0
package/index.d.ts CHANGED
@@ -9,7 +9,7 @@
9
9
  // This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
10
10
  // In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
11
11
  // Generated from: https://www.googleapis.com/discovery/v1/apis/compute/alpha/rest
12
- // Revision: 20260709
12
+ // Revision: 20260729
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -127,7 +127,7 @@ declare namespace gapi.client {
127
127
  * {
128
128
  * "key": "scope",
129
129
  * "value": "zones/us-east1-d"
130
- * }
130
+ * }]
131
131
  */
132
132
  data?: {
133
133
  /**
@@ -265,7 +265,7 @@ declare namespace gapi.client {
265
265
  * {
266
266
  * "key": "scope",
267
267
  * "value": "zones/us-east1-d"
268
- * }
268
+ * }]
269
269
  */
270
270
  data?: {
271
271
  /**
@@ -347,7 +347,7 @@ declare namespace gapi.client {
347
347
  * {
348
348
  * "key": "scope",
349
349
  * "value": "zones/us-east1-d"
350
- * }
350
+ * }]
351
351
  */
352
352
  data?: {
353
353
  /**
@@ -418,7 +418,7 @@ declare namespace gapi.client {
418
418
  * {
419
419
  * "key": "scope",
420
420
  * "value": "zones/us-east1-d"
421
- * }
421
+ * }]
422
422
  */
423
423
  data?: {
424
424
  /**
@@ -548,8 +548,10 @@ declare namespace gapi.client {
548
548
  * It supports the following cases:
549
549
  *
550
550
  * -
551
- * Case 1: PublicDelegatedPrefix (PDP) for BYOIP external IPv4
552
- * addresses. The PDP must support enhanced IPv4 allocations.
551
+ * Case 1: PublicDelegatedPrefix (PDP) for BYOIP external
552
+ * addresses. If an IPv4 PDP is used, the PDP must support enhanced IPv4
553
+ * allocations. If an IPv6 PDP is used, the PDP must be in
554
+ * EXTERNAL_IPV6_FORWARDING_RULE_CREATION mode.
553
555
  * -
554
556
  * Case 2: Internal Range for global internal addresses.
555
557
  *
@@ -618,6 +620,12 @@ declare namespace gapi.client {
618
620
  * only be used with INTERNAL type with theVPC_PEERING purpose.
619
621
  */
620
622
  network?: string;
623
+ /**
624
+ * Optional. The URL of the network attachment that this address comes from in the
625
+ * following format:
626
+ * projects/{project}/regions/{region_name}/networkAttachments/{network_attachment_name}.
627
+ */
628
+ networkAttachment?: string;
621
629
  /**
622
630
  * This signifies the networking tier used for configuring this address and
623
631
  * can only take the following values: PREMIUM orSTANDARD. Internal IP addresses are always Premium Tier;
@@ -660,6 +668,12 @@ declare namespace gapi.client {
660
668
  * - `PRIVATE_SERVICE_CONNECT` for a private network address that is
661
669
  * used to configure Private Service Connect. Only global internal addresses
662
670
  * can use this purpose.
671
+ * - `PASSTHROUGH_LOAD_BALANCER_AVAILABILITY_GROUP0` for addresses
672
+ * that can only be assigned to global external Passthrough Network Load
673
+ * Balancer forwarding rules, as an Availability Group 0 address.
674
+ * - `PASSTHROUGH_LOAD_BALANCER_AVAILABILITY_GROUP1` for addresses that
675
+ * can only be assigned to global external Passthrough Network Load Balancer
676
+ * forwarding rules, as an Availability Group 1 address.
663
677
  */
664
678
  purpose?:
665
679
  | 'APPLICATION_AND_PROXY_LOAD_BALANCERS'
@@ -685,6 +699,12 @@ declare namespace gapi.client {
685
699
  selfLink?: string;
686
700
  /** Output only. [Output Only] Server-defined URL for this resource with the resource id. */
687
701
  selfLinkWithId?: string;
702
+ /**
703
+ * Optional. Producer Service's Service class ID for the region of this address. Can
704
+ * only be used with network_attachment. It is not possible to use on its own;
705
+ * however, network_attachment can be used without service_class_id.
706
+ */
707
+ serviceClassId?: string;
688
708
  /**
689
709
  * Output only. [Output Only] The status of the address, which can be one ofRESERVING, RESERVED, or IN_USE.
690
710
  * An address that is RESERVING is currently in the process of
@@ -769,7 +789,7 @@ declare namespace gapi.client {
769
789
  * {
770
790
  * "key": "scope",
771
791
  * "value": "zones/us-east1-d"
772
- * }
792
+ * }]
773
793
  */
774
794
  data?: {
775
795
  /**
@@ -840,7 +860,7 @@ declare namespace gapi.client {
840
860
  * {
841
861
  * "key": "scope",
842
862
  * "value": "zones/us-east1-d"
843
- * }
863
+ * }]
844
864
  */
845
865
  data?: {
846
866
  /**
@@ -925,7 +945,7 @@ declare namespace gapi.client {
925
945
  * {
926
946
  * "key": "scope",
927
947
  * "value": "zones/us-east1-d"
928
- * }
948
+ * }]
929
949
  */
930
950
  data?: {
931
951
  /**
@@ -1331,6 +1351,52 @@ declare namespace gapi.client {
1331
1351
  * is 500 GB.
1332
1352
  */
1333
1353
  diskSizeGb?: string;
1354
+ /**
1355
+ * Specifies the disk type used for the boot disk or an additional data
1356
+ * disk. For valid disk type values, see
1357
+ * Supported types for Hyperdisk volumes and
1358
+ * Persistent Disk type variables.
1359
+ *
1360
+ * When creating a single instance, you must provide either the full or
1361
+ * partial URL of the disk type. For example, the following values are
1362
+ * valid:
1363
+ *
1364
+ *
1365
+ * - https://www.googleapis.com/compute/v1/projects/project/zones/zone/diskTypes/diskType
1366
+ * - projects/project/zones/zone/diskTypes/diskType
1367
+ * - zones/zone/diskTypes/diskType
1368
+ *
1369
+ *
1370
+ *
1371
+ * When creating an instance template, instance flexibility policy, or when
1372
+ * creating or updating an all-instances configuration, you specify the
1373
+ * disk type without a URL, for example, hyperdisk-balanced.
1374
+ *
1375
+ * If you omit this field for a disk, the default disk type depends on
1376
+ * the instance's machine series, as follows.
1377
+ *
1378
+ *
1379
+ * - For first- and second-generation machine series like N1, N2, T2, and
1380
+ * M1, the
1381
+ * default disk type is Standard Persistent Disk
1382
+ * (pd-standard).
1383
+ * - For C3, C3D, and M3 the default is Balanced Persistent Disk
1384
+ * (pd-balanced).
1385
+ * - For other third-generation machine
1386
+ * series like A3, H3, Z3, all
1387
+ * fourth-generation types like C4, N4, M4, and newer machine series,
1388
+ * the default is Hyperdisk Balanced
1389
+ * (hyperdisk-balanced).
1390
+ *
1391
+ *
1392
+ *
1393
+ * The disk type you specify must be compatible with the instance's machine
1394
+ * series. For a list of machine series that support Persistent Disk, see Machine
1395
+ * series support for Persistent Disk.
1396
+ *
1397
+ * For a list of machine series that support Hyperdisk, seeMachine
1398
+ * series support for Hyperdisk.
1399
+ */
1334
1400
  diskType?: string;
1335
1401
  /** Whether this disk is using confidential compute mode. */
1336
1402
  enableConfidentialCompute?: boolean;
@@ -1736,7 +1802,7 @@ declare namespace gapi.client {
1736
1802
  * {
1737
1803
  * "key": "scope",
1738
1804
  * "value": "zones/us-east1-d"
1739
- * }
1805
+ * }]
1740
1806
  */
1741
1807
  data?: {
1742
1808
  /**
@@ -1821,7 +1887,7 @@ declare namespace gapi.client {
1821
1887
  * {
1822
1888
  * "key": "scope",
1823
1889
  * "value": "zones/us-east1-d"
1824
- * }
1890
+ * }]
1825
1891
  */
1826
1892
  data?: {
1827
1893
  /**
@@ -1892,7 +1958,7 @@ declare namespace gapi.client {
1892
1958
  * {
1893
1959
  * "key": "scope",
1894
1960
  * "value": "zones/us-east1-d"
1895
- * }
1961
+ * }]
1896
1962
  */
1897
1963
  data?: {
1898
1964
  /**
@@ -2586,7 +2652,7 @@ declare namespace gapi.client {
2586
2652
  * {
2587
2653
  * "key": "scope",
2588
2654
  * "value": "zones/us-east1-d"
2589
- * }
2655
+ * }]
2590
2656
  */
2591
2657
  data?: {
2592
2658
  /**
@@ -2837,7 +2903,7 @@ declare namespace gapi.client {
2837
2903
  * {
2838
2904
  * "key": "scope",
2839
2905
  * "value": "zones/us-east1-d"
2840
- * }
2906
+ * }]
2841
2907
  */
2842
2908
  data?: {
2843
2909
  /**
@@ -2922,7 +2988,7 @@ declare namespace gapi.client {
2922
2988
  * {
2923
2989
  * "key": "scope",
2924
2990
  * "value": "zones/us-east1-d"
2925
- * }
2991
+ * }]
2926
2992
  */
2927
2993
  data?: {
2928
2994
  /**
@@ -3010,7 +3076,7 @@ declare namespace gapi.client {
3010
3076
  * {
3011
3077
  * "key": "scope",
3012
3078
  * "value": "zones/us-east1-d"
3013
- * }
3079
+ * }]
3014
3080
  */
3015
3081
  data?: {
3016
3082
  /**
@@ -3585,7 +3651,11 @@ declare namespace gapi.client {
3585
3651
  * URL to networkservices.ServiceLbPolicy resource.
3586
3652
  *
3587
3653
  * Can only be set if load balancing scheme is EXTERNAL_MANAGED,
3588
- * INTERNAL_MANAGED or INTERNAL_SELF_MANAGED and the scope is global.
3654
+ * INTERNAL_MANAGED or INTERNAL_SELF_MANAGED for a global backend service, and
3655
+ * EXTERNAL_MANAGED or INTERNAL_MANAGED for a regional backend service. For a
3656
+ * global backend service, the service lb policy must be global. For a
3657
+ * regional backend service, the service lb policy must be regional and in the
3658
+ * same region.
3589
3659
  */
3590
3660
  serviceLbPolicy?: string;
3591
3661
  /**
@@ -3706,7 +3776,7 @@ declare namespace gapi.client {
3706
3776
  * {
3707
3777
  * "key": "scope",
3708
3778
  * "value": "zones/us-east1-d"
3709
- * }
3779
+ * }]
3710
3780
  */
3711
3781
  data?: {
3712
3782
  /**
@@ -4272,7 +4342,7 @@ declare namespace gapi.client {
4272
4342
  * {
4273
4343
  * "key": "scope",
4274
4344
  * "value": "zones/us-east1-d"
4275
- * }
4345
+ * }]
4276
4346
  */
4277
4347
  data?: {
4278
4348
  /**
@@ -4357,7 +4427,7 @@ declare namespace gapi.client {
4357
4427
  * {
4358
4428
  * "key": "scope",
4359
4429
  * "value": "zones/us-east1-d"
4360
- * }
4430
+ * }]
4361
4431
  */
4362
4432
  data?: {
4363
4433
  /**
@@ -4603,7 +4673,7 @@ declare namespace gapi.client {
4603
4673
  * {
4604
4674
  * "key": "scope",
4605
4675
  * "value": "zones/us-east1-d"
4606
- * }
4676
+ * }]
4607
4677
  */
4608
4678
  data?: {
4609
4679
  /**
@@ -5441,6 +5511,48 @@ declare namespace gapi.client {
5441
5511
  */
5442
5512
  recommendations?: CalendarModeRecommendation[];
5443
5513
  }
5514
+ interface CalendarModeExtensionAdviceRequest {
5515
+ /** Required. The desired end time after the Future Reservation is extended. */
5516
+ endTimeNotLaterThan?: string;
5517
+ /**
5518
+ * Required. Reference to the Future Reservation, in the format:
5519
+ * projects/{project}/zones/{zone}/futureReservations/{name}
5520
+ * Full URIs that include hostnames (like compute.googleapis.com or
5521
+ * www.googleapis.com) are also supported.
5522
+ */
5523
+ futureReservation?: string;
5524
+ }
5525
+ interface CalendarModeExtensionAdviceResponse {
5526
+ /**
5527
+ * The recommended end time for the extension, which will either be
5528
+ * the end time requested by the caller or the longest alternative for
5529
+ * which there is sufficient capacity. If extension is not possible, this
5530
+ * field will be empty, and not_recommended_reason will be populated instead.
5531
+ */
5532
+ endTime?: string;
5533
+ /**
5534
+ * Information regarding the reason why the Future Reservation
5535
+ * cannot be extended at all. If a recommendation is provided, whether that is
5536
+ * the requested end time or an alternative, this field will be empty.
5537
+ */
5538
+ notRecommendedReason?: CalendarModeExtensionAdviceResponseNotRecommendedReason;
5539
+ /** Unique id of the recommendation, a UUID string generated by the API. */
5540
+ recommendationId?: string;
5541
+ }
5542
+ interface CalendarModeExtensionAdviceResponseNotRecommendedReason {
5543
+ /**
5544
+ * Details (human readable) describing why the recommendation
5545
+ * was not provided. For example, if the status is CONDITION_NOT_MET,
5546
+ * then this field will contain information about why the requested
5547
+ * extension duration is not eligible.
5548
+ */
5549
+ details?: string;
5550
+ /** Status of recommendation. */
5551
+ status?:
5552
+ | 'CONDITIONS_NOT_MET'
5553
+ | 'NOT_RECOMMENDED_REASON_STATUS_UNSPECIFIED'
5554
+ | 'NO_CAPACITY';
5555
+ }
5444
5556
  interface CalendarModeRecommendation {
5445
5557
  /**
5446
5558
  * Recommendations for every future resource specification passed in
@@ -5951,6 +6063,8 @@ declare namespace gapi.client {
5951
6063
  | 'MEMORY_OPTIMIZED'
5952
6064
  | 'MEMORY_OPTIMIZED_M3'
5953
6065
  | 'MEMORY_OPTIMIZED_M4'
6066
+ | 'MEMORY_OPTIMIZED_M4N'
6067
+ | 'MEMORY_OPTIMIZED_M4N_6TB'
5954
6068
  | 'MEMORY_OPTIMIZED_M4_6TB'
5955
6069
  | 'MEMORY_OPTIMIZED_X4'
5956
6070
  | 'MEMORY_OPTIMIZED_X4_1440_24T'
@@ -6037,7 +6151,7 @@ declare namespace gapi.client {
6037
6151
  * {
6038
6152
  * "key": "scope",
6039
6153
  * "value": "zones/us-east1-d"
6040
- * }
6154
+ * }]
6041
6155
  */
6042
6156
  data?: {
6043
6157
  /**
@@ -6122,7 +6236,7 @@ declare namespace gapi.client {
6122
6236
  * {
6123
6237
  * "key": "scope",
6124
6238
  * "value": "zones/us-east1-d"
6125
- * }
6239
+ * }]
6126
6240
  */
6127
6241
  data?: {
6128
6242
  /**
@@ -6236,7 +6350,7 @@ declare namespace gapi.client {
6236
6350
  * {
6237
6351
  * "key": "scope",
6238
6352
  * "value": "zones/us-east1-d"
6239
- * }
6353
+ * }]
6240
6354
  */
6241
6355
  data?: {
6242
6356
  /**
@@ -6383,7 +6497,7 @@ declare namespace gapi.client {
6383
6497
  * {
6384
6498
  * "key": "scope",
6385
6499
  * "value": "zones/us-east1-d"
6386
- * }
6500
+ * }]
6387
6501
  */
6388
6502
  data?: {
6389
6503
  /**
@@ -6476,7 +6590,7 @@ declare namespace gapi.client {
6476
6590
  * {
6477
6591
  * "key": "scope",
6478
6592
  * "value": "zones/us-east1-d"
6479
- * }
6593
+ * }]
6480
6594
  */
6481
6595
  data?: {
6482
6596
  /**
@@ -6553,7 +6667,7 @@ declare namespace gapi.client {
6553
6667
  * {
6554
6668
  * "key": "scope",
6555
6669
  * "value": "zones/us-east1-d"
6556
- * }
6670
+ * }]
6557
6671
  */
6558
6672
  data?: {
6559
6673
  /**
@@ -6784,7 +6898,7 @@ declare namespace gapi.client {
6784
6898
  * {
6785
6899
  * "key": "scope",
6786
6900
  * "value": "zones/us-east1-d"
6787
- * }
6901
+ * }]
6788
6902
  */
6789
6903
  data?: {
6790
6904
  /**
@@ -6829,6 +6943,7 @@ declare namespace gapi.client {
6829
6943
  */
6830
6944
  kmsKeyServiceAccount?: string;
6831
6945
  /**
6946
+ * [DEPRECATED] CSEK is no longer supported. Use CMEK instead.
6832
6947
  * Specifies a 256-bit customer-supplied
6833
6948
  * encryption key, encoded in RFC
6834
6949
  * 4648 base64 to either encrypt or decrypt this resource. You can
@@ -6840,6 +6955,7 @@ declare namespace gapi.client {
6840
6955
  */
6841
6956
  rawKey?: string;
6842
6957
  /**
6958
+ * [DEPRECATED] CSEK is no longer supported. Use CMEK instead.
6843
6959
  * Specifies an RFC 4648 base64 encoded, RSA-wrapped 2048-bit
6844
6960
  * customer-supplied encryption key to either encrypt or decrypt this
6845
6961
  * resource. You can provide either the rawKey or thersaEncryptedKey.
@@ -6865,6 +6981,7 @@ declare namespace gapi.client {
6865
6981
  */
6866
6982
  rsaEncryptedKey?: string;
6867
6983
  /**
6984
+ * [DEPRECATED] CSEK is no longer supported. Use CMEK instead.
6868
6985
  * [Output only] TheRFC
6869
6986
  * 4648 base64 encoded SHA-256 hash of the customer-supplied
6870
6987
  * encryption key that protects this resource.
@@ -7267,7 +7384,7 @@ declare namespace gapi.client {
7267
7384
  * {
7268
7385
  * "key": "scope",
7269
7386
  * "value": "zones/us-east1-d"
7270
- * }
7387
+ * }]
7271
7388
  */
7272
7389
  data?: {
7273
7390
  /**
@@ -7804,7 +7921,7 @@ declare namespace gapi.client {
7804
7921
  * {
7805
7922
  * "key": "scope",
7806
7923
  * "value": "zones/us-east1-d"
7807
- * }
7924
+ * }]
7808
7925
  */
7809
7926
  data?: {
7810
7927
  /**
@@ -7974,7 +8091,7 @@ declare namespace gapi.client {
7974
8091
  * {
7975
8092
  * "key": "scope",
7976
8093
  * "value": "zones/us-east1-d"
7977
- * }
8094
+ * }]
7978
8095
  */
7979
8096
  data?: {
7980
8097
  /**
@@ -8209,7 +8326,7 @@ declare namespace gapi.client {
8209
8326
  * {
8210
8327
  * "key": "scope",
8211
8328
  * "value": "zones/us-east1-d"
8212
- * }
8329
+ * }]
8213
8330
  */
8214
8331
  data?: {
8215
8332
  /**
@@ -8384,7 +8501,7 @@ declare namespace gapi.client {
8384
8501
  * {
8385
8502
  * "key": "scope",
8386
8503
  * "value": "zones/us-east1-d"
8387
- * }
8504
+ * }]
8388
8505
  */
8389
8506
  data?: {
8390
8507
  /**
@@ -8469,7 +8586,7 @@ declare namespace gapi.client {
8469
8586
  * {
8470
8587
  * "key": "scope",
8471
8588
  * "value": "zones/us-east1-d"
8472
- * }
8589
+ * }]
8473
8590
  */
8474
8591
  data?: {
8475
8592
  /**
@@ -8540,7 +8657,7 @@ declare namespace gapi.client {
8540
8657
  * {
8541
8658
  * "key": "scope",
8542
8659
  * "value": "zones/us-east1-d"
8543
- * }
8660
+ * }]
8544
8661
  */
8545
8662
  data?: {
8546
8663
  /**
@@ -8738,7 +8855,7 @@ declare namespace gapi.client {
8738
8855
  * {
8739
8856
  * "key": "scope",
8740
8857
  * "value": "zones/us-east1-d"
8741
- * }
8858
+ * }]
8742
8859
  */
8743
8860
  data?: {
8744
8861
  /**
@@ -8939,7 +9056,7 @@ declare namespace gapi.client {
8939
9056
  * {
8940
9057
  * "key": "scope",
8941
9058
  * "value": "zones/us-east1-d"
8942
- * }
9059
+ * }]
8943
9060
  */
8944
9061
  data?: {
8945
9062
  /**
@@ -9248,7 +9365,7 @@ declare namespace gapi.client {
9248
9365
  * {
9249
9366
  * "key": "scope",
9250
9367
  * "value": "zones/us-east1-d"
9251
- * }
9368
+ * }]
9252
9369
  */
9253
9370
  data?: {
9254
9371
  /**
@@ -9358,7 +9475,7 @@ declare namespace gapi.client {
9358
9475
  * {
9359
9476
  * "key": "scope",
9360
9477
  * "value": "zones/us-east1-d"
9361
- * }
9478
+ * }]
9362
9479
  */
9363
9480
  data?: {
9364
9481
  /**
@@ -9595,7 +9712,7 @@ declare namespace gapi.client {
9595
9712
  * {
9596
9713
  * "key": "scope",
9597
9714
  * "value": "zones/us-east1-d"
9598
- * }
9715
+ * }]
9599
9716
  */
9600
9717
  data?: {
9601
9718
  /**
@@ -10066,7 +10183,7 @@ declare namespace gapi.client {
10066
10183
  * {
10067
10184
  * "key": "scope",
10068
10185
  * "value": "zones/us-east1-d"
10069
- * }
10186
+ * }]
10070
10187
  */
10071
10188
  data?: {
10072
10189
  /**
@@ -10614,7 +10731,7 @@ declare namespace gapi.client {
10614
10731
  * {
10615
10732
  * "key": "scope",
10616
10733
  * "value": "zones/us-east1-d"
10617
- * }
10734
+ * }]
10618
10735
  */
10619
10736
  data?: {
10620
10737
  /**
@@ -10700,7 +10817,7 @@ declare namespace gapi.client {
10700
10817
  * {
10701
10818
  * "key": "scope",
10702
10819
  * "value": "zones/us-east1-d"
10703
- * }
10820
+ * }]
10704
10821
  */
10705
10822
  data?: {
10706
10823
  /**
@@ -10787,7 +10904,7 @@ declare namespace gapi.client {
10787
10904
  * {
10788
10905
  * "key": "scope",
10789
10906
  * "value": "zones/us-east1-d"
10790
- * }
10907
+ * }]
10791
10908
  */
10792
10909
  data?: {
10793
10910
  /**
@@ -11052,7 +11169,7 @@ declare namespace gapi.client {
11052
11169
  * {
11053
11170
  * "key": "scope",
11054
11171
  * "value": "zones/us-east1-d"
11055
- * }
11172
+ * }]
11056
11173
  */
11057
11174
  data?: {
11058
11175
  /**
@@ -11143,7 +11260,7 @@ declare namespace gapi.client {
11143
11260
  * {
11144
11261
  * "key": "scope",
11145
11262
  * "value": "zones/us-east1-d"
11146
- * }
11263
+ * }]
11147
11264
  */
11148
11265
  data?: {
11149
11266
  /**
@@ -11228,7 +11345,7 @@ declare namespace gapi.client {
11228
11345
  * {
11229
11346
  * "key": "scope",
11230
11347
  * "value": "zones/us-east1-d"
11231
- * }
11348
+ * }]
11232
11349
  */
11233
11350
  data?: {
11234
11351
  /**
@@ -11533,6 +11650,38 @@ declare namespace gapi.client {
11533
11650
  /** end_interface: MixerGetResponseWithEtagBuilder */
11534
11651
  etag?: string;
11535
11652
  }
11653
+ interface GetHealthOperationMetadata {
11654
+ /** Output only. The health information. */
11655
+ healthInfo?: GetHealthOperationMetadataHealthInfo;
11656
+ }
11657
+ interface GetHealthOperationMetadataHealthInfo {
11658
+ /** Output only. The availability SLO status. */
11659
+ availabilitySloStatus?:
11660
+ | 'AVAILABILITY_SLO_STATUS_IN_SLO'
11661
+ | 'AVAILABILITY_SLO_STATUS_OUT_OF_SLO'
11662
+ | 'AVAILABILITY_SLO_STATUS_SLO_UNKNOWN'
11663
+ | 'AVAILABILITY_SLO_STATUS_UNSPECIFIED';
11664
+ /** Output only. The health status. */
11665
+ healthStatus?:
11666
+ | 'HEALTH_STATUS_HEALTHY'
11667
+ | 'HEALTH_STATUS_UNHEALTHY'
11668
+ | 'HEALTH_STATUS_UNSPECIFIED';
11669
+ /** Output only. The repair category. */
11670
+ repairCategory?:
11671
+ | 'REPAIR_CATEGORY_CRITICAL_FAILURE'
11672
+ | 'REPAIR_CATEGORY_EMERGENT_MAINTENANCE'
11673
+ | 'REPAIR_CATEGORY_PLANNED_MAINTENANCE'
11674
+ | 'REPAIR_CATEGORY_UNSPECIFIED'
11675
+ | 'REPAIR_CATEGORY_USER_REPORTED_FAULT';
11676
+ /** Output only. The reason for unhealthy status. */
11677
+ unhealthyReason?:
11678
+ | 'UNHEALTHY_REASON_PENDING_USER_APPROVAL'
11679
+ | 'UNHEALTHY_REASON_REPAIRING'
11680
+ | 'UNHEALTHY_REASON_UNSCHEDULABLE'
11681
+ | 'UNHEALTHY_REASON_UNSPECIFIED';
11682
+ /** Output only. The time when health info was updated. */
11683
+ updateTime?: string;
11684
+ }
11536
11685
  interface GetOwnerInstanceResponse {
11537
11686
  /** Full instance resource URL. */
11538
11687
  instance?: string;
@@ -11644,7 +11793,7 @@ declare namespace gapi.client {
11644
11793
  * {
11645
11794
  * "key": "scope",
11646
11795
  * "value": "zones/us-east1-d"
11647
- * }
11796
+ * }]
11648
11797
  */
11649
11798
  data?: {
11650
11799
  /**
@@ -11814,6 +11963,12 @@ declare namespace gapi.client {
11814
11963
  updateTimestamp?: string;
11815
11964
  }
11816
11965
  interface GlobalVmExtensionPolicyExtensionPolicy {
11966
+ /**
11967
+ * Optional. Only deploy this extension if the specified software is detected on the
11968
+ * VM. For a live list of valid software values, see:
11969
+ * https://cloud.google.com/compute/docs/vm-extensions/supported-software
11970
+ */
11971
+ installedSoftwareSelector?: GlobalVmExtensionPolicyInstalledSoftwareSelector;
11817
11972
  /**
11818
11973
  * Optional. The version pinning for the extension.
11819
11974
  * If empty, the extension will be installed with the latest version
@@ -11826,6 +11981,25 @@ declare namespace gapi.client {
11826
11981
  */
11827
11982
  stringConfig?: string;
11828
11983
  }
11984
+ interface GlobalVmExtensionPolicyInstalledSoftwareSelector {
11985
+ /**
11986
+ * Optional. If any of these SelectorSets are satisfied, the condition
11987
+ * is met (OR logic).
11988
+ * The key is a user-provided name for this set.
11989
+ */
11990
+ anyOfSelectors?: {
11991
+ [
11992
+ P in string
11993
+ ]: GlobalVmExtensionPolicyInstalledSoftwareSelectorSelectorSet;
11994
+ };
11995
+ }
11996
+ interface GlobalVmExtensionPolicyInstalledSoftwareSelectorSelectorSet {
11997
+ /**
11998
+ * Optional. All software in this list must be detected (AND logic).
11999
+ * Valid software names (e.g. "Apache Web Server").
12000
+ */
12001
+ allOfSelectors?: string[];
12002
+ }
11829
12003
  interface GlobalVmExtensionPolicyInstanceSelector {
11830
12004
  /** Optional. Labels within the LabelSelector are OR'd. */
11831
12005
  labelSelector?: GlobalVmExtensionPolicyLabelSelector;
@@ -11903,7 +12077,7 @@ declare namespace gapi.client {
11903
12077
  * {
11904
12078
  * "key": "scope",
11905
12079
  * "value": "zones/us-east1-d"
11906
- * }
12080
+ * }]
11907
12081
  */
11908
12082
  data?: {
11909
12083
  /**
@@ -12408,7 +12582,7 @@ declare namespace gapi.client {
12408
12582
  * {
12409
12583
  * "key": "scope",
12410
12584
  * "value": "zones/us-east1-d"
12411
- * }
12585
+ * }]
12412
12586
  */
12413
12587
  data?: {
12414
12588
  /**
@@ -12494,7 +12668,7 @@ declare namespace gapi.client {
12494
12668
  * {
12495
12669
  * "key": "scope",
12496
12670
  * "value": "zones/us-east1-d"
12497
- * }
12671
+ * }]
12498
12672
  */
12499
12673
  data?: {
12500
12674
  /**
@@ -12565,7 +12739,7 @@ declare namespace gapi.client {
12565
12739
  * {
12566
12740
  * "key": "scope",
12567
12741
  * "value": "zones/us-east1-d"
12568
- * }
12742
+ * }]
12569
12743
  */
12570
12744
  data?: {
12571
12745
  /**
@@ -12834,7 +13008,7 @@ declare namespace gapi.client {
12834
13008
  * {
12835
13009
  * "key": "scope",
12836
13010
  * "value": "zones/us-east1-d"
12837
- * }
13011
+ * }]
12838
13012
  */
12839
13013
  data?: {
12840
13014
  /**
@@ -13003,7 +13177,7 @@ declare namespace gapi.client {
13003
13177
  * {
13004
13178
  * "key": "scope",
13005
13179
  * "value": "zones/us-east1-d"
13006
- * }
13180
+ * }]
13007
13181
  */
13008
13182
  data?: {
13009
13183
  /**
@@ -13088,7 +13262,7 @@ declare namespace gapi.client {
13088
13262
  * {
13089
13263
  * "key": "scope",
13090
13264
  * "value": "zones/us-east1-d"
13091
- * }
13265
+ * }]
13092
13266
  */
13093
13267
  data?: {
13094
13268
  /**
@@ -13171,7 +13345,7 @@ declare namespace gapi.client {
13171
13345
  * on what other health check fields are supported and what other resources
13172
13346
  * can use this health check:
13173
13347
  *
13174
- * - SSL, HTTP2, and GRPC protocols are not supported.
13348
+ * - SSL, HTTP2, GRPC, and GRPC_WITH_TLS protocols are not supported.
13175
13349
  * - The TCP request field is not supported.
13176
13350
  * - The proxyHeader field for HTTP, HTTPS, and TCP is not
13177
13351
  * supported.
@@ -13189,8 +13363,9 @@ declare namespace gapi.client {
13189
13363
  */
13190
13364
  timeoutSec?: number;
13191
13365
  /**
13192
- * Specifies the type of the healthCheck, either TCP,SSL, HTTP, HTTPS,HTTP2 or GRPC. Exactly one of the
13193
- * protocol-specific health check fields must be specified, which must matchtype field.
13366
+ * Specifies the type of the healthCheck, either TCP,SSL, HTTP, HTTPS,HTTP2, GRPC or GRPC_WITH_TLS.
13367
+ * Exactly one of the protocol-specific health check fields must be specified,
13368
+ * which must match type field.
13194
13369
  */
13195
13370
  type?:
13196
13371
  | 'GRPC'
@@ -13271,7 +13446,7 @@ declare namespace gapi.client {
13271
13446
  * {
13272
13447
  * "key": "scope",
13273
13448
  * "value": "zones/us-east1-d"
13274
- * }
13449
+ * }]
13275
13450
  */
13276
13451
  data?: {
13277
13452
  /**
@@ -13365,7 +13540,7 @@ declare namespace gapi.client {
13365
13540
  * {
13366
13541
  * "key": "scope",
13367
13542
  * "value": "zones/us-east1-d"
13368
- * }
13543
+ * }]
13369
13544
  */
13370
13545
  data?: {
13371
13546
  /**
@@ -13554,7 +13729,7 @@ declare namespace gapi.client {
13554
13729
  * {
13555
13730
  * "key": "scope",
13556
13731
  * "value": "zones/us-east1-d"
13557
- * }
13732
+ * }]
13558
13733
  */
13559
13734
  data?: {
13560
13735
  /**
@@ -13642,7 +13817,7 @@ declare namespace gapi.client {
13642
13817
  * {
13643
13818
  * "key": "scope",
13644
13819
  * "value": "zones/us-east1-d"
13645
- * }
13820
+ * }]
13646
13821
  */
13647
13822
  data?: {
13648
13823
  /**
@@ -13713,7 +13888,7 @@ declare namespace gapi.client {
13713
13888
  * {
13714
13889
  * "key": "scope",
13715
13890
  * "value": "zones/us-east1-d"
13716
- * }
13891
+ * }]
13717
13892
  */
13718
13893
  data?: {
13719
13894
  /**
@@ -13784,7 +13959,7 @@ declare namespace gapi.client {
13784
13959
  * {
13785
13960
  * "key": "scope",
13786
13961
  * "value": "zones/us-east1-d"
13787
- * }
13962
+ * }]
13788
13963
  */
13789
13964
  data?: {
13790
13965
  /**
@@ -13937,7 +14112,7 @@ declare namespace gapi.client {
13937
14112
  * {
13938
14113
  * "key": "scope",
13939
14114
  * "value": "zones/us-east1-d"
13940
- * }
14115
+ * }]
13941
14116
  */
13942
14117
  data?: {
13943
14118
  /**
@@ -14027,7 +14202,7 @@ declare namespace gapi.client {
14027
14202
  * {
14028
14203
  * "key": "scope",
14029
14204
  * "value": "zones/us-east1-d"
14030
- * }
14205
+ * }]
14031
14206
  */
14032
14207
  data?: {
14033
14208
  /**
@@ -14133,7 +14308,7 @@ declare namespace gapi.client {
14133
14308
  * {
14134
14309
  * "key": "scope",
14135
14310
  * "value": "zones/us-east1-d"
14136
- * }
14311
+ * }]
14137
14312
  */
14138
14313
  data?: {
14139
14314
  /**
@@ -14378,7 +14553,7 @@ declare namespace gapi.client {
14378
14553
  * {
14379
14554
  * "key": "scope",
14380
14555
  * "value": "zones/us-east1-d"
14381
- * }
14556
+ * }]
14382
14557
  */
14383
14558
  data?: {
14384
14559
  /**
@@ -14843,7 +15018,7 @@ declare namespace gapi.client {
14843
15018
  * {
14844
15019
  * "key": "scope",
14845
15020
  * "value": "zones/us-east1-d"
14846
- * }
15021
+ * }]
14847
15022
  */
14848
15023
  data?: {
14849
15024
  /**
@@ -15575,7 +15750,7 @@ declare namespace gapi.client {
15575
15750
  * {
15576
15751
  * "key": "scope",
15577
15752
  * "value": "zones/us-east1-d"
15578
- * }
15753
+ * }]
15579
15754
  */
15580
15755
  data?: {
15581
15756
  /**
@@ -15978,7 +16153,7 @@ declare namespace gapi.client {
15978
16153
  * {
15979
16154
  * "key": "scope",
15980
16155
  * "value": "zones/us-east1-d"
15981
- * }
16156
+ * }]
15982
16157
  */
15983
16158
  data?: {
15984
16159
  /**
@@ -16075,7 +16250,7 @@ declare namespace gapi.client {
16075
16250
  * {
16076
16251
  * "key": "scope",
16077
16252
  * "value": "zones/us-east1-d"
16078
- * }
16253
+ * }]
16079
16254
  */
16080
16255
  data?: {
16081
16256
  /**
@@ -16470,7 +16645,7 @@ declare namespace gapi.client {
16470
16645
  * {
16471
16646
  * "key": "scope",
16472
16647
  * "value": "zones/us-east1-d"
16473
- * }
16648
+ * }]
16474
16649
  */
16475
16650
  data?: {
16476
16651
  /**
@@ -16697,7 +16872,7 @@ declare namespace gapi.client {
16697
16872
  * {
16698
16873
  * "key": "scope",
16699
16874
  * "value": "zones/us-east1-d"
16700
- * }
16875
+ * }]
16701
16876
  */
16702
16877
  data?: {
16703
16878
  /**
@@ -16779,7 +16954,7 @@ declare namespace gapi.client {
16779
16954
  * {
16780
16955
  * "key": "scope",
16781
16956
  * "value": "zones/us-east1-d"
16782
- * }
16957
+ * }]
16783
16958
  */
16784
16959
  data?: {
16785
16960
  /**
@@ -17165,7 +17340,7 @@ declare namespace gapi.client {
17165
17340
  * {
17166
17341
  * "key": "scope",
17167
17342
  * "value": "zones/us-east1-d"
17168
- * }
17343
+ * }]
17169
17344
  */
17170
17345
  data?: {
17171
17346
  /**
@@ -17454,7 +17629,7 @@ declare namespace gapi.client {
17454
17629
  * {
17455
17630
  * "key": "scope",
17456
17631
  * "value": "zones/us-east1-d"
17457
- * }
17632
+ * }]
17458
17633
  */
17459
17634
  data?: {
17460
17635
  /**
@@ -17629,7 +17804,7 @@ declare namespace gapi.client {
17629
17804
  * {
17630
17805
  * "key": "scope",
17631
17806
  * "value": "zones/us-east1-d"
17632
- * }
17807
+ * }]
17633
17808
  */
17634
17809
  data?: {
17635
17810
  /**
@@ -18062,7 +18237,7 @@ declare namespace gapi.client {
18062
18237
  * {
18063
18238
  * "key": "scope",
18064
18239
  * "value": "zones/us-east1-d"
18065
- * }
18240
+ * }]
18066
18241
  */
18067
18242
  data?: {
18068
18243
  /**
@@ -18192,7 +18367,7 @@ declare namespace gapi.client {
18192
18367
  * {
18193
18368
  * "key": "scope",
18194
18369
  * "value": "zones/us-east1-d"
18195
- * }
18370
+ * }]
18196
18371
  */
18197
18372
  data?: {
18198
18373
  /**
@@ -18787,7 +18962,7 @@ declare namespace gapi.client {
18787
18962
  * {
18788
18963
  * "key": "scope",
18789
18964
  * "value": "zones/us-east1-d"
18790
- * }
18965
+ * }]
18791
18966
  */
18792
18967
  data?: {
18793
18968
  /**
@@ -18873,7 +19048,7 @@ declare namespace gapi.client {
18873
19048
  * {
18874
19049
  * "key": "scope",
18875
19050
  * "value": "zones/us-east1-d"
18876
- * }
19051
+ * }]
18877
19052
  */
18878
19053
  data?: {
18879
19054
  /**
@@ -18971,7 +19146,7 @@ declare namespace gapi.client {
18971
19146
  * {
18972
19147
  * "key": "scope",
18973
19148
  * "value": "zones/us-east1-d"
18974
- * }
19149
+ * }]
18975
19150
  */
18976
19151
  data?: {
18977
19152
  /**
@@ -19053,7 +19228,7 @@ declare namespace gapi.client {
19053
19228
  * {
19054
19229
  * "key": "scope",
19055
19230
  * "value": "zones/us-east1-d"
19056
- * }
19231
+ * }]
19057
19232
  */
19058
19233
  data?: {
19059
19234
  /**
@@ -19327,6 +19502,8 @@ declare namespace gapi.client {
19327
19502
  workloadIdentityConfig?: WorkloadIdentityConfig;
19328
19503
  }
19329
19504
  interface InstancePropertiesPatch {
19505
+ /** This optional flag exposes the hashed physical host ID. */
19506
+ exposeHostTopology?: boolean;
19330
19507
  /** The label key-value pairs that you want to patch onto the instance. */
19331
19508
  labels?: {[P in string]: string};
19332
19509
  /**
@@ -19545,7 +19722,7 @@ declare namespace gapi.client {
19545
19722
  * {
19546
19723
  * "key": "scope",
19547
19724
  * "value": "zones/us-east1-d"
19548
- * }
19725
+ * }]
19549
19726
  */
19550
19727
  data?: {
19551
19728
  /**
@@ -19757,7 +19934,7 @@ declare namespace gapi.client {
19757
19934
  * {
19758
19935
  * "key": "scope",
19759
19936
  * "value": "zones/us-east1-d"
19760
- * }
19937
+ * }]
19761
19938
  */
19762
19939
  data?: {
19763
19940
  /**
@@ -19842,7 +20019,7 @@ declare namespace gapi.client {
19842
20019
  * {
19843
20020
  * "key": "scope",
19844
20021
  * "value": "zones/us-east1-d"
19845
- * }
20022
+ * }]
19846
20023
  */
19847
20024
  data?: {
19848
20025
  /**
@@ -19916,7 +20093,7 @@ declare namespace gapi.client {
19916
20093
  * {
19917
20094
  * "key": "scope",
19918
20095
  * "value": "zones/us-east1-d"
19919
- * }
20096
+ * }]
19920
20097
  */
19921
20098
  data?: {
19922
20099
  /**
@@ -20156,7 +20333,7 @@ declare namespace gapi.client {
20156
20333
  * {
20157
20334
  * "key": "scope",
20158
20335
  * "value": "zones/us-east1-d"
20159
- * }
20336
+ * }]
20160
20337
  */
20161
20338
  data?: {
20162
20339
  /**
@@ -20314,7 +20491,7 @@ declare namespace gapi.client {
20314
20491
  * {
20315
20492
  * "key": "scope",
20316
20493
  * "value": "zones/us-east1-d"
20317
- * }
20494
+ * }]
20318
20495
  */
20319
20496
  data?: {
20320
20497
  /**
@@ -20401,7 +20578,7 @@ declare namespace gapi.client {
20401
20578
  * {
20402
20579
  * "key": "scope",
20403
20580
  * "value": "zones/us-east1-d"
20404
- * }
20581
+ * }]
20405
20582
  */
20406
20583
  data?: {
20407
20584
  /**
@@ -21175,7 +21352,7 @@ declare namespace gapi.client {
21175
21352
  * {
21176
21353
  * "key": "scope",
21177
21354
  * "value": "zones/us-east1-d"
21178
- * }
21355
+ * }]
21179
21356
  */
21180
21357
  data?: {
21181
21358
  /**
@@ -21729,7 +21906,7 @@ declare namespace gapi.client {
21729
21906
  * {
21730
21907
  * "key": "scope",
21731
21908
  * "value": "zones/us-east1-d"
21732
- * }
21909
+ * }]
21733
21910
  */
21734
21911
  data?: {
21735
21912
  /**
@@ -21944,7 +22121,7 @@ declare namespace gapi.client {
21944
22121
  * {
21945
22122
  * "key": "scope",
21946
22123
  * "value": "zones/us-east1-d"
21947
- * }
22124
+ * }]
21948
22125
  */
21949
22126
  data?: {
21950
22127
  /**
@@ -22060,7 +22237,7 @@ declare namespace gapi.client {
22060
22237
  * {
22061
22238
  * "key": "scope",
22062
22239
  * "value": "zones/us-east1-d"
22063
- * }
22240
+ * }]
22064
22241
  */
22065
22242
  data?: {
22066
22243
  /**
@@ -22528,7 +22705,7 @@ declare namespace gapi.client {
22528
22705
  * {
22529
22706
  * "key": "scope",
22530
22707
  * "value": "zones/us-east1-d"
22531
- * }
22708
+ * }]
22532
22709
  */
22533
22710
  data?: {
22534
22711
  /**
@@ -22638,7 +22815,7 @@ declare namespace gapi.client {
22638
22815
  * {
22639
22816
  * "key": "scope",
22640
22817
  * "value": "zones/us-east1-d"
22641
- * }
22818
+ * }]
22642
22819
  */
22643
22820
  data?: {
22644
22821
  /**
@@ -22860,7 +23037,7 @@ declare namespace gapi.client {
22860
23037
  * {
22861
23038
  * "key": "scope",
22862
23039
  * "value": "zones/us-east1-d"
22863
- * }
23040
+ * }]
22864
23041
  */
22865
23042
  data?: {
22866
23043
  /**
@@ -23267,7 +23444,7 @@ declare namespace gapi.client {
23267
23444
  * {
23268
23445
  * "key": "scope",
23269
23446
  * "value": "zones/us-east1-d"
23270
- * }
23447
+ * }]
23271
23448
  */
23272
23449
  data?: {
23273
23450
  /**
@@ -23422,7 +23599,7 @@ declare namespace gapi.client {
23422
23599
  * {
23423
23600
  * "key": "scope",
23424
23601
  * "value": "zones/us-east1-d"
23425
- * }
23602
+ * }]
23426
23603
  */
23427
23604
  data?: {
23428
23605
  /**
@@ -23509,7 +23686,7 @@ declare namespace gapi.client {
23509
23686
  * {
23510
23687
  * "key": "scope",
23511
23688
  * "value": "zones/us-east1-d"
23512
- * }
23689
+ * }]
23513
23690
  */
23514
23691
  data?: {
23515
23692
  /**
@@ -23870,7 +24047,7 @@ declare namespace gapi.client {
23870
24047
  * {
23871
24048
  * "key": "scope",
23872
24049
  * "value": "zones/us-east1-d"
23873
- * }
24050
+ * }]
23874
24051
  */
23875
24052
  data?: {
23876
24053
  /**
@@ -23958,7 +24135,7 @@ declare namespace gapi.client {
23958
24135
  * {
23959
24136
  * "key": "scope",
23960
24137
  * "value": "zones/us-east1-d"
23961
- * }
24138
+ * }]
23962
24139
  */
23963
24140
  data?: {
23964
24141
  /**
@@ -24046,7 +24223,7 @@ declare namespace gapi.client {
24046
24223
  * {
24047
24224
  * "key": "scope",
24048
24225
  * "value": "zones/us-east1-d"
24049
- * }
24226
+ * }]
24050
24227
  */
24051
24228
  data?: {
24052
24229
  /**
@@ -24140,7 +24317,7 @@ declare namespace gapi.client {
24140
24317
  * {
24141
24318
  * "key": "scope",
24142
24319
  * "value": "zones/us-east1-d"
24143
- * }
24320
+ * }]
24144
24321
  */
24145
24322
  data?: {
24146
24323
  /**
@@ -24234,7 +24411,7 @@ declare namespace gapi.client {
24234
24411
  * {
24235
24412
  * "key": "scope",
24236
24413
  * "value": "zones/us-east1-d"
24237
- * }
24414
+ * }]
24238
24415
  */
24239
24416
  data?: {
24240
24417
  /**
@@ -24511,7 +24688,7 @@ declare namespace gapi.client {
24511
24688
  * {
24512
24689
  * "key": "scope",
24513
24690
  * "value": "zones/us-east1-d"
24514
- * }
24691
+ * }]
24515
24692
  */
24516
24693
  data?: {
24517
24694
  /**
@@ -24685,7 +24862,7 @@ declare namespace gapi.client {
24685
24862
  * {
24686
24863
  * "key": "scope",
24687
24864
  * "value": "zones/us-east1-d"
24688
- * }
24865
+ * }]
24689
24866
  */
24690
24867
  data?: {
24691
24868
  /**
@@ -24770,7 +24947,7 @@ declare namespace gapi.client {
24770
24947
  * {
24771
24948
  * "key": "scope",
24772
24949
  * "value": "zones/us-east1-d"
24773
- * }
24950
+ * }]
24774
24951
  */
24775
24952
  data?: {
24776
24953
  /**
@@ -24841,7 +25018,7 @@ declare namespace gapi.client {
24841
25018
  * {
24842
25019
  * "key": "scope",
24843
25020
  * "value": "zones/us-east1-d"
24844
- * }
25021
+ * }]
24845
25022
  */
24846
25023
  data?: {
24847
25024
  /**
@@ -25259,7 +25436,7 @@ declare namespace gapi.client {
25259
25436
  * {
25260
25437
  * "key": "scope",
25261
25438
  * "value": "zones/us-east1-d"
25262
- * }
25439
+ * }]
25263
25440
  */
25264
25441
  data?: {
25265
25442
  /**
@@ -25539,7 +25716,7 @@ declare namespace gapi.client {
25539
25716
  * {
25540
25717
  * "key": "scope",
25541
25718
  * "value": "zones/us-east1-d"
25542
- * }
25719
+ * }]
25543
25720
  */
25544
25721
  data?: {
25545
25722
  /**
@@ -25637,7 +25814,7 @@ declare namespace gapi.client {
25637
25814
  * {
25638
25815
  * "key": "scope",
25639
25816
  * "value": "zones/us-east1-d"
25640
- * }
25817
+ * }]
25641
25818
  */
25642
25819
  data?: {
25643
25820
  /**
@@ -26068,7 +26245,7 @@ declare namespace gapi.client {
26068
26245
  * {
26069
26246
  * "key": "scope",
26070
26247
  * "value": "zones/us-east1-d"
26071
- * }
26248
+ * }]
26072
26249
  */
26073
26250
  data?: {
26074
26251
  /**
@@ -26116,6 +26293,7 @@ declare namespace gapi.client {
26116
26293
  | 'NEEDS_ATTENTION'
26117
26294
  | 'PENDING'
26118
26295
  | 'REJECTED'
26296
+ | 'RESERVED'
26119
26297
  | 'STATUS_UNSPECIFIED';
26120
26298
  /**
26121
26299
  * The subnetwork used to assign the IP to the producer
@@ -26189,7 +26367,7 @@ declare namespace gapi.client {
26189
26367
  * {
26190
26368
  * "key": "scope",
26191
26369
  * "value": "zones/us-east1-d"
26192
- * }
26370
+ * }]
26193
26371
  */
26194
26372
  data?: {
26195
26373
  /**
@@ -26260,7 +26438,7 @@ declare namespace gapi.client {
26260
26438
  * {
26261
26439
  * "key": "scope",
26262
26440
  * "value": "zones/us-east1-d"
26263
- * }
26441
+ * }]
26264
26442
  */
26265
26443
  data?: {
26266
26444
  /**
@@ -26406,7 +26584,7 @@ declare namespace gapi.client {
26406
26584
  * {
26407
26585
  * "key": "scope",
26408
26586
  * "value": "zones/us-east1-d"
26409
- * }
26587
+ * }]
26410
26588
  */
26411
26589
  data?: {
26412
26590
  /**
@@ -26477,7 +26655,7 @@ declare namespace gapi.client {
26477
26655
  * {
26478
26656
  * "key": "scope",
26479
26657
  * "value": "zones/us-east1-d"
26480
- * }
26658
+ * }]
26481
26659
  */
26482
26660
  data?: {
26483
26661
  /**
@@ -26721,7 +26899,7 @@ declare namespace gapi.client {
26721
26899
  * {
26722
26900
  * "key": "scope",
26723
26901
  * "value": "zones/us-east1-d"
26724
- * }
26902
+ * }]
26725
26903
  */
26726
26904
  data?: {
26727
26905
  /**
@@ -26932,7 +27110,7 @@ declare namespace gapi.client {
26932
27110
  * {
26933
27111
  * "key": "scope",
26934
27112
  * "value": "zones/us-east1-d"
26935
- * }
27113
+ * }]
26936
27114
  */
26937
27115
  data?: {
26938
27116
  /**
@@ -27121,7 +27299,7 @@ declare namespace gapi.client {
27121
27299
  * {
27122
27300
  * "key": "scope",
27123
27301
  * "value": "zones/us-east1-d"
27124
- * }
27302
+ * }]
27125
27303
  */
27126
27304
  data?: {
27127
27305
  /**
@@ -27195,7 +27373,7 @@ declare namespace gapi.client {
27195
27373
  * {
27196
27374
  * "key": "scope",
27197
27375
  * "value": "zones/us-east1-d"
27198
- * }
27376
+ * }]
27199
27377
  */
27200
27378
  data?: {
27201
27379
  /**
@@ -27293,7 +27471,7 @@ declare namespace gapi.client {
27293
27471
  * {
27294
27472
  * "key": "scope",
27295
27473
  * "value": "zones/us-east1-d"
27296
- * }
27474
+ * }]
27297
27475
  */
27298
27476
  data?: {
27299
27477
  /**
@@ -27572,7 +27750,7 @@ declare namespace gapi.client {
27572
27750
  * {
27573
27751
  * "key": "scope",
27574
27752
  * "value": "zones/us-east1-d"
27575
- * }
27753
+ * }]
27576
27754
  */
27577
27755
  data?: {
27578
27756
  /**
@@ -27806,7 +27984,7 @@ declare namespace gapi.client {
27806
27984
  * {
27807
27985
  * "key": "scope",
27808
27986
  * "value": "zones/us-east1-d"
27809
- * }
27987
+ * }]
27810
27988
  */
27811
27989
  data?: {
27812
27990
  /**
@@ -27936,7 +28114,7 @@ declare namespace gapi.client {
27936
28114
  * {
27937
28115
  * "key": "scope",
27938
28116
  * "value": "zones/us-east1-d"
27939
- * }
28117
+ * }]
27940
28118
  */
27941
28119
  data?: {
27942
28120
  /**
@@ -28022,7 +28200,7 @@ declare namespace gapi.client {
28022
28200
  * {
28023
28201
  * "key": "scope",
28024
28202
  * "value": "zones/us-east1-d"
28025
- * }
28203
+ * }]
28026
28204
  */
28027
28205
  data?: {
28028
28206
  /**
@@ -28421,7 +28599,7 @@ declare namespace gapi.client {
28421
28599
  * {
28422
28600
  * "key": "scope",
28423
28601
  * "value": "zones/us-east1-d"
28424
- * }
28602
+ * }]
28425
28603
  */
28426
28604
  data?: {
28427
28605
  /**
@@ -28717,7 +28895,7 @@ declare namespace gapi.client {
28717
28895
  * {
28718
28896
  * "key": "scope",
28719
28897
  * "value": "zones/us-east1-d"
28720
- * }
28898
+ * }]
28721
28899
  */
28722
28900
  data?: {
28723
28901
  /**
@@ -28817,7 +28995,7 @@ declare namespace gapi.client {
28817
28995
  * {
28818
28996
  * "key": "scope",
28819
28997
  * "value": "zones/us-east1-d"
28820
- * }
28998
+ * }]
28821
28999
  */
28822
29000
  data?: {
28823
29001
  /**
@@ -28958,7 +29136,7 @@ declare namespace gapi.client {
28958
29136
  * {
28959
29137
  * "key": "scope",
28960
29138
  * "value": "zones/us-east1-d"
28961
- * }
29139
+ * }]
28962
29140
  */
28963
29141
  data?: {
28964
29142
  /**
@@ -29035,7 +29213,7 @@ declare namespace gapi.client {
29035
29213
  * {
29036
29214
  * "key": "scope",
29037
29215
  * "value": "zones/us-east1-d"
29038
- * }
29216
+ * }]
29039
29217
  */
29040
29218
  data?: {
29041
29219
  /**
@@ -29202,7 +29380,7 @@ declare namespace gapi.client {
29202
29380
  * {
29203
29381
  * "key": "scope",
29204
29382
  * "value": "zones/us-east1-d"
29205
- * }
29383
+ * }]
29206
29384
  */
29207
29385
  data?: {
29208
29386
  /**
@@ -29287,7 +29465,7 @@ declare namespace gapi.client {
29287
29465
  * {
29288
29466
  * "key": "scope",
29289
29467
  * "value": "zones/us-east1-d"
29290
- * }
29468
+ * }]
29291
29469
  */
29292
29470
  data?: {
29293
29471
  /**
@@ -29363,7 +29541,7 @@ declare namespace gapi.client {
29363
29541
  * {
29364
29542
  * "key": "scope",
29365
29543
  * "value": "zones/us-east1-d"
29366
- * }
29544
+ * }]
29367
29545
  */
29368
29546
  data?: {
29369
29547
  /**
@@ -29495,7 +29673,7 @@ declare namespace gapi.client {
29495
29673
  * {
29496
29674
  * "key": "scope",
29497
29675
  * "value": "zones/us-east1-d"
29498
- * }
29676
+ * }]
29499
29677
  */
29500
29678
  data?: {
29501
29679
  /**
@@ -29580,7 +29758,7 @@ declare namespace gapi.client {
29580
29758
  * {
29581
29759
  * "key": "scope",
29582
29760
  * "value": "zones/us-east1-d"
29583
- * }
29761
+ * }]
29584
29762
  */
29585
29763
  data?: {
29586
29764
  /**
@@ -29651,7 +29829,7 @@ declare namespace gapi.client {
29651
29829
  * {
29652
29830
  * "key": "scope",
29653
29831
  * "value": "zones/us-east1-d"
29654
- * }
29832
+ * }]
29655
29833
  */
29656
29834
  data?: {
29657
29835
  /**
@@ -29778,7 +29956,7 @@ declare namespace gapi.client {
29778
29956
  * {
29779
29957
  * "key": "scope",
29780
29958
  * "value": "zones/us-east1-d"
29781
- * }
29959
+ * }]
29782
29960
  */
29783
29961
  data?: {
29784
29962
  /**
@@ -29892,7 +30070,7 @@ declare namespace gapi.client {
29892
30070
  * {
29893
30071
  * "key": "scope",
29894
30072
  * "value": "zones/us-east1-d"
29895
- * }
30073
+ * }]
29896
30074
  */
29897
30075
  data?: {
29898
30076
  /**
@@ -29963,7 +30141,7 @@ declare namespace gapi.client {
29963
30141
  * {
29964
30142
  * "key": "scope",
29965
30143
  * "value": "zones/us-east1-d"
29966
- * }
30144
+ * }]
29967
30145
  */
29968
30146
  data?: {
29969
30147
  /**
@@ -30045,6 +30223,8 @@ declare namespace gapi.client {
30045
30223
  * methods if not explicitly provided by the user.
30046
30224
  */
30047
30225
  firewallPolicyRuleOperationMetadata?: FirewallPolicyRuleOperationMetadata;
30226
+ /** Output only. [Output Only] Metadata for GetHealth operations. */
30227
+ getHealthOperationMetadata?: GetHealthOperationMetadata;
30048
30228
  getVersionOperationMetadata?: GetVersionOperationMetadata;
30049
30229
  /**
30050
30230
  * [Output Only] If the operation fails, this field contains the HTTP error
@@ -30191,7 +30371,7 @@ declare namespace gapi.client {
30191
30371
  * {
30192
30372
  * "key": "scope",
30193
30373
  * "value": "zones/us-east1-d"
30194
- * }
30374
+ * }]
30195
30375
  */
30196
30376
  data?: {
30197
30377
  /**
@@ -30287,7 +30467,7 @@ declare namespace gapi.client {
30287
30467
  * {
30288
30468
  * "key": "scope",
30289
30469
  * "value": "zones/us-east1-d"
30290
- * }
30470
+ * }]
30291
30471
  */
30292
30472
  data?: {
30293
30473
  /**
@@ -30376,7 +30556,7 @@ declare namespace gapi.client {
30376
30556
  * {
30377
30557
  * "key": "scope",
30378
30558
  * "value": "zones/us-east1-d"
30379
- * }
30559
+ * }]
30380
30560
  */
30381
30561
  data?: {
30382
30562
  /**
@@ -30447,7 +30627,7 @@ declare namespace gapi.client {
30447
30627
  * {
30448
30628
  * "key": "scope",
30449
30629
  * "value": "zones/us-east1-d"
30450
- * }
30630
+ * }]
30451
30631
  */
30452
30632
  data?: {
30453
30633
  /**
@@ -30533,7 +30713,7 @@ declare namespace gapi.client {
30533
30713
  * {
30534
30714
  * "key": "scope",
30535
30715
  * "value": "zones/us-east1-d"
30536
- * }
30716
+ * }]
30537
30717
  */
30538
30718
  data?: {
30539
30719
  /**
@@ -30630,7 +30810,7 @@ declare namespace gapi.client {
30630
30810
  * {
30631
30811
  * "key": "scope",
30632
30812
  * "value": "zones/us-east1-d"
30633
- * }
30813
+ * }]
30634
30814
  */
30635
30815
  data?: {
30636
30816
  /**
@@ -30894,7 +31074,7 @@ declare namespace gapi.client {
30894
31074
  * {
30895
31075
  * "key": "scope",
30896
31076
  * "value": "zones/us-east1-d"
30897
- * }
31077
+ * }]
30898
31078
  */
30899
31079
  data?: {
30900
31080
  /**
@@ -31015,7 +31195,7 @@ declare namespace gapi.client {
31015
31195
  * {
31016
31196
  * "key": "scope",
31017
31197
  * "value": "zones/us-east1-d"
31018
- * }
31198
+ * }]
31019
31199
  */
31020
31200
  data?: {
31021
31201
  /**
@@ -31138,7 +31318,7 @@ declare namespace gapi.client {
31138
31318
  * {
31139
31319
  * "key": "scope",
31140
31320
  * "value": "zones/us-east1-d"
31141
- * }
31321
+ * }]
31142
31322
  */
31143
31323
  data?: {
31144
31324
  /**
@@ -31722,7 +31902,7 @@ declare namespace gapi.client {
31722
31902
  * {
31723
31903
  * "key": "scope",
31724
31904
  * "value": "zones/us-east1-d"
31725
- * }
31905
+ * }]
31726
31906
  */
31727
31907
  data?: {
31728
31908
  /**
@@ -31962,7 +32142,14 @@ declare namespace gapi.client {
31962
32142
  'CAMP_PLUS_ANNUAL' | 'CAMP_PLUS_PAYGO' | 'CA_STANDARD';
31963
32143
  }
31964
32144
  interface ProjectView {
31965
- /** The project data. */
32145
+ /**
32146
+ * The project data.
32147
+ * The returned Project data does not contain regional or zonal quota
32148
+ * usage data. Global quota limits are present. For accurate, real-time quota
32149
+ * usage numbers, query the global
32150
+ * [projects.get](https://cloud.google.com/compute/docs/reference/rest/v1/projects/get)
32151
+ * endpoint.
32152
+ */
31966
32153
  project?: Project;
31967
32154
  }
31968
32155
  interface PublicAdvertisedPrefix {
@@ -32137,7 +32324,7 @@ declare namespace gapi.client {
32137
32324
  * {
32138
32325
  * "key": "scope",
32139
32326
  * "value": "zones/us-east1-d"
32140
- * }
32327
+ * }]
32141
32328
  */
32142
32329
  data?: {
32143
32330
  /**
@@ -32399,7 +32586,7 @@ declare namespace gapi.client {
32399
32586
  * {
32400
32587
  * "key": "scope",
32401
32588
  * "value": "zones/us-east1-d"
32402
- * }
32589
+ * }]
32403
32590
  */
32404
32591
  data?: {
32405
32592
  /**
@@ -32470,7 +32657,7 @@ declare namespace gapi.client {
32470
32657
  * {
32471
32658
  * "key": "scope",
32472
32659
  * "value": "zones/us-east1-d"
32473
- * }
32660
+ * }]
32474
32661
  */
32475
32662
  data?: {
32476
32663
  /**
@@ -32555,7 +32742,7 @@ declare namespace gapi.client {
32555
32742
  * {
32556
32743
  * "key": "scope",
32557
32744
  * "value": "zones/us-east1-d"
32558
- * }
32745
+ * }]
32559
32746
  */
32560
32747
  data?: {
32561
32748
  /**
@@ -32750,7 +32937,7 @@ declare namespace gapi.client {
32750
32937
  * {
32751
32938
  * "key": "scope",
32752
32939
  * "value": "zones/us-east1-d"
32753
- * }
32940
+ * }]
32754
32941
  */
32755
32942
  data?: {
32756
32943
  /**
@@ -32837,7 +33024,7 @@ declare namespace gapi.client {
32837
33024
  * {
32838
33025
  * "key": "scope",
32839
33026
  * "value": "zones/us-east1-d"
32840
- * }
33027
+ * }]
32841
33028
  */
32842
33029
  data?: {
32843
33030
  /**
@@ -32908,7 +33095,7 @@ declare namespace gapi.client {
32908
33095
  * {
32909
33096
  * "key": "scope",
32910
33097
  * "value": "zones/us-east1-d"
32911
- * }
33098
+ * }]
32912
33099
  */
32913
33100
  data?: {
32914
33101
  /**
@@ -33321,7 +33508,7 @@ declare namespace gapi.client {
33321
33508
  * {
33322
33509
  * "key": "scope",
33323
33510
  * "value": "zones/us-east1-d"
33324
- * }
33511
+ * }]
33325
33512
  */
33326
33513
  data?: {
33327
33514
  /**
@@ -33412,7 +33599,7 @@ declare namespace gapi.client {
33412
33599
  * {
33413
33600
  * "key": "scope",
33414
33601
  * "value": "zones/us-east1-d"
33415
- * }
33602
+ * }]
33416
33603
  */
33417
33604
  data?: {
33418
33605
  /**
@@ -33676,7 +33863,7 @@ declare namespace gapi.client {
33676
33863
  * {
33677
33864
  * "key": "scope",
33678
33865
  * "value": "zones/us-east1-d"
33679
- * }
33866
+ * }]
33680
33867
  */
33681
33868
  data?: {
33682
33869
  /**
@@ -33821,7 +34008,7 @@ declare namespace gapi.client {
33821
34008
  * {
33822
34009
  * "key": "scope",
33823
34010
  * "value": "zones/us-east1-d"
33824
- * }
34011
+ * }]
33825
34012
  */
33826
34013
  data?: {
33827
34014
  /**
@@ -33934,7 +34121,7 @@ declare namespace gapi.client {
33934
34121
  * {
33935
34122
  * "key": "scope",
33936
34123
  * "value": "zones/us-east1-d"
33937
- * }
34124
+ * }]
33938
34125
  */
33939
34126
  data?: {
33940
34127
  /**
@@ -34059,7 +34246,7 @@ declare namespace gapi.client {
34059
34246
  * {
34060
34247
  * "key": "scope",
34061
34248
  * "value": "zones/us-east1-d"
34062
- * }
34249
+ * }]
34063
34250
  */
34064
34251
  data?: {
34065
34252
  /**
@@ -34158,7 +34345,7 @@ declare namespace gapi.client {
34158
34345
  * {
34159
34346
  * "key": "scope",
34160
34347
  * "value": "zones/us-east1-d"
34161
- * }
34348
+ * }]
34162
34349
  */
34163
34350
  data?: {
34164
34351
  /**
@@ -34250,7 +34437,7 @@ declare namespace gapi.client {
34250
34437
  * {
34251
34438
  * "key": "scope",
34252
34439
  * "value": "zones/us-east1-d"
34253
- * }
34440
+ * }]
34254
34441
  */
34255
34442
  data?: {
34256
34443
  /**
@@ -34348,7 +34535,7 @@ declare namespace gapi.client {
34348
34535
  * {
34349
34536
  * "key": "scope",
34350
34537
  * "value": "zones/us-east1-d"
34351
- * }
34538
+ * }]
34352
34539
  */
34353
34540
  data?: {
34354
34541
  /**
@@ -34533,7 +34720,7 @@ declare namespace gapi.client {
34533
34720
  * {
34534
34721
  * "key": "scope",
34535
34722
  * "value": "zones/us-east1-d"
34536
- * }
34723
+ * }]
34537
34724
  */
34538
34725
  data?: {
34539
34726
  /**
@@ -34737,7 +34924,7 @@ declare namespace gapi.client {
34737
34924
  * {
34738
34925
  * "key": "scope",
34739
34926
  * "value": "zones/us-east1-d"
34740
- * }
34927
+ * }]
34741
34928
  */
34742
34929
  data?: {
34743
34930
  /**
@@ -34849,7 +35036,7 @@ declare namespace gapi.client {
34849
35036
  * {
34850
35037
  * "key": "scope",
34851
35038
  * "value": "zones/us-east1-d"
34852
- * }
35039
+ * }]
34853
35040
  */
34854
35041
  data?: {
34855
35042
  /**
@@ -35008,6 +35195,7 @@ declare namespace gapi.client {
35008
35195
  selfLinkWithId?: string;
35009
35196
  }
35010
35197
  interface ReliabilityRisksListResponse {
35198
+ /** [Output Only] An ETag of the resource. */
35011
35199
  etag?: string;
35012
35200
  /** [Output Only] Unique identifier for the resource; defined by the server. */
35013
35201
  id?: string;
@@ -35073,7 +35261,7 @@ declare namespace gapi.client {
35073
35261
  * {
35074
35262
  * "key": "scope",
35075
35263
  * "value": "zones/us-east1-d"
35076
- * }
35264
+ * }]
35077
35265
  */
35078
35266
  data?: {
35079
35267
  /**
@@ -35365,7 +35553,7 @@ declare namespace gapi.client {
35365
35553
  * {
35366
35554
  * "key": "scope",
35367
35555
  * "value": "zones/us-east1-d"
35368
- * }
35556
+ * }]
35369
35557
  */
35370
35558
  data?: {
35371
35559
  /**
@@ -35544,7 +35732,7 @@ declare namespace gapi.client {
35544
35732
  * {
35545
35733
  * "key": "scope",
35546
35734
  * "value": "zones/us-east1-d"
35547
- * }
35735
+ * }]
35548
35736
  */
35549
35737
  data?: {
35550
35738
  /**
@@ -35634,7 +35822,7 @@ declare namespace gapi.client {
35634
35822
  * {
35635
35823
  * "key": "scope",
35636
35824
  * "value": "zones/us-east1-d"
35637
- * }
35825
+ * }]
35638
35826
  */
35639
35827
  data?: {
35640
35828
  /**
@@ -35759,7 +35947,7 @@ declare namespace gapi.client {
35759
35947
  * {
35760
35948
  * "key": "scope",
35761
35949
  * "value": "zones/us-east1-d"
35762
- * }
35950
+ * }]
35763
35951
  */
35764
35952
  data?: {
35765
35953
  /**
@@ -35922,7 +36110,7 @@ declare namespace gapi.client {
35922
36110
  * {
35923
36111
  * "key": "scope",
35924
36112
  * "value": "zones/us-east1-d"
35925
- * }
36113
+ * }]
35926
36114
  */
35927
36115
  data?: {
35928
36116
  /**
@@ -36016,7 +36204,7 @@ declare namespace gapi.client {
36016
36204
  * {
36017
36205
  * "key": "scope",
36018
36206
  * "value": "zones/us-east1-d"
36019
- * }
36207
+ * }]
36020
36208
  */
36021
36209
  data?: {
36022
36210
  /**
@@ -36191,7 +36379,7 @@ declare namespace gapi.client {
36191
36379
  * {
36192
36380
  * "key": "scope",
36193
36381
  * "value": "zones/us-east1-d"
36194
- * }
36382
+ * }]
36195
36383
  */
36196
36384
  data?: {
36197
36385
  /**
@@ -36329,7 +36517,7 @@ declare namespace gapi.client {
36329
36517
  * {
36330
36518
  * "key": "scope",
36331
36519
  * "value": "zones/us-east1-d"
36332
- * }
36520
+ * }]
36333
36521
  */
36334
36522
  data?: {
36335
36523
  /**
@@ -36461,7 +36649,7 @@ declare namespace gapi.client {
36461
36649
  * {
36462
36650
  * "key": "scope",
36463
36651
  * "value": "zones/us-east1-d"
36464
- * }
36652
+ * }]
36465
36653
  */
36466
36654
  data?: {
36467
36655
  /**
@@ -36641,7 +36829,7 @@ declare namespace gapi.client {
36641
36829
  * {
36642
36830
  * "key": "scope",
36643
36831
  * "value": "zones/us-east1-d"
36644
- * }
36832
+ * }]
36645
36833
  */
36646
36834
  data?: {
36647
36835
  /**
@@ -36944,6 +37132,13 @@ declare namespace gapi.client {
36944
37132
  * the location ID of the topologies.
36945
37133
  */
36946
37134
  acceleratorTopologyIds?: {[P in string]: string};
37135
+ /**
37136
+ * Output only. Key-value store for arbitrary network topology identifiers
37137
+ * defined by the underlying infrastructure.
37138
+ * The key will be the topology label and the value will be the location
37139
+ * ID for the topology.
37140
+ */
37141
+ networkTopologyIds?: {[P in string]: string};
36947
37142
  }
36948
37143
  interface ResourceStatusReservationConsumptionInfo {
36949
37144
  /**
@@ -37231,7 +37426,7 @@ declare namespace gapi.client {
37231
37426
  * {
37232
37427
  * "key": "scope",
37233
37428
  * "value": "zones/us-east1-d"
37234
- * }
37429
+ * }]
37235
37430
  */
37236
37431
  data?: {
37237
37432
  /**
@@ -37464,7 +37659,7 @@ declare namespace gapi.client {
37464
37659
  * {
37465
37660
  * "key": "scope",
37466
37661
  * "value": "zones/us-east1-d"
37467
- * }
37662
+ * }]
37468
37663
  */
37469
37664
  data?: {
37470
37665
  /**
@@ -37765,7 +37960,7 @@ declare namespace gapi.client {
37765
37960
  * {
37766
37961
  * "key": "scope",
37767
37962
  * "value": "zones/us-east1-d"
37768
- * }
37963
+ * }]
37769
37964
  */
37770
37965
  data?: {
37771
37966
  /**
@@ -37867,7 +38062,7 @@ declare namespace gapi.client {
37867
38062
  * {
37868
38063
  * "key": "scope",
37869
38064
  * "value": "zones/us-east1-d"
37870
- * }
38065
+ * }]
37871
38066
  */
37872
38067
  data?: {
37873
38068
  /**
@@ -38099,7 +38294,7 @@ declare namespace gapi.client {
38099
38294
  * {
38100
38295
  * "key": "scope",
38101
38296
  * "value": "zones/us-east1-d"
38102
- * }
38297
+ * }]
38103
38298
  */
38104
38299
  data?: {
38105
38300
  /**
@@ -38554,7 +38749,7 @@ declare namespace gapi.client {
38554
38749
  * {
38555
38750
  * "key": "scope",
38556
38751
  * "value": "zones/us-east1-d"
38557
- * }
38752
+ * }]
38558
38753
  */
38559
38754
  data?: {
38560
38755
  /**
@@ -38970,7 +39165,7 @@ declare namespace gapi.client {
38970
39165
  * {
38971
39166
  * "key": "scope",
38972
39167
  * "value": "zones/us-east1-d"
38973
- * }
39168
+ * }]
38974
39169
  */
38975
39170
  data?: {
38976
39171
  /**
@@ -39058,7 +39253,7 @@ declare namespace gapi.client {
39058
39253
  * {
39059
39254
  * "key": "scope",
39060
39255
  * "value": "zones/us-east1-d"
39061
- * }
39256
+ * }]
39062
39257
  */
39063
39258
  data?: {
39064
39259
  /**
@@ -39146,7 +39341,7 @@ declare namespace gapi.client {
39146
39341
  * {
39147
39342
  * "key": "scope",
39148
39343
  * "value": "zones/us-east1-d"
39149
- * }
39344
+ * }]
39150
39345
  */
39151
39346
  data?: {
39152
39347
  /**
@@ -39221,7 +39416,7 @@ declare namespace gapi.client {
39221
39416
  * {
39222
39417
  * "key": "scope",
39223
39418
  * "value": "zones/us-east1-d"
39224
- * }
39419
+ * }]
39225
39420
  */
39226
39421
  data?: {
39227
39422
  /**
@@ -39542,6 +39737,11 @@ declare namespace gapi.client {
39542
39737
  * 0 or unset means default amount of memory of the current machine type.
39543
39738
  */
39544
39739
  currentMemoryMb?: string;
39740
+ /**
39741
+ * This optional flag exposes the hashed physical host ID in the
39742
+ * ResourceStatus resource of the VM.
39743
+ */
39744
+ exposeHostTopology?: boolean;
39545
39745
  gracefulShutdown?: SchedulingGracefulShutdown;
39546
39746
  /**
39547
39747
  * Specify the time in seconds for host error detection, the value must be
@@ -39617,10 +39817,9 @@ declare namespace gapi.client {
39617
39817
  */
39618
39818
  preemptible?: boolean;
39619
39819
  /**
39620
- * Specifies the Metadata Service preemption notice duration before the GCE ACPI G2 Soft
39621
- * Off signal is triggered for Spot
39622
- * VMs only. If not specified, there will be no wait before the G2 Soft
39623
- * Off signal is triggered.
39820
+ * Specifies the Metadata Service preemption notice duration before the GCE ACPI G2
39821
+ * Soft Off signal is triggered for Spot VMs only. If not specified,
39822
+ * there will be no wait before the G2 Soft Off signal is triggered.
39624
39823
  */
39625
39824
  preemptionNoticeDuration?: Duration;
39626
39825
  /** Specifies the provisioning model of the instance. */
@@ -39775,7 +39974,7 @@ declare namespace gapi.client {
39775
39974
  * {
39776
39975
  * "key": "scope",
39777
39976
  * "value": "zones/us-east1-d"
39778
- * }
39977
+ * }]
39779
39978
  */
39780
39979
  data?: {
39781
39980
  /**
@@ -39849,7 +40048,7 @@ declare namespace gapi.client {
39849
40048
  * {
39850
40049
  * "key": "scope",
39851
40050
  * "value": "zones/us-east1-d"
39852
- * }
40051
+ * }]
39853
40052
  */
39854
40053
  data?: {
39855
40054
  /**
@@ -40240,7 +40439,7 @@ declare namespace gapi.client {
40240
40439
  * {
40241
40440
  * "key": "scope",
40242
40441
  * "value": "zones/us-east1-d"
40243
- * }
40442
+ * }]
40244
40443
  */
40245
40444
  data?: {
40246
40445
  /**
@@ -40731,16 +40930,20 @@ declare namespace gapi.client {
40731
40930
  * which is resolved based on "userIpRequestHeaders" configured with the
40732
40931
  * security policy. If there is no "userIpRequestHeaders" configuration or
40733
40932
  * an IP address cannot be resolved from it, the key type defaults toIP.
40734
- *
40933
+ * - ASN: The autonomous system number of the originating
40934
+ * client. If not available, the key type defaults toALL.
40735
40935
  * - TLS_JA4_FINGERPRINT: JA4 TLS/SSL fingerprint if the
40736
40936
  * client connects using HTTPS, HTTP/2 or HTTP/3. If not available, the
40737
40937
  * key type defaults to ALL.
40938
+ *
40939
+ *
40738
40940
  * For "fairshare" action, this value is limited to ALL i.e. a single rate
40739
40941
  * limit threshold is enforced for all the requests matching the rule.
40740
40942
  */
40741
40943
  enforceOnKey?:
40742
40944
  | 'ALL'
40743
40945
  | 'ALL_IPS'
40946
+ | 'ASN'
40744
40947
  | 'HTTP_COOKIE'
40745
40948
  | 'HTTP_HEADER'
40746
40949
  | 'HTTP_PATH'
@@ -40839,7 +41042,8 @@ declare namespace gapi.client {
40839
41042
  * which is resolved based on "userIpRequestHeaders" configured with the
40840
41043
  * security policy. If there is no "userIpRequestHeaders" configuration
40841
41044
  * or an IP address cannot be resolved from it, the key type defaults toIP.
40842
- *
41045
+ * - ASN: The autonomous system number of the originating
41046
+ * client. If not available, the key type defaults toALL.
40843
41047
  * - TLS_JA4_FINGERPRINT: JA4 TLS/SSL fingerprint if the
40844
41048
  * client connects using HTTPS, HTTP/2 or HTTP/3. If not available, the
40845
41049
  * key type defaults to ALL.
@@ -40847,6 +41051,7 @@ declare namespace gapi.client {
40847
41051
  enforceOnKeyType?:
40848
41052
  | 'ALL'
40849
41053
  | 'ALL_IPS'
41054
+ | 'ASN'
40850
41055
  | 'HTTP_COOKIE'
40851
41056
  | 'HTTP_HEADER'
40852
41057
  | 'HTTP_PATH'
@@ -41262,7 +41467,7 @@ declare namespace gapi.client {
41262
41467
  * {
41263
41468
  * "key": "scope",
41264
41469
  * "value": "zones/us-east1-d"
41265
- * }
41470
+ * }]
41266
41471
  */
41267
41472
  data?: {
41268
41473
  /**
@@ -41386,7 +41591,7 @@ declare namespace gapi.client {
41386
41591
  * {
41387
41592
  * "key": "scope",
41388
41593
  * "value": "zones/us-east1-d"
41389
- * }
41594
+ * }]
41390
41595
  */
41391
41596
  data?: {
41392
41597
  /**
@@ -41457,7 +41662,7 @@ declare namespace gapi.client {
41457
41662
  * {
41458
41663
  * "key": "scope",
41459
41664
  * "value": "zones/us-east1-d"
41460
- * }
41665
+ * }]
41461
41666
  */
41462
41667
  data?: {
41463
41668
  /**
@@ -41985,7 +42190,7 @@ declare namespace gapi.client {
41985
42190
  * {
41986
42191
  * "key": "scope",
41987
42192
  * "value": "zones/us-east1-d"
41988
- * }
42193
+ * }]
41989
42194
  */
41990
42195
  data?: {
41991
42196
  /**
@@ -42150,7 +42355,7 @@ declare namespace gapi.client {
42150
42355
  * {
42151
42356
  * "key": "scope",
42152
42357
  * "value": "zones/us-east1-d"
42153
- * }
42358
+ * }]
42154
42359
  */
42155
42360
  data?: {
42156
42361
  /**
@@ -42324,7 +42529,7 @@ declare namespace gapi.client {
42324
42529
  * {
42325
42530
  * "key": "scope",
42326
42531
  * "value": "zones/us-east1-d"
42327
- * }
42532
+ * }]
42328
42533
  */
42329
42534
  data?: {
42330
42535
  /**
@@ -42601,7 +42806,7 @@ declare namespace gapi.client {
42601
42806
  * {
42602
42807
  * "key": "scope",
42603
42808
  * "value": "zones/us-east1-d"
42604
- * }
42809
+ * }]
42605
42810
  */
42606
42811
  data?: {
42607
42812
  /**
@@ -42683,7 +42888,7 @@ declare namespace gapi.client {
42683
42888
  * {
42684
42889
  * "key": "scope",
42685
42890
  * "value": "zones/us-east1-d"
42686
- * }
42891
+ * }]
42687
42892
  */
42688
42893
  data?: {
42689
42894
  /**
@@ -42798,7 +43003,7 @@ declare namespace gapi.client {
42798
43003
  * {
42799
43004
  * "key": "scope",
42800
43005
  * "value": "zones/us-east1-d"
42801
- * }
43006
+ * }]
42802
43007
  */
42803
43008
  data?: {
42804
43009
  /**
@@ -42938,7 +43143,7 @@ declare namespace gapi.client {
42938
43143
  * {
42939
43144
  * "key": "scope",
42940
43145
  * "value": "zones/us-east1-d"
42941
- * }
43146
+ * }]
42942
43147
  */
42943
43148
  data?: {
42944
43149
  /**
@@ -43020,7 +43225,7 @@ declare namespace gapi.client {
43020
43225
  * {
43021
43226
  * "key": "scope",
43022
43227
  * "value": "zones/us-east1-d"
43023
- * }
43228
+ * }]
43024
43229
  */
43025
43230
  data?: {
43026
43231
  /**
@@ -43094,7 +43299,7 @@ declare namespace gapi.client {
43094
43299
  * {
43095
43300
  * "key": "scope",
43096
43301
  * "value": "zones/us-east1-d"
43097
- * }
43302
+ * }]
43098
43303
  */
43099
43304
  data?: {
43100
43305
  /**
@@ -43247,7 +43452,7 @@ declare namespace gapi.client {
43247
43452
  * {
43248
43453
  * "key": "scope",
43249
43454
  * "value": "zones/us-east1-d"
43250
- * }
43455
+ * }]
43251
43456
  */
43252
43457
  data?: {
43253
43458
  /**
@@ -43341,7 +43546,7 @@ declare namespace gapi.client {
43341
43546
  * create the resource.
43342
43547
  */
43343
43548
  description?: string;
43344
- /** Output only. [Output Only] Provisioned capacities for each SKU for this Exapool in GiB */
43549
+ /** Provisioned capacities for each SKU for this Exapool in GiB */
43345
43550
  exapoolProvisionedCapacityGb?: StoragePoolExapoolProvisionedCapacityGb;
43346
43551
  /**
43347
43552
  * Output only. [Output Only] The unique identifier for the resource. This identifier is
@@ -43509,7 +43714,7 @@ declare namespace gapi.client {
43509
43714
  * {
43510
43715
  * "key": "scope",
43511
43716
  * "value": "zones/us-east1-d"
43512
- * }
43717
+ * }]
43513
43718
  */
43514
43719
  data?: {
43515
43720
  /**
@@ -43644,7 +43849,7 @@ declare namespace gapi.client {
43644
43849
  * {
43645
43850
  * "key": "scope",
43646
43851
  * "value": "zones/us-east1-d"
43647
- * }
43852
+ * }]
43648
43853
  */
43649
43854
  data?: {
43650
43855
  /**
@@ -43735,7 +43940,7 @@ declare namespace gapi.client {
43735
43940
  * {
43736
43941
  * "key": "scope",
43737
43942
  * "value": "zones/us-east1-d"
43738
- * }
43943
+ * }]
43739
43944
  */
43740
43945
  data?: {
43741
43946
  /**
@@ -43899,7 +44104,7 @@ declare namespace gapi.client {
43899
44104
  * {
43900
44105
  * "key": "scope",
43901
44106
  * "value": "zones/us-east1-d"
43902
- * }
44107
+ * }]
43903
44108
  */
43904
44109
  data?: {
43905
44110
  /**
@@ -44033,7 +44238,7 @@ declare namespace gapi.client {
44033
44238
  * {
44034
44239
  * "key": "scope",
44035
44240
  * "value": "zones/us-east1-d"
44036
- * }
44241
+ * }]
44037
44242
  */
44038
44243
  data?: {
44039
44244
  /**
@@ -44115,7 +44320,7 @@ declare namespace gapi.client {
44115
44320
  * {
44116
44321
  * "key": "scope",
44117
44322
  * "value": "zones/us-east1-d"
44118
- * }
44323
+ * }]
44119
44324
  */
44120
44325
  data?: {
44121
44326
  /**
@@ -44186,7 +44391,7 @@ declare namespace gapi.client {
44186
44391
  * {
44187
44392
  * "key": "scope",
44188
44393
  * "value": "zones/us-east1-d"
44189
- * }
44394
+ * }]
44190
44395
  */
44191
44396
  data?: {
44192
44397
  /**
@@ -44580,7 +44785,7 @@ declare namespace gapi.client {
44580
44785
  * {
44581
44786
  * "key": "scope",
44582
44787
  * "value": "zones/us-east1-d"
44583
- * }
44788
+ * }]
44584
44789
  */
44585
44790
  data?: {
44586
44791
  /**
@@ -44665,7 +44870,7 @@ declare namespace gapi.client {
44665
44870
  * {
44666
44871
  * "key": "scope",
44667
44872
  * "value": "zones/us-east1-d"
44668
- * }
44873
+ * }]
44669
44874
  */
44670
44875
  data?: {
44671
44876
  /**
@@ -44857,7 +45062,7 @@ declare namespace gapi.client {
44857
45062
  * {
44858
45063
  * "key": "scope",
44859
45064
  * "value": "zones/us-east1-d"
44860
- * }
45065
+ * }]
44861
45066
  */
44862
45067
  data?: {
44863
45068
  /**
@@ -44925,7 +45130,7 @@ declare namespace gapi.client {
44925
45130
  * {
44926
45131
  * "key": "scope",
44927
45132
  * "value": "zones/us-east1-d"
44928
- * }
45133
+ * }]
44929
45134
  */
44930
45135
  data?: {
44931
45136
  /**
@@ -45136,7 +45341,7 @@ declare namespace gapi.client {
45136
45341
  * {
45137
45342
  * "key": "scope",
45138
45343
  * "value": "zones/us-east1-d"
45139
- * }
45344
+ * }]
45140
45345
  */
45141
45346
  data?: {
45142
45347
  /**
@@ -45207,7 +45412,7 @@ declare namespace gapi.client {
45207
45412
  * {
45208
45413
  * "key": "scope",
45209
45414
  * "value": "zones/us-east1-d"
45210
- * }
45415
+ * }]
45211
45416
  */
45212
45417
  data?: {
45213
45418
  /**
@@ -45390,7 +45595,7 @@ declare namespace gapi.client {
45390
45595
  * {
45391
45596
  * "key": "scope",
45392
45597
  * "value": "zones/us-east1-d"
45393
- * }
45598
+ * }]
45394
45599
  */
45395
45600
  data?: {
45396
45601
  /**
@@ -45475,7 +45680,7 @@ declare namespace gapi.client {
45475
45680
  * {
45476
45681
  * "key": "scope",
45477
45682
  * "value": "zones/us-east1-d"
45478
- * }
45683
+ * }]
45479
45684
  */
45480
45685
  data?: {
45481
45686
  /**
@@ -45546,7 +45751,7 @@ declare namespace gapi.client {
45546
45751
  * {
45547
45752
  * "key": "scope",
45548
45753
  * "value": "zones/us-east1-d"
45549
- * }
45754
+ * }]
45550
45755
  */
45551
45756
  data?: {
45552
45757
  /**
@@ -45867,7 +46072,7 @@ declare namespace gapi.client {
45867
46072
  * {
45868
46073
  * "key": "scope",
45869
46074
  * "value": "zones/us-east1-d"
45870
- * }
46075
+ * }]
45871
46076
  */
45872
46077
  data?: {
45873
46078
  /**
@@ -45952,7 +46157,7 @@ declare namespace gapi.client {
45952
46157
  * {
45953
46158
  * "key": "scope",
45954
46159
  * "value": "zones/us-east1-d"
45955
- * }
46160
+ * }]
45956
46161
  */
45957
46162
  data?: {
45958
46163
  /**
@@ -46103,7 +46308,7 @@ declare namespace gapi.client {
46103
46308
  * {
46104
46309
  * "key": "scope",
46105
46310
  * "value": "zones/us-east1-d"
46106
- * }
46311
+ * }]
46107
46312
  */
46108
46313
  data?: {
46109
46314
  /**
@@ -46185,7 +46390,7 @@ declare namespace gapi.client {
46185
46390
  * {
46186
46391
  * "key": "scope",
46187
46392
  * "value": "zones/us-east1-d"
46188
- * }
46393
+ * }]
46189
46394
  */
46190
46395
  data?: {
46191
46396
  /**
@@ -46256,7 +46461,7 @@ declare namespace gapi.client {
46256
46461
  * {
46257
46462
  * "key": "scope",
46258
46463
  * "value": "zones/us-east1-d"
46259
- * }
46464
+ * }]
46260
46465
  */
46261
46466
  data?: {
46262
46467
  /**
@@ -46453,7 +46658,7 @@ declare namespace gapi.client {
46453
46658
  * {
46454
46659
  * "key": "scope",
46455
46660
  * "value": "zones/us-east1-d"
46456
- * }
46661
+ * }]
46457
46662
  */
46458
46663
  data?: {
46459
46664
  /**
@@ -46546,7 +46751,7 @@ declare namespace gapi.client {
46546
46751
  * {
46547
46752
  * "key": "scope",
46548
46753
  * "value": "zones/us-east1-d"
46549
- * }
46754
+ * }]
46550
46755
  */
46551
46756
  data?: {
46552
46757
  /**
@@ -46647,7 +46852,7 @@ declare namespace gapi.client {
46647
46852
  * {
46648
46853
  * "key": "scope",
46649
46854
  * "value": "zones/us-east1-d"
46650
- * }
46855
+ * }]
46651
46856
  */
46652
46857
  data?: {
46653
46858
  /**
@@ -46821,7 +47026,7 @@ declare namespace gapi.client {
46821
47026
  * {
46822
47027
  * "key": "scope",
46823
47028
  * "value": "zones/us-east1-d"
46824
- * }
47029
+ * }]
46825
47030
  */
46826
47031
  data?: {
46827
47032
  /**
@@ -46892,7 +47097,7 @@ declare namespace gapi.client {
46892
47097
  * {
46893
47098
  * "key": "scope",
46894
47099
  * "value": "zones/us-east1-d"
46895
- * }
47100
+ * }]
46896
47101
  */
46897
47102
  data?: {
46898
47103
  /**
@@ -47054,7 +47259,7 @@ declare namespace gapi.client {
47054
47259
  * {
47055
47260
  * "key": "scope",
47056
47261
  * "value": "zones/us-east1-d"
47057
- * }
47262
+ * }]
47058
47263
  */
47059
47264
  data?: {
47060
47265
  /**
@@ -47136,7 +47341,7 @@ declare namespace gapi.client {
47136
47341
  * {
47137
47342
  * "key": "scope",
47138
47343
  * "value": "zones/us-east1-d"
47139
- * }
47344
+ * }]
47140
47345
  */
47141
47346
  data?: {
47142
47347
  /**
@@ -47301,7 +47506,7 @@ declare namespace gapi.client {
47301
47506
  * {
47302
47507
  * "key": "scope",
47303
47508
  * "value": "zones/us-east1-d"
47304
- * }
47509
+ * }]
47305
47510
  */
47306
47511
  data?: {
47307
47512
  /**
@@ -47383,7 +47588,7 @@ declare namespace gapi.client {
47383
47588
  * {
47384
47589
  * "key": "scope",
47385
47590
  * "value": "zones/us-east1-d"
47386
- * }
47591
+ * }]
47387
47592
  */
47388
47593
  data?: {
47389
47594
  /**
@@ -47473,7 +47678,7 @@ declare namespace gapi.client {
47473
47678
  * {
47474
47679
  * "key": "scope",
47475
47680
  * "value": "zones/us-east1-d"
47476
- * }
47681
+ * }]
47477
47682
  */
47478
47683
  data?: {
47479
47684
  /**
@@ -47968,7 +48173,7 @@ declare namespace gapi.client {
47968
48173
  * {
47969
48174
  * "key": "scope",
47970
48175
  * "value": "zones/us-east1-d"
47971
- * }
48176
+ * }]
47972
48177
  */
47973
48178
  data?: {
47974
48179
  /**
@@ -48061,7 +48266,7 @@ declare namespace gapi.client {
48061
48266
  * {
48062
48267
  * "key": "scope",
48063
48268
  * "value": "zones/us-east1-d"
48064
- * }
48269
+ * }]
48065
48270
  */
48066
48271
  data?: {
48067
48272
  /**
@@ -48132,7 +48337,7 @@ declare namespace gapi.client {
48132
48337
  * {
48133
48338
  * "key": "scope",
48134
48339
  * "value": "zones/us-east1-d"
48135
- * }
48340
+ * }]
48136
48341
  */
48137
48342
  data?: {
48138
48343
  /**
@@ -48442,7 +48647,7 @@ declare namespace gapi.client {
48442
48647
  * {
48443
48648
  * "key": "scope",
48444
48649
  * "value": "zones/us-east1-d"
48445
- * }
48650
+ * }]
48446
48651
  */
48447
48652
  data?: {
48448
48653
  /**
@@ -48635,7 +48840,7 @@ declare namespace gapi.client {
48635
48840
  * {
48636
48841
  * "key": "scope",
48637
48842
  * "value": "zones/us-east1-d"
48638
- * }
48843
+ * }]
48639
48844
  */
48640
48845
  data?: {
48641
48846
  /**
@@ -48712,7 +48917,7 @@ declare namespace gapi.client {
48712
48917
  * {
48713
48918
  * "key": "scope",
48714
48919
  * "value": "zones/us-east1-d"
48715
- * }
48920
+ * }]
48716
48921
  */
48717
48922
  data?: {
48718
48923
  /**
@@ -48864,7 +49069,7 @@ declare namespace gapi.client {
48864
49069
  * {
48865
49070
  * "key": "scope",
48866
49071
  * "value": "zones/us-east1-d"
48867
- * }
49072
+ * }]
48868
49073
  */
48869
49074
  data?: {
48870
49075
  /**
@@ -48885,6 +49090,12 @@ declare namespace gapi.client {
48885
49090
  };
48886
49091
  }
48887
49092
  interface VmExtensionPolicyExtensionPolicy {
49093
+ /**
49094
+ * Optional. Only deploy this extension if the specified software is detected on the
49095
+ * VM. For a live list of valid software values, see:
49096
+ * https://cloud.google.com/compute/docs/vm-extensions/supported-software
49097
+ */
49098
+ installedSoftwareSelector?: VmExtensionPolicyInstalledSoftwareSelector;
48888
49099
  /**
48889
49100
  * Optional. The specific version of the extension to install. If not set, the latest
48890
49101
  * version is used.
@@ -48893,6 +49104,23 @@ declare namespace gapi.client {
48893
49104
  /** Optional. String-based configuration data for the extension. */
48894
49105
  stringConfig?: string;
48895
49106
  }
49107
+ interface VmExtensionPolicyInstalledSoftwareSelector {
49108
+ /**
49109
+ * Optional. If any of these SelectorSets are satisfied, the condition
49110
+ * is met (OR logic).
49111
+ * The key is a user-provided name for this set.
49112
+ */
49113
+ anyOfSelectors?: {
49114
+ [P in string]: VmExtensionPolicyInstalledSoftwareSelectorSelectorSet;
49115
+ };
49116
+ }
49117
+ interface VmExtensionPolicyInstalledSoftwareSelectorSelectorSet {
49118
+ /**
49119
+ * Optional. All software in this list must be detected (AND logic).
49120
+ * Valid software names (e.g. "Apache Web Server").
49121
+ */
49122
+ allOfSelectors?: string[];
49123
+ }
48896
49124
  interface VmExtensionPolicyInstanceSelector {
48897
49125
  /** Optional. LabelSelector selects VMs based on their labels. */
48898
49126
  labelSelector?: VmExtensionPolicyLabelSelector;
@@ -48986,7 +49214,7 @@ declare namespace gapi.client {
48986
49214
  * {
48987
49215
  * "key": "scope",
48988
49216
  * "value": "zones/us-east1-d"
48989
- * }
49217
+ * }]
48990
49218
  */
48991
49219
  data?: {
48992
49220
  /**
@@ -49185,7 +49413,7 @@ declare namespace gapi.client {
49185
49413
  * {
49186
49414
  * "key": "scope",
49187
49415
  * "value": "zones/us-east1-d"
49188
- * }
49416
+ * }]
49189
49417
  */
49190
49418
  data?: {
49191
49419
  /**
@@ -49270,7 +49498,7 @@ declare namespace gapi.client {
49270
49498
  * {
49271
49499
  * "key": "scope",
49272
49500
  * "value": "zones/us-east1-d"
49273
- * }
49501
+ * }]
49274
49502
  */
49275
49503
  data?: {
49276
49504
  /**
@@ -49363,7 +49591,7 @@ declare namespace gapi.client {
49363
49591
  * {
49364
49592
  * "key": "scope",
49365
49593
  * "value": "zones/us-east1-d"
49366
- * }
49594
+ * }]
49367
49595
  */
49368
49596
  data?: {
49369
49597
  /**
@@ -49733,7 +49961,7 @@ declare namespace gapi.client {
49733
49961
  * {
49734
49962
  * "key": "scope",
49735
49963
  * "value": "zones/us-east1-d"
49736
- * }
49964
+ * }]
49737
49965
  */
49738
49966
  data?: {
49739
49967
  /**
@@ -49822,7 +50050,7 @@ declare namespace gapi.client {
49822
50050
  * {
49823
50051
  * "key": "scope",
49824
50052
  * "value": "zones/us-east1-d"
49825
- * }
50053
+ * }]
49826
50054
  */
49827
50055
  data?: {
49828
50056
  /**
@@ -49923,7 +50151,7 @@ declare namespace gapi.client {
49923
50151
  * {
49924
50152
  * "key": "scope",
49925
50153
  * "value": "zones/us-east1-d"
49926
- * }
50154
+ * }]
49927
50155
  */
49928
50156
  data?: {
49929
50157
  /**
@@ -50230,7 +50458,7 @@ declare namespace gapi.client {
50230
50458
  * {
50231
50459
  * "key": "scope",
50232
50460
  * "value": "zones/us-east1-d"
50233
- * }
50461
+ * }]
50234
50462
  */
50235
50463
  data?: {
50236
50464
  /**
@@ -50426,7 +50654,7 @@ declare namespace gapi.client {
50426
50654
  * {
50427
50655
  * "key": "scope",
50428
50656
  * "value": "zones/us-east1-d"
50429
- * }
50657
+ * }]
50430
50658
  */
50431
50659
  data?: {
50432
50660
  /**
@@ -50552,7 +50780,7 @@ declare namespace gapi.client {
50552
50780
  * {
50553
50781
  * "key": "scope",
50554
50782
  * "value": "zones/us-east1-d"
50555
- * }
50783
+ * }]
50556
50784
  */
50557
50785
  data?: {
50558
50786
  /**
@@ -51972,6 +52200,77 @@ declare namespace gapi.client {
51972
52200
  },
51973
52201
  body: CalendarModeAdviceRequest,
51974
52202
  ): Request<CalendarModeAdviceResponse>;
52203
+ /**
52204
+ * Advise on whether extending an existing Future Reservation is possible
52205
+ * based on the desired extension end time. If capacity is not available for
52206
+ * the entire requested duration, the method will recommend the longest
52207
+ * possible extension.
52208
+ */
52209
+ calendarModeExtension(request: {
52210
+ /** V1 error format. */
52211
+ '$.xgafv'?: '1' | '2';
52212
+ /** OAuth access token. */
52213
+ access_token?: string;
52214
+ /** Data format for response. */
52215
+ alt?: 'json' | 'media' | 'proto';
52216
+ /** JSONP */
52217
+ callback?: string;
52218
+ /** Selector specifying which fields to include in a partial response. */
52219
+ fields?: string;
52220
+ /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
52221
+ key?: string;
52222
+ /** OAuth 2.0 token for the current user. */
52223
+ oauth_token?: string;
52224
+ /** Returns response with indentations and line breaks. */
52225
+ prettyPrint?: boolean;
52226
+ /** Project ID for this request. */
52227
+ project: string;
52228
+ /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
52229
+ quotaUser?: string;
52230
+ /** Name of the region for this request. */
52231
+ region: string;
52232
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
52233
+ upload_protocol?: string;
52234
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
52235
+ uploadType?: string;
52236
+ /** Legacy name for parameter that has been superseded by `quotaUser`. */
52237
+ userIp?: string;
52238
+ /** Request body */
52239
+ resource: CalendarModeExtensionAdviceRequest;
52240
+ }): Request<CalendarModeExtensionAdviceResponse>;
52241
+ calendarModeExtension(
52242
+ request: {
52243
+ /** V1 error format. */
52244
+ '$.xgafv'?: '1' | '2';
52245
+ /** OAuth access token. */
52246
+ access_token?: string;
52247
+ /** Data format for response. */
52248
+ alt?: 'json' | 'media' | 'proto';
52249
+ /** JSONP */
52250
+ callback?: string;
52251
+ /** Selector specifying which fields to include in a partial response. */
52252
+ fields?: string;
52253
+ /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
52254
+ key?: string;
52255
+ /** OAuth 2.0 token for the current user. */
52256
+ oauth_token?: string;
52257
+ /** Returns response with indentations and line breaks. */
52258
+ prettyPrint?: boolean;
52259
+ /** Project ID for this request. */
52260
+ project: string;
52261
+ /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
52262
+ quotaUser?: string;
52263
+ /** Name of the region for this request. */
52264
+ region: string;
52265
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
52266
+ upload_protocol?: string;
52267
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
52268
+ uploadType?: string;
52269
+ /** Legacy name for parameter that has been superseded by `quotaUser`. */
52270
+ userIp?: string;
52271
+ },
52272
+ body: CalendarModeExtensionAdviceRequest,
52273
+ ): Request<CalendarModeExtensionAdviceResponse>;
51975
52274
  /**
51976
52275
  * Advice on making real-time decisions (such as choosing zone or
51977
52276
  * machine types) during deployment to maximize your chances of obtaining
@@ -100746,6 +101045,12 @@ declare namespace gapi.client {
100746
101045
  /**
100747
101046
  * Returns the specified global ProjectViews resource, with a regional
100748
101047
  * context.
101048
+ * This regional API endpoint reads resource metadata from regional
101049
+ * read-only replicas. Because changes are copied to these regional replicas
101050
+ * asynchronously, for real-time resource reads or any write operations
101051
+ * (creating, updating, or deleting resources), use the global
101052
+ * [projects.get](https://cloud.google.com/compute/docs/reference/rest/v1/projects/get)
101053
+ * endpoint.
100749
101054
  */
100750
101055
  get(request?: {
100751
101056
  /** V1 error format. */
@@ -125953,7 +126258,10 @@ declare namespace gapi.client {
125953
126258
  project: string;
125954
126259
  /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
125955
126260
  quotaUser?: string;
125956
- /** Required. The name of the reservation to list consumed instances for. */
126261
+ /**
126262
+ * Required. The name of the reservation to list consumed instances for. In the format
126263
+ * of reservations/{reservation_name}
126264
+ */
125957
126265
  reservation: string;
125958
126266
  /**
125959
126267
  * Opt-in for partial success behavior which provides partial results in case
@@ -126915,6 +127223,50 @@ declare namespace gapi.client {
126915
127223
  /** The name of the zone for this request, formatted as RFC1035. */
126916
127224
  zone: string;
126917
127225
  }): Request<ReservationSlotsGetResponse>;
127226
+ /** Get health info on a reservation slot. */
127227
+ getHealth(request?: {
127228
+ /** V1 error format. */
127229
+ '$.xgafv'?: '1' | '2';
127230
+ /** OAuth access token. */
127231
+ access_token?: string;
127232
+ /** Data format for response. */
127233
+ alt?: 'json' | 'media' | 'proto';
127234
+ /** JSONP */
127235
+ callback?: string;
127236
+ /** Selector specifying which fields to include in a partial response. */
127237
+ fields?: string;
127238
+ /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
127239
+ key?: string;
127240
+ /** OAuth 2.0 token for the current user. */
127241
+ oauth_token?: string;
127242
+ /**
127243
+ * The name of the parent reservation, parent block and parent sub-block. In
127244
+ * the format of
127245
+ * reservations/{reservation_name}/reservationBlocks/{reservation_block_name}/reservationSubBlocks/{reservation_sub_block_name}
127246
+ */
127247
+ parentName: string;
127248
+ /** Returns response with indentations and line breaks. */
127249
+ prettyPrint?: boolean;
127250
+ /** Project ID for this request. */
127251
+ project: string;
127252
+ /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
127253
+ quotaUser?: string;
127254
+ /** An optional request ID to identify requests. */
127255
+ requestId?: string;
127256
+ /**
127257
+ * The name of the reservation slot.
127258
+ * Name should conform to RFC1035 or be a resource ID.
127259
+ */
127260
+ reservationSlot: string;
127261
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
127262
+ upload_protocol?: string;
127263
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
127264
+ uploadType?: string;
127265
+ /** Legacy name for parameter that has been superseded by `quotaUser`. */
127266
+ userIp?: string;
127267
+ /** Name of the zone for this request. Zone name should conform to RFC1035. */
127268
+ zone: string;
127269
+ }): Request<Operation>;
126918
127270
  /** Allows customers to get SBOM versions of a reservation slot. */
126919
127271
  getVersion(request: {
126920
127272
  /** V1 error format. */