@maxim_mazurok/gapi.client.dataproc-v1 0.0.20230814 → 0.0.20230908

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 +81 -131
  2. package/package.json +1 -1
  3. package/tests.ts +586 -11
package/tests.ts CHANGED
@@ -3,7 +3,7 @@
3
3
  // This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
4
4
  // In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
5
5
 
6
- // Revision: 20230814
6
+ // Revision: 20230908
7
7
 
8
8
  gapi.load('client', async () => {
9
9
  /** now we can use gapi.client */
@@ -215,6 +215,11 @@ gapi.load('client', async () => {
215
215
  properties: {
216
216
  A: "Test string"
217
217
  },
218
+ repositoryConfig: {
219
+ pypiRepositoryConfig: {
220
+ pypiRepository: "Test string",
221
+ },
222
+ },
218
223
  version: "Test string",
219
224
  },
220
225
  runtimeInfo: {
@@ -368,6 +373,11 @@ gapi.load('client', async () => {
368
373
  properties: {
369
374
  A: "Test string"
370
375
  },
376
+ repositoryConfig: {
377
+ pypiRepositoryConfig: {
378
+ pypiRepository: "Test string",
379
+ },
380
+ },
371
381
  version: "Test string",
372
382
  },
373
383
  runtimeInfo: {
@@ -402,7 +412,7 @@ gapi.load('client', async () => {
402
412
  user: "Test string",
403
413
  uuid: "Test string",
404
414
  });
405
- /** Deletes the interactive session resource. If the session is not in terminal state, it will be terminated and deleted afterwards. */
415
+ /** Deletes the interactive session resource. If the session is not in terminal state, it is terminated, and then deleted. */
406
416
  await gapi.client.dataproc.projects.locations.sessions.delete({
407
417
  name: "Test string",
408
418
  requestId: "Test string",
@@ -411,13 +421,6 @@ gapi.load('client', async () => {
411
421
  await gapi.client.dataproc.projects.locations.sessions.get({
412
422
  name: "Test string",
413
423
  });
414
- /** Inject Credentials in the interactive session. */
415
- await gapi.client.dataproc.projects.locations.sessions.injectCredentials({
416
- session: "Test string",
417
- }, {
418
- credentialsCiphertext: "Test string",
419
- requestId: "Test string",
420
- });
421
424
  /** Lists interactive sessions. */
422
425
  await gapi.client.dataproc.projects.locations.sessions.list({
423
426
  filter: "Test string",
@@ -431,7 +434,7 @@ gapi.load('client', async () => {
431
434
  }, {
432
435
  requestId: "Test string",
433
436
  });
434
- /** Create an session template, synchronously. */
437
+ /** Create a session template synchronously. */
435
438
  await gapi.client.dataproc.projects.locations.sessionTemplates.create({
436
439
  parent: "Test string",
437
440
  }, {
@@ -471,6 +474,11 @@ gapi.load('client', async () => {
471
474
  properties: {
472
475
  A: "Test string"
473
476
  },
477
+ repositoryConfig: {
478
+ pypiRepositoryConfig: {
479
+ pypiRepository: "Test string",
480
+ },
481
+ },
474
482
  version: "Test string",
475
483
  },
476
484
  updateTime: "Test string",
@@ -490,7 +498,7 @@ gapi.load('client', async () => {
490
498
  pageToken: "Test string",
491
499
  parent: "Test string",
492
500
  });
493
- /** Updates the session template, synchronously.Disable check for update_mask, because all updates will be full replacements. */
501
+ /** Updates the session template synchronously. */
494
502
  await gapi.client.dataproc.projects.locations.sessionTemplates.patch({
495
503
  name: "Test string",
496
504
  }, {
@@ -530,6 +538,11 @@ gapi.load('client', async () => {
530
538
  properties: {
531
539
  A: "Test string"
532
540
  },
541
+ repositoryConfig: {
542
+ pypiRepositoryConfig: {
543
+ pypiRepository: "Test string",
544
+ },
545
+ },
533
546
  version: "Test string",
534
547
  },
535
548
  updateTime: "Test string",
@@ -814,6 +827,22 @@ gapi.load('client', async () => {
814
827
  numLocalSsds: 42,
815
828
  },
816
829
  imageUri: "Test string",
830
+ instanceFlexibilityPolicy: {
831
+ instanceSelectionList: [
832
+ {
833
+ machineTypes: [
834
+ "Test string"
835
+ ],
836
+ rank: 42,
837
+ }
838
+ ],
839
+ instanceSelectionResults: [
840
+ {
841
+ machineType: "Test string",
842
+ vmCount: 42,
843
+ }
844
+ ],
845
+ },
817
846
  instanceNames: [
818
847
  "Test string"
819
848
  ],
@@ -829,6 +858,7 @@ gapi.load('client', async () => {
829
858
  machineTypeUri: "Test string",
830
859
  managedGroupConfig: {
831
860
  instanceGroupManagerName: "Test string",
861
+ instanceGroupManagerUri: "Test string",
832
862
  instanceTemplateName: "Test string",
833
863
  },
834
864
  minCpuPlatform: "Test string",
@@ -964,6 +994,22 @@ gapi.load('client', async () => {
964
994
  numLocalSsds: 42,
965
995
  },
966
996
  imageUri: "Test string",
997
+ instanceFlexibilityPolicy: {
998
+ instanceSelectionList: [
999
+ {
1000
+ machineTypes: [
1001
+ "Test string"
1002
+ ],
1003
+ rank: 42,
1004
+ }
1005
+ ],
1006
+ instanceSelectionResults: [
1007
+ {
1008
+ machineType: "Test string",
1009
+ vmCount: 42,
1010
+ }
1011
+ ],
1012
+ },
967
1013
  instanceNames: [
968
1014
  "Test string"
969
1015
  ],
@@ -979,6 +1025,7 @@ gapi.load('client', async () => {
979
1025
  machineTypeUri: "Test string",
980
1026
  managedGroupConfig: {
981
1027
  instanceGroupManagerName: "Test string",
1028
+ instanceGroupManagerUri: "Test string",
982
1029
  instanceTemplateName: "Test string",
983
1030
  },
984
1031
  minCpuPlatform: "Test string",
@@ -1003,6 +1050,22 @@ gapi.load('client', async () => {
1003
1050
  numLocalSsds: 42,
1004
1051
  },
1005
1052
  imageUri: "Test string",
1053
+ instanceFlexibilityPolicy: {
1054
+ instanceSelectionList: [
1055
+ {
1056
+ machineTypes: [
1057
+ "Test string"
1058
+ ],
1059
+ rank: 42,
1060
+ }
1061
+ ],
1062
+ instanceSelectionResults: [
1063
+ {
1064
+ machineType: "Test string",
1065
+ vmCount: 42,
1066
+ }
1067
+ ],
1068
+ },
1006
1069
  instanceNames: [
1007
1070
  "Test string"
1008
1071
  ],
@@ -1018,6 +1081,7 @@ gapi.load('client', async () => {
1018
1081
  machineTypeUri: "Test string",
1019
1082
  managedGroupConfig: {
1020
1083
  instanceGroupManagerName: "Test string",
1084
+ instanceGroupManagerUri: "Test string",
1021
1085
  instanceTemplateName: "Test string",
1022
1086
  },
1023
1087
  minCpuPlatform: "Test string",
@@ -1073,6 +1137,22 @@ gapi.load('client', async () => {
1073
1137
  numLocalSsds: 42,
1074
1138
  },
1075
1139
  imageUri: "Test string",
1140
+ instanceFlexibilityPolicy: {
1141
+ instanceSelectionList: [
1142
+ {
1143
+ machineTypes: [
1144
+ "Test string"
1145
+ ],
1146
+ rank: 42,
1147
+ }
1148
+ ],
1149
+ instanceSelectionResults: [
1150
+ {
1151
+ machineType: "Test string",
1152
+ vmCount: 42,
1153
+ }
1154
+ ],
1155
+ },
1076
1156
  instanceNames: [
1077
1157
  "Test string"
1078
1158
  ],
@@ -1088,6 +1168,7 @@ gapi.load('client', async () => {
1088
1168
  machineTypeUri: "Test string",
1089
1169
  managedGroupConfig: {
1090
1170
  instanceGroupManagerName: "Test string",
1171
+ instanceGroupManagerUri: "Test string",
1091
1172
  instanceTemplateName: "Test string",
1092
1173
  },
1093
1174
  minCpuPlatform: "Test string",
@@ -1424,6 +1505,22 @@ gapi.load('client', async () => {
1424
1505
  numLocalSsds: 42,
1425
1506
  },
1426
1507
  imageUri: "Test string",
1508
+ instanceFlexibilityPolicy: {
1509
+ instanceSelectionList: [
1510
+ {
1511
+ machineTypes: [
1512
+ "Test string"
1513
+ ],
1514
+ rank: 42,
1515
+ }
1516
+ ],
1517
+ instanceSelectionResults: [
1518
+ {
1519
+ machineType: "Test string",
1520
+ vmCount: 42,
1521
+ }
1522
+ ],
1523
+ },
1427
1524
  instanceNames: [
1428
1525
  "Test string"
1429
1526
  ],
@@ -1439,6 +1536,7 @@ gapi.load('client', async () => {
1439
1536
  machineTypeUri: "Test string",
1440
1537
  managedGroupConfig: {
1441
1538
  instanceGroupManagerName: "Test string",
1539
+ instanceGroupManagerUri: "Test string",
1442
1540
  instanceTemplateName: "Test string",
1443
1541
  },
1444
1542
  minCpuPlatform: "Test string",
@@ -1574,6 +1672,22 @@ gapi.load('client', async () => {
1574
1672
  numLocalSsds: 42,
1575
1673
  },
1576
1674
  imageUri: "Test string",
1675
+ instanceFlexibilityPolicy: {
1676
+ instanceSelectionList: [
1677
+ {
1678
+ machineTypes: [
1679
+ "Test string"
1680
+ ],
1681
+ rank: 42,
1682
+ }
1683
+ ],
1684
+ instanceSelectionResults: [
1685
+ {
1686
+ machineType: "Test string",
1687
+ vmCount: 42,
1688
+ }
1689
+ ],
1690
+ },
1577
1691
  instanceNames: [
1578
1692
  "Test string"
1579
1693
  ],
@@ -1589,6 +1703,7 @@ gapi.load('client', async () => {
1589
1703
  machineTypeUri: "Test string",
1590
1704
  managedGroupConfig: {
1591
1705
  instanceGroupManagerName: "Test string",
1706
+ instanceGroupManagerUri: "Test string",
1592
1707
  instanceTemplateName: "Test string",
1593
1708
  },
1594
1709
  minCpuPlatform: "Test string",
@@ -1613,6 +1728,22 @@ gapi.load('client', async () => {
1613
1728
  numLocalSsds: 42,
1614
1729
  },
1615
1730
  imageUri: "Test string",
1731
+ instanceFlexibilityPolicy: {
1732
+ instanceSelectionList: [
1733
+ {
1734
+ machineTypes: [
1735
+ "Test string"
1736
+ ],
1737
+ rank: 42,
1738
+ }
1739
+ ],
1740
+ instanceSelectionResults: [
1741
+ {
1742
+ machineType: "Test string",
1743
+ vmCount: 42,
1744
+ }
1745
+ ],
1746
+ },
1616
1747
  instanceNames: [
1617
1748
  "Test string"
1618
1749
  ],
@@ -1628,6 +1759,7 @@ gapi.load('client', async () => {
1628
1759
  machineTypeUri: "Test string",
1629
1760
  managedGroupConfig: {
1630
1761
  instanceGroupManagerName: "Test string",
1762
+ instanceGroupManagerUri: "Test string",
1631
1763
  instanceTemplateName: "Test string",
1632
1764
  },
1633
1765
  minCpuPlatform: "Test string",
@@ -1683,6 +1815,22 @@ gapi.load('client', async () => {
1683
1815
  numLocalSsds: 42,
1684
1816
  },
1685
1817
  imageUri: "Test string",
1818
+ instanceFlexibilityPolicy: {
1819
+ instanceSelectionList: [
1820
+ {
1821
+ machineTypes: [
1822
+ "Test string"
1823
+ ],
1824
+ rank: 42,
1825
+ }
1826
+ ],
1827
+ instanceSelectionResults: [
1828
+ {
1829
+ machineType: "Test string",
1830
+ vmCount: 42,
1831
+ }
1832
+ ],
1833
+ },
1686
1834
  instanceNames: [
1687
1835
  "Test string"
1688
1836
  ],
@@ -1698,6 +1846,7 @@ gapi.load('client', async () => {
1698
1846
  machineTypeUri: "Test string",
1699
1847
  managedGroupConfig: {
1700
1848
  instanceGroupManagerName: "Test string",
1849
+ instanceGroupManagerUri: "Test string",
1701
1850
  instanceTemplateName: "Test string",
1702
1851
  },
1703
1852
  minCpuPlatform: "Test string",
@@ -2034,6 +2183,22 @@ gapi.load('client', async () => {
2034
2183
  numLocalSsds: 42,
2035
2184
  },
2036
2185
  imageUri: "Test string",
2186
+ instanceFlexibilityPolicy: {
2187
+ instanceSelectionList: [
2188
+ {
2189
+ machineTypes: [
2190
+ "Test string"
2191
+ ],
2192
+ rank: 42,
2193
+ }
2194
+ ],
2195
+ instanceSelectionResults: [
2196
+ {
2197
+ machineType: "Test string",
2198
+ vmCount: 42,
2199
+ }
2200
+ ],
2201
+ },
2037
2202
  instanceNames: [
2038
2203
  "Test string"
2039
2204
  ],
@@ -2049,6 +2214,7 @@ gapi.load('client', async () => {
2049
2214
  machineTypeUri: "Test string",
2050
2215
  managedGroupConfig: {
2051
2216
  instanceGroupManagerName: "Test string",
2217
+ instanceGroupManagerUri: "Test string",
2052
2218
  instanceTemplateName: "Test string",
2053
2219
  },
2054
2220
  minCpuPlatform: "Test string",
@@ -2184,6 +2350,22 @@ gapi.load('client', async () => {
2184
2350
  numLocalSsds: 42,
2185
2351
  },
2186
2352
  imageUri: "Test string",
2353
+ instanceFlexibilityPolicy: {
2354
+ instanceSelectionList: [
2355
+ {
2356
+ machineTypes: [
2357
+ "Test string"
2358
+ ],
2359
+ rank: 42,
2360
+ }
2361
+ ],
2362
+ instanceSelectionResults: [
2363
+ {
2364
+ machineType: "Test string",
2365
+ vmCount: 42,
2366
+ }
2367
+ ],
2368
+ },
2187
2369
  instanceNames: [
2188
2370
  "Test string"
2189
2371
  ],
@@ -2199,6 +2381,7 @@ gapi.load('client', async () => {
2199
2381
  machineTypeUri: "Test string",
2200
2382
  managedGroupConfig: {
2201
2383
  instanceGroupManagerName: "Test string",
2384
+ instanceGroupManagerUri: "Test string",
2202
2385
  instanceTemplateName: "Test string",
2203
2386
  },
2204
2387
  minCpuPlatform: "Test string",
@@ -2223,6 +2406,22 @@ gapi.load('client', async () => {
2223
2406
  numLocalSsds: 42,
2224
2407
  },
2225
2408
  imageUri: "Test string",
2409
+ instanceFlexibilityPolicy: {
2410
+ instanceSelectionList: [
2411
+ {
2412
+ machineTypes: [
2413
+ "Test string"
2414
+ ],
2415
+ rank: 42,
2416
+ }
2417
+ ],
2418
+ instanceSelectionResults: [
2419
+ {
2420
+ machineType: "Test string",
2421
+ vmCount: 42,
2422
+ }
2423
+ ],
2424
+ },
2226
2425
  instanceNames: [
2227
2426
  "Test string"
2228
2427
  ],
@@ -2238,6 +2437,7 @@ gapi.load('client', async () => {
2238
2437
  machineTypeUri: "Test string",
2239
2438
  managedGroupConfig: {
2240
2439
  instanceGroupManagerName: "Test string",
2440
+ instanceGroupManagerUri: "Test string",
2241
2441
  instanceTemplateName: "Test string",
2242
2442
  },
2243
2443
  minCpuPlatform: "Test string",
@@ -2293,6 +2493,22 @@ gapi.load('client', async () => {
2293
2493
  numLocalSsds: 42,
2294
2494
  },
2295
2495
  imageUri: "Test string",
2496
+ instanceFlexibilityPolicy: {
2497
+ instanceSelectionList: [
2498
+ {
2499
+ machineTypes: [
2500
+ "Test string"
2501
+ ],
2502
+ rank: 42,
2503
+ }
2504
+ ],
2505
+ instanceSelectionResults: [
2506
+ {
2507
+ machineType: "Test string",
2508
+ vmCount: 42,
2509
+ }
2510
+ ],
2511
+ },
2296
2512
  instanceNames: [
2297
2513
  "Test string"
2298
2514
  ],
@@ -2308,6 +2524,7 @@ gapi.load('client', async () => {
2308
2524
  machineTypeUri: "Test string",
2309
2525
  managedGroupConfig: {
2310
2526
  instanceGroupManagerName: "Test string",
2527
+ instanceGroupManagerUri: "Test string",
2311
2528
  instanceTemplateName: "Test string",
2312
2529
  },
2313
2530
  minCpuPlatform: "Test string",
@@ -2491,6 +2708,22 @@ gapi.load('client', async () => {
2491
2708
  numLocalSsds: 42,
2492
2709
  },
2493
2710
  imageUri: "Test string",
2711
+ instanceFlexibilityPolicy: {
2712
+ instanceSelectionList: [
2713
+ {
2714
+ machineTypes: [
2715
+ "Test string"
2716
+ ],
2717
+ rank: 42,
2718
+ }
2719
+ ],
2720
+ instanceSelectionResults: [
2721
+ {
2722
+ machineType: "Test string",
2723
+ vmCount: 42,
2724
+ }
2725
+ ],
2726
+ },
2494
2727
  instanceNames: [
2495
2728
  "Test string"
2496
2729
  ],
@@ -2506,6 +2739,7 @@ gapi.load('client', async () => {
2506
2739
  machineTypeUri: "Test string",
2507
2740
  managedGroupConfig: {
2508
2741
  instanceGroupManagerName: "Test string",
2742
+ instanceGroupManagerUri: "Test string",
2509
2743
  instanceTemplateName: "Test string",
2510
2744
  },
2511
2745
  minCpuPlatform: "Test string",
@@ -2641,6 +2875,22 @@ gapi.load('client', async () => {
2641
2875
  numLocalSsds: 42,
2642
2876
  },
2643
2877
  imageUri: "Test string",
2878
+ instanceFlexibilityPolicy: {
2879
+ instanceSelectionList: [
2880
+ {
2881
+ machineTypes: [
2882
+ "Test string"
2883
+ ],
2884
+ rank: 42,
2885
+ }
2886
+ ],
2887
+ instanceSelectionResults: [
2888
+ {
2889
+ machineType: "Test string",
2890
+ vmCount: 42,
2891
+ }
2892
+ ],
2893
+ },
2644
2894
  instanceNames: [
2645
2895
  "Test string"
2646
2896
  ],
@@ -2656,6 +2906,7 @@ gapi.load('client', async () => {
2656
2906
  machineTypeUri: "Test string",
2657
2907
  managedGroupConfig: {
2658
2908
  instanceGroupManagerName: "Test string",
2909
+ instanceGroupManagerUri: "Test string",
2659
2910
  instanceTemplateName: "Test string",
2660
2911
  },
2661
2912
  minCpuPlatform: "Test string",
@@ -2680,6 +2931,22 @@ gapi.load('client', async () => {
2680
2931
  numLocalSsds: 42,
2681
2932
  },
2682
2933
  imageUri: "Test string",
2934
+ instanceFlexibilityPolicy: {
2935
+ instanceSelectionList: [
2936
+ {
2937
+ machineTypes: [
2938
+ "Test string"
2939
+ ],
2940
+ rank: 42,
2941
+ }
2942
+ ],
2943
+ instanceSelectionResults: [
2944
+ {
2945
+ machineType: "Test string",
2946
+ vmCount: 42,
2947
+ }
2948
+ ],
2949
+ },
2683
2950
  instanceNames: [
2684
2951
  "Test string"
2685
2952
  ],
@@ -2695,6 +2962,7 @@ gapi.load('client', async () => {
2695
2962
  machineTypeUri: "Test string",
2696
2963
  managedGroupConfig: {
2697
2964
  instanceGroupManagerName: "Test string",
2965
+ instanceGroupManagerUri: "Test string",
2698
2966
  instanceTemplateName: "Test string",
2699
2967
  },
2700
2968
  minCpuPlatform: "Test string",
@@ -2750,6 +3018,22 @@ gapi.load('client', async () => {
2750
3018
  numLocalSsds: 42,
2751
3019
  },
2752
3020
  imageUri: "Test string",
3021
+ instanceFlexibilityPolicy: {
3022
+ instanceSelectionList: [
3023
+ {
3024
+ machineTypes: [
3025
+ "Test string"
3026
+ ],
3027
+ rank: 42,
3028
+ }
3029
+ ],
3030
+ instanceSelectionResults: [
3031
+ {
3032
+ machineType: "Test string",
3033
+ vmCount: 42,
3034
+ }
3035
+ ],
3036
+ },
2753
3037
  instanceNames: [
2754
3038
  "Test string"
2755
3039
  ],
@@ -2765,6 +3049,7 @@ gapi.load('client', async () => {
2765
3049
  machineTypeUri: "Test string",
2766
3050
  managedGroupConfig: {
2767
3051
  instanceGroupManagerName: "Test string",
3052
+ instanceGroupManagerUri: "Test string",
2768
3053
  instanceTemplateName: "Test string",
2769
3054
  },
2770
3055
  minCpuPlatform: "Test string",
@@ -2891,6 +3176,7 @@ gapi.load('client', async () => {
2891
3176
  jobs: [
2892
3177
  "Test string"
2893
3178
  ],
3179
+ tarballGcsDir: "Test string",
2894
3180
  yarnApplicationId: "Test string",
2895
3181
  yarnApplicationIds: [
2896
3182
  "Test string"
@@ -2966,6 +3252,22 @@ gapi.load('client', async () => {
2966
3252
  numLocalSsds: 42,
2967
3253
  },
2968
3254
  imageUri: "Test string",
3255
+ instanceFlexibilityPolicy: {
3256
+ instanceSelectionList: [
3257
+ {
3258
+ machineTypes: [
3259
+ "Test string"
3260
+ ],
3261
+ rank: 42,
3262
+ }
3263
+ ],
3264
+ instanceSelectionResults: [
3265
+ {
3266
+ machineType: "Test string",
3267
+ vmCount: 42,
3268
+ }
3269
+ ],
3270
+ },
2969
3271
  instanceNames: [
2970
3272
  "Test string"
2971
3273
  ],
@@ -2981,6 +3283,7 @@ gapi.load('client', async () => {
2981
3283
  machineTypeUri: "Test string",
2982
3284
  managedGroupConfig: {
2983
3285
  instanceGroupManagerName: "Test string",
3286
+ instanceGroupManagerUri: "Test string",
2984
3287
  instanceTemplateName: "Test string",
2985
3288
  },
2986
3289
  minCpuPlatform: "Test string",
@@ -3116,6 +3419,22 @@ gapi.load('client', async () => {
3116
3419
  numLocalSsds: 42,
3117
3420
  },
3118
3421
  imageUri: "Test string",
3422
+ instanceFlexibilityPolicy: {
3423
+ instanceSelectionList: [
3424
+ {
3425
+ machineTypes: [
3426
+ "Test string"
3427
+ ],
3428
+ rank: 42,
3429
+ }
3430
+ ],
3431
+ instanceSelectionResults: [
3432
+ {
3433
+ machineType: "Test string",
3434
+ vmCount: 42,
3435
+ }
3436
+ ],
3437
+ },
3119
3438
  instanceNames: [
3120
3439
  "Test string"
3121
3440
  ],
@@ -3131,6 +3450,7 @@ gapi.load('client', async () => {
3131
3450
  machineTypeUri: "Test string",
3132
3451
  managedGroupConfig: {
3133
3452
  instanceGroupManagerName: "Test string",
3453
+ instanceGroupManagerUri: "Test string",
3134
3454
  instanceTemplateName: "Test string",
3135
3455
  },
3136
3456
  minCpuPlatform: "Test string",
@@ -3155,6 +3475,22 @@ gapi.load('client', async () => {
3155
3475
  numLocalSsds: 42,
3156
3476
  },
3157
3477
  imageUri: "Test string",
3478
+ instanceFlexibilityPolicy: {
3479
+ instanceSelectionList: [
3480
+ {
3481
+ machineTypes: [
3482
+ "Test string"
3483
+ ],
3484
+ rank: 42,
3485
+ }
3486
+ ],
3487
+ instanceSelectionResults: [
3488
+ {
3489
+ machineType: "Test string",
3490
+ vmCount: 42,
3491
+ }
3492
+ ],
3493
+ },
3158
3494
  instanceNames: [
3159
3495
  "Test string"
3160
3496
  ],
@@ -3170,6 +3506,7 @@ gapi.load('client', async () => {
3170
3506
  machineTypeUri: "Test string",
3171
3507
  managedGroupConfig: {
3172
3508
  instanceGroupManagerName: "Test string",
3509
+ instanceGroupManagerUri: "Test string",
3173
3510
  instanceTemplateName: "Test string",
3174
3511
  },
3175
3512
  minCpuPlatform: "Test string",
@@ -3225,6 +3562,22 @@ gapi.load('client', async () => {
3225
3562
  numLocalSsds: 42,
3226
3563
  },
3227
3564
  imageUri: "Test string",
3565
+ instanceFlexibilityPolicy: {
3566
+ instanceSelectionList: [
3567
+ {
3568
+ machineTypes: [
3569
+ "Test string"
3570
+ ],
3571
+ rank: 42,
3572
+ }
3573
+ ],
3574
+ instanceSelectionResults: [
3575
+ {
3576
+ machineType: "Test string",
3577
+ vmCount: 42,
3578
+ }
3579
+ ],
3580
+ },
3228
3581
  instanceNames: [
3229
3582
  "Test string"
3230
3583
  ],
@@ -3240,6 +3593,7 @@ gapi.load('client', async () => {
3240
3593
  machineTypeUri: "Test string",
3241
3594
  managedGroupConfig: {
3242
3595
  instanceGroupManagerName: "Test string",
3596
+ instanceGroupManagerUri: "Test string",
3243
3597
  instanceTemplateName: "Test string",
3244
3598
  },
3245
3599
  minCpuPlatform: "Test string",
@@ -3435,6 +3789,22 @@ gapi.load('client', async () => {
3435
3789
  numLocalSsds: 42,
3436
3790
  },
3437
3791
  imageUri: "Test string",
3792
+ instanceFlexibilityPolicy: {
3793
+ instanceSelectionList: [
3794
+ {
3795
+ machineTypes: [
3796
+ "Test string"
3797
+ ],
3798
+ rank: 42,
3799
+ }
3800
+ ],
3801
+ instanceSelectionResults: [
3802
+ {
3803
+ machineType: "Test string",
3804
+ vmCount: 42,
3805
+ }
3806
+ ],
3807
+ },
3438
3808
  instanceNames: [
3439
3809
  "Test string"
3440
3810
  ],
@@ -3450,6 +3820,7 @@ gapi.load('client', async () => {
3450
3820
  machineTypeUri: "Test string",
3451
3821
  managedGroupConfig: {
3452
3822
  instanceGroupManagerName: "Test string",
3823
+ instanceGroupManagerUri: "Test string",
3453
3824
  instanceTemplateName: "Test string",
3454
3825
  },
3455
3826
  minCpuPlatform: "Test string",
@@ -4724,6 +5095,22 @@ gapi.load('client', async () => {
4724
5095
  numLocalSsds: 42,
4725
5096
  },
4726
5097
  imageUri: "Test string",
5098
+ instanceFlexibilityPolicy: {
5099
+ instanceSelectionList: [
5100
+ {
5101
+ machineTypes: [
5102
+ "Test string"
5103
+ ],
5104
+ rank: 42,
5105
+ }
5106
+ ],
5107
+ instanceSelectionResults: [
5108
+ {
5109
+ machineType: "Test string",
5110
+ vmCount: 42,
5111
+ }
5112
+ ],
5113
+ },
4727
5114
  instanceNames: [
4728
5115
  "Test string"
4729
5116
  ],
@@ -4739,6 +5126,7 @@ gapi.load('client', async () => {
4739
5126
  machineTypeUri: "Test string",
4740
5127
  managedGroupConfig: {
4741
5128
  instanceGroupManagerName: "Test string",
5129
+ instanceGroupManagerUri: "Test string",
4742
5130
  instanceTemplateName: "Test string",
4743
5131
  },
4744
5132
  minCpuPlatform: "Test string",
@@ -4874,6 +5262,22 @@ gapi.load('client', async () => {
4874
5262
  numLocalSsds: 42,
4875
5263
  },
4876
5264
  imageUri: "Test string",
5265
+ instanceFlexibilityPolicy: {
5266
+ instanceSelectionList: [
5267
+ {
5268
+ machineTypes: [
5269
+ "Test string"
5270
+ ],
5271
+ rank: 42,
5272
+ }
5273
+ ],
5274
+ instanceSelectionResults: [
5275
+ {
5276
+ machineType: "Test string",
5277
+ vmCount: 42,
5278
+ }
5279
+ ],
5280
+ },
4877
5281
  instanceNames: [
4878
5282
  "Test string"
4879
5283
  ],
@@ -4889,6 +5293,7 @@ gapi.load('client', async () => {
4889
5293
  machineTypeUri: "Test string",
4890
5294
  managedGroupConfig: {
4891
5295
  instanceGroupManagerName: "Test string",
5296
+ instanceGroupManagerUri: "Test string",
4892
5297
  instanceTemplateName: "Test string",
4893
5298
  },
4894
5299
  minCpuPlatform: "Test string",
@@ -4913,6 +5318,22 @@ gapi.load('client', async () => {
4913
5318
  numLocalSsds: 42,
4914
5319
  },
4915
5320
  imageUri: "Test string",
5321
+ instanceFlexibilityPolicy: {
5322
+ instanceSelectionList: [
5323
+ {
5324
+ machineTypes: [
5325
+ "Test string"
5326
+ ],
5327
+ rank: 42,
5328
+ }
5329
+ ],
5330
+ instanceSelectionResults: [
5331
+ {
5332
+ machineType: "Test string",
5333
+ vmCount: 42,
5334
+ }
5335
+ ],
5336
+ },
4916
5337
  instanceNames: [
4917
5338
  "Test string"
4918
5339
  ],
@@ -4928,6 +5349,7 @@ gapi.load('client', async () => {
4928
5349
  machineTypeUri: "Test string",
4929
5350
  managedGroupConfig: {
4930
5351
  instanceGroupManagerName: "Test string",
5352
+ instanceGroupManagerUri: "Test string",
4931
5353
  instanceTemplateName: "Test string",
4932
5354
  },
4933
5355
  minCpuPlatform: "Test string",
@@ -4983,6 +5405,22 @@ gapi.load('client', async () => {
4983
5405
  numLocalSsds: 42,
4984
5406
  },
4985
5407
  imageUri: "Test string",
5408
+ instanceFlexibilityPolicy: {
5409
+ instanceSelectionList: [
5410
+ {
5411
+ machineTypes: [
5412
+ "Test string"
5413
+ ],
5414
+ rank: 42,
5415
+ }
5416
+ ],
5417
+ instanceSelectionResults: [
5418
+ {
5419
+ machineType: "Test string",
5420
+ vmCount: 42,
5421
+ }
5422
+ ],
5423
+ },
4986
5424
  instanceNames: [
4987
5425
  "Test string"
4988
5426
  ],
@@ -4998,6 +5436,7 @@ gapi.load('client', async () => {
4998
5436
  machineTypeUri: "Test string",
4999
5437
  managedGroupConfig: {
5000
5438
  instanceGroupManagerName: "Test string",
5439
+ instanceGroupManagerUri: "Test string",
5001
5440
  instanceTemplateName: "Test string",
5002
5441
  },
5003
5442
  minCpuPlatform: "Test string",
@@ -5334,6 +5773,22 @@ gapi.load('client', async () => {
5334
5773
  numLocalSsds: 42,
5335
5774
  },
5336
5775
  imageUri: "Test string",
5776
+ instanceFlexibilityPolicy: {
5777
+ instanceSelectionList: [
5778
+ {
5779
+ machineTypes: [
5780
+ "Test string"
5781
+ ],
5782
+ rank: 42,
5783
+ }
5784
+ ],
5785
+ instanceSelectionResults: [
5786
+ {
5787
+ machineType: "Test string",
5788
+ vmCount: 42,
5789
+ }
5790
+ ],
5791
+ },
5337
5792
  instanceNames: [
5338
5793
  "Test string"
5339
5794
  ],
@@ -5349,6 +5804,7 @@ gapi.load('client', async () => {
5349
5804
  machineTypeUri: "Test string",
5350
5805
  managedGroupConfig: {
5351
5806
  instanceGroupManagerName: "Test string",
5807
+ instanceGroupManagerUri: "Test string",
5352
5808
  instanceTemplateName: "Test string",
5353
5809
  },
5354
5810
  minCpuPlatform: "Test string",
@@ -5484,6 +5940,22 @@ gapi.load('client', async () => {
5484
5940
  numLocalSsds: 42,
5485
5941
  },
5486
5942
  imageUri: "Test string",
5943
+ instanceFlexibilityPolicy: {
5944
+ instanceSelectionList: [
5945
+ {
5946
+ machineTypes: [
5947
+ "Test string"
5948
+ ],
5949
+ rank: 42,
5950
+ }
5951
+ ],
5952
+ instanceSelectionResults: [
5953
+ {
5954
+ machineType: "Test string",
5955
+ vmCount: 42,
5956
+ }
5957
+ ],
5958
+ },
5487
5959
  instanceNames: [
5488
5960
  "Test string"
5489
5961
  ],
@@ -5499,6 +5971,7 @@ gapi.load('client', async () => {
5499
5971
  machineTypeUri: "Test string",
5500
5972
  managedGroupConfig: {
5501
5973
  instanceGroupManagerName: "Test string",
5974
+ instanceGroupManagerUri: "Test string",
5502
5975
  instanceTemplateName: "Test string",
5503
5976
  },
5504
5977
  minCpuPlatform: "Test string",
@@ -5523,6 +5996,22 @@ gapi.load('client', async () => {
5523
5996
  numLocalSsds: 42,
5524
5997
  },
5525
5998
  imageUri: "Test string",
5999
+ instanceFlexibilityPolicy: {
6000
+ instanceSelectionList: [
6001
+ {
6002
+ machineTypes: [
6003
+ "Test string"
6004
+ ],
6005
+ rank: 42,
6006
+ }
6007
+ ],
6008
+ instanceSelectionResults: [
6009
+ {
6010
+ machineType: "Test string",
6011
+ vmCount: 42,
6012
+ }
6013
+ ],
6014
+ },
5526
6015
  instanceNames: [
5527
6016
  "Test string"
5528
6017
  ],
@@ -5538,6 +6027,7 @@ gapi.load('client', async () => {
5538
6027
  machineTypeUri: "Test string",
5539
6028
  managedGroupConfig: {
5540
6029
  instanceGroupManagerName: "Test string",
6030
+ instanceGroupManagerUri: "Test string",
5541
6031
  instanceTemplateName: "Test string",
5542
6032
  },
5543
6033
  minCpuPlatform: "Test string",
@@ -5593,6 +6083,22 @@ gapi.load('client', async () => {
5593
6083
  numLocalSsds: 42,
5594
6084
  },
5595
6085
  imageUri: "Test string",
6086
+ instanceFlexibilityPolicy: {
6087
+ instanceSelectionList: [
6088
+ {
6089
+ machineTypes: [
6090
+ "Test string"
6091
+ ],
6092
+ rank: 42,
6093
+ }
6094
+ ],
6095
+ instanceSelectionResults: [
6096
+ {
6097
+ machineType: "Test string",
6098
+ vmCount: 42,
6099
+ }
6100
+ ],
6101
+ },
5596
6102
  instanceNames: [
5597
6103
  "Test string"
5598
6104
  ],
@@ -5608,6 +6114,7 @@ gapi.load('client', async () => {
5608
6114
  machineTypeUri: "Test string",
5609
6115
  managedGroupConfig: {
5610
6116
  instanceGroupManagerName: "Test string",
6117
+ instanceGroupManagerUri: "Test string",
5611
6118
  instanceTemplateName: "Test string",
5612
6119
  },
5613
6120
  minCpuPlatform: "Test string",
@@ -5944,6 +6451,22 @@ gapi.load('client', async () => {
5944
6451
  numLocalSsds: 42,
5945
6452
  },
5946
6453
  imageUri: "Test string",
6454
+ instanceFlexibilityPolicy: {
6455
+ instanceSelectionList: [
6456
+ {
6457
+ machineTypes: [
6458
+ "Test string"
6459
+ ],
6460
+ rank: 42,
6461
+ }
6462
+ ],
6463
+ instanceSelectionResults: [
6464
+ {
6465
+ machineType: "Test string",
6466
+ vmCount: 42,
6467
+ }
6468
+ ],
6469
+ },
5947
6470
  instanceNames: [
5948
6471
  "Test string"
5949
6472
  ],
@@ -5959,6 +6482,7 @@ gapi.load('client', async () => {
5959
6482
  machineTypeUri: "Test string",
5960
6483
  managedGroupConfig: {
5961
6484
  instanceGroupManagerName: "Test string",
6485
+ instanceGroupManagerUri: "Test string",
5962
6486
  instanceTemplateName: "Test string",
5963
6487
  },
5964
6488
  minCpuPlatform: "Test string",
@@ -6094,6 +6618,22 @@ gapi.load('client', async () => {
6094
6618
  numLocalSsds: 42,
6095
6619
  },
6096
6620
  imageUri: "Test string",
6621
+ instanceFlexibilityPolicy: {
6622
+ instanceSelectionList: [
6623
+ {
6624
+ machineTypes: [
6625
+ "Test string"
6626
+ ],
6627
+ rank: 42,
6628
+ }
6629
+ ],
6630
+ instanceSelectionResults: [
6631
+ {
6632
+ machineType: "Test string",
6633
+ vmCount: 42,
6634
+ }
6635
+ ],
6636
+ },
6097
6637
  instanceNames: [
6098
6638
  "Test string"
6099
6639
  ],
@@ -6109,6 +6649,7 @@ gapi.load('client', async () => {
6109
6649
  machineTypeUri: "Test string",
6110
6650
  managedGroupConfig: {
6111
6651
  instanceGroupManagerName: "Test string",
6652
+ instanceGroupManagerUri: "Test string",
6112
6653
  instanceTemplateName: "Test string",
6113
6654
  },
6114
6655
  minCpuPlatform: "Test string",
@@ -6133,6 +6674,22 @@ gapi.load('client', async () => {
6133
6674
  numLocalSsds: 42,
6134
6675
  },
6135
6676
  imageUri: "Test string",
6677
+ instanceFlexibilityPolicy: {
6678
+ instanceSelectionList: [
6679
+ {
6680
+ machineTypes: [
6681
+ "Test string"
6682
+ ],
6683
+ rank: 42,
6684
+ }
6685
+ ],
6686
+ instanceSelectionResults: [
6687
+ {
6688
+ machineType: "Test string",
6689
+ vmCount: 42,
6690
+ }
6691
+ ],
6692
+ },
6136
6693
  instanceNames: [
6137
6694
  "Test string"
6138
6695
  ],
@@ -6148,6 +6705,7 @@ gapi.load('client', async () => {
6148
6705
  machineTypeUri: "Test string",
6149
6706
  managedGroupConfig: {
6150
6707
  instanceGroupManagerName: "Test string",
6708
+ instanceGroupManagerUri: "Test string",
6151
6709
  instanceTemplateName: "Test string",
6152
6710
  },
6153
6711
  minCpuPlatform: "Test string",
@@ -6203,6 +6761,22 @@ gapi.load('client', async () => {
6203
6761
  numLocalSsds: 42,
6204
6762
  },
6205
6763
  imageUri: "Test string",
6764
+ instanceFlexibilityPolicy: {
6765
+ instanceSelectionList: [
6766
+ {
6767
+ machineTypes: [
6768
+ "Test string"
6769
+ ],
6770
+ rank: 42,
6771
+ }
6772
+ ],
6773
+ instanceSelectionResults: [
6774
+ {
6775
+ machineType: "Test string",
6776
+ vmCount: 42,
6777
+ }
6778
+ ],
6779
+ },
6206
6780
  instanceNames: [
6207
6781
  "Test string"
6208
6782
  ],
@@ -6218,6 +6792,7 @@ gapi.load('client', async () => {
6218
6792
  machineTypeUri: "Test string",
6219
6793
  managedGroupConfig: {
6220
6794
  instanceGroupManagerName: "Test string",
6795
+ instanceGroupManagerUri: "Test string",
6221
6796
  instanceTemplateName: "Test string",
6222
6797
  },
6223
6798
  minCpuPlatform: "Test string",