@googleapis/sasportal 4.1.0 → 4.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/v1alpha1.ts CHANGED
@@ -12,7 +12,6 @@
12
12
  // limitations under the License.
13
13
 
14
14
  /* eslint-disable @typescript-eslint/no-explicit-any */
15
- /* eslint-disable @typescript-eslint/class-name-casing */
16
15
  /* eslint-disable @typescript-eslint/no-unused-vars */
17
16
  /* eslint-disable @typescript-eslint/no-empty-interface */
18
17
  /* eslint-disable @typescript-eslint/no-namespace */
@@ -334,6 +333,10 @@ export namespace sasportal_v1alpha1 {
334
333
  * Grant Id.
335
334
  */
336
335
  grantId?: string | null;
336
+ /**
337
+ * The transmit expiration time of the last heartbeat.
338
+ */
339
+ lastHeartbeatTransmitExpireTime?: string | null;
337
340
  /**
338
341
  * Maximum Equivalent Isotropically Radiated Power (EIRP) permitted by the grant. The maximum EIRP is in units of dBm/MHz. The value of `maxEirp` represents the average (RMS) EIRP that would be measured by the procedure defined in FCC part 96.41(e)(3).
339
342
  */
@@ -415,7 +418,7 @@ export namespace sasportal_v1alpha1 {
415
418
  frequencyRange?: Schema$SasPortalFrequencyRange;
416
419
  }
417
420
  /**
418
- * A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); \} The JSON representation for `Empty` is empty JSON object `{\}`.
421
+ * A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); \}
419
422
  */
420
423
  export interface Schema$SasPortalEmpty {}
421
424
  /**
@@ -611,7 +614,7 @@ export namespace sasportal_v1alpha1 {
611
614
  sasUserIds?: string[] | null;
612
615
  }
613
616
  /**
614
- * Information about National Radio Quiet Zone validation. The presence of the field indicates the device has been validated.
617
+ * Information about National Radio Quiet Zone validation.
615
618
  */
616
619
  export interface Schema$SasPortalNrqzValidation {
617
620
  /**
@@ -630,6 +633,10 @@ export namespace sasportal_v1alpha1 {
630
633
  * Device longitude associated with the validation.
631
634
  */
632
635
  longitude?: number | null;
636
+ /**
637
+ * State of the NRQZ validation info.
638
+ */
639
+ state?: string | null;
633
640
  }
634
641
  /**
635
642
  * This resource represents a long-running operation that is the result of a network API call.
@@ -799,7 +806,10 @@ export namespace sasportal_v1alpha1 {
799
806
  * async function main() {
800
807
  * const auth = new google.auth.GoogleAuth({
801
808
  * // Scopes can be specified either as an array or as a single, space-delimited string.
802
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
809
+ * scopes: [
810
+ * 'https://www.googleapis.com/auth/sasportal',
811
+ * 'https://www.googleapis.com/auth/userinfo.email',
812
+ * ],
803
813
  * });
804
814
  *
805
815
  * // Acquire an auth client, and bind it to all future calls
@@ -929,7 +939,10 @@ export namespace sasportal_v1alpha1 {
929
939
  * async function main() {
930
940
  * const auth = new google.auth.GoogleAuth({
931
941
  * // Scopes can be specified either as an array or as a single, space-delimited string.
932
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
942
+ * scopes: [
943
+ * 'https://www.googleapis.com/auth/sasportal',
944
+ * 'https://www.googleapis.com/auth/userinfo.email',
945
+ * ],
933
946
  * });
934
947
  *
935
948
  * // Acquire an auth client, and bind it to all future calls
@@ -1069,7 +1082,10 @@ export namespace sasportal_v1alpha1 {
1069
1082
  * async function main() {
1070
1083
  * const auth = new google.auth.GoogleAuth({
1071
1084
  * // Scopes can be specified either as an array or as a single, space-delimited string.
1072
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
1085
+ * scopes: [
1086
+ * 'https://www.googleapis.com/auth/sasportal',
1087
+ * 'https://www.googleapis.com/auth/userinfo.email',
1088
+ * ],
1073
1089
  * });
1074
1090
  *
1075
1091
  * // Acquire an auth client, and bind it to all future calls
@@ -1252,7 +1268,10 @@ export namespace sasportal_v1alpha1 {
1252
1268
  * async function main() {
1253
1269
  * const auth = new google.auth.GoogleAuth({
1254
1270
  * // Scopes can be specified either as an array or as a single, space-delimited string.
1255
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
1271
+ * scopes: [
1272
+ * 'https://www.googleapis.com/auth/sasportal',
1273
+ * 'https://www.googleapis.com/auth/userinfo.email',
1274
+ * ],
1256
1275
  * });
1257
1276
  *
1258
1277
  * // Acquire an auth client, and bind it to all future calls
@@ -1398,7 +1417,10 @@ export namespace sasportal_v1alpha1 {
1398
1417
  * async function main() {
1399
1418
  * const auth = new google.auth.GoogleAuth({
1400
1419
  * // Scopes can be specified either as an array or as a single, space-delimited string.
1401
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
1420
+ * scopes: [
1421
+ * 'https://www.googleapis.com/auth/sasportal',
1422
+ * 'https://www.googleapis.com/auth/userinfo.email',
1423
+ * ],
1402
1424
  * });
1403
1425
  *
1404
1426
  * // Acquire an auth client, and bind it to all future calls
@@ -1522,7 +1544,10 @@ export namespace sasportal_v1alpha1 {
1522
1544
  * async function main() {
1523
1545
  * const auth = new google.auth.GoogleAuth({
1524
1546
  * // Scopes can be specified either as an array or as a single, space-delimited string.
1525
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
1547
+ * scopes: [
1548
+ * 'https://www.googleapis.com/auth/sasportal',
1549
+ * 'https://www.googleapis.com/auth/userinfo.email',
1550
+ * ],
1526
1551
  * });
1527
1552
  *
1528
1553
  * // Acquire an auth client, and bind it to all future calls
@@ -1654,7 +1679,10 @@ export namespace sasportal_v1alpha1 {
1654
1679
  * async function main() {
1655
1680
  * const auth = new google.auth.GoogleAuth({
1656
1681
  * // Scopes can be specified either as an array or as a single, space-delimited string.
1657
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
1682
+ * scopes: [
1683
+ * 'https://www.googleapis.com/auth/sasportal',
1684
+ * 'https://www.googleapis.com/auth/userinfo.email',
1685
+ * ],
1658
1686
  * });
1659
1687
  *
1660
1688
  * // Acquire an auth client, and bind it to all future calls
@@ -1799,7 +1827,10 @@ export namespace sasportal_v1alpha1 {
1799
1827
  * async function main() {
1800
1828
  * const auth = new google.auth.GoogleAuth({
1801
1829
  * // Scopes can be specified either as an array or as a single, space-delimited string.
1802
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
1830
+ * scopes: [
1831
+ * 'https://www.googleapis.com/auth/sasportal',
1832
+ * 'https://www.googleapis.com/auth/userinfo.email',
1833
+ * ],
1803
1834
  * });
1804
1835
  *
1805
1836
  * // Acquire an auth client, and bind it to all future calls
@@ -1943,7 +1974,10 @@ export namespace sasportal_v1alpha1 {
1943
1974
  * async function main() {
1944
1975
  * const auth = new google.auth.GoogleAuth({
1945
1976
  * // Scopes can be specified either as an array or as a single, space-delimited string.
1946
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
1977
+ * scopes: [
1978
+ * 'https://www.googleapis.com/auth/sasportal',
1979
+ * 'https://www.googleapis.com/auth/userinfo.email',
1980
+ * ],
1947
1981
  * });
1948
1982
  *
1949
1983
  * // Acquire an auth client, and bind it to all future calls
@@ -2169,7 +2203,10 @@ export namespace sasportal_v1alpha1 {
2169
2203
  * async function main() {
2170
2204
  * const auth = new google.auth.GoogleAuth({
2171
2205
  * // Scopes can be specified either as an array or as a single, space-delimited string.
2172
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
2206
+ * scopes: [
2207
+ * 'https://www.googleapis.com/auth/sasportal',
2208
+ * 'https://www.googleapis.com/auth/userinfo.email',
2209
+ * ],
2173
2210
  * });
2174
2211
  *
2175
2212
  * // Acquire an auth client, and bind it to all future calls
@@ -2326,7 +2363,10 @@ export namespace sasportal_v1alpha1 {
2326
2363
  * async function main() {
2327
2364
  * const auth = new google.auth.GoogleAuth({
2328
2365
  * // Scopes can be specified either as an array or as a single, space-delimited string.
2329
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
2366
+ * scopes: [
2367
+ * 'https://www.googleapis.com/auth/sasportal',
2368
+ * 'https://www.googleapis.com/auth/userinfo.email',
2369
+ * ],
2330
2370
  * });
2331
2371
  *
2332
2372
  * // Acquire an auth client, and bind it to all future calls
@@ -2475,7 +2515,10 @@ export namespace sasportal_v1alpha1 {
2475
2515
  * async function main() {
2476
2516
  * const auth = new google.auth.GoogleAuth({
2477
2517
  * // Scopes can be specified either as an array or as a single, space-delimited string.
2478
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
2518
+ * scopes: [
2519
+ * 'https://www.googleapis.com/auth/sasportal',
2520
+ * 'https://www.googleapis.com/auth/userinfo.email',
2521
+ * ],
2479
2522
  * });
2480
2523
  *
2481
2524
  * // Acquire an auth client, and bind it to all future calls
@@ -2671,7 +2714,10 @@ export namespace sasportal_v1alpha1 {
2671
2714
  * async function main() {
2672
2715
  * const auth = new google.auth.GoogleAuth({
2673
2716
  * // Scopes can be specified either as an array or as a single, space-delimited string.
2674
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
2717
+ * scopes: [
2718
+ * 'https://www.googleapis.com/auth/sasportal',
2719
+ * 'https://www.googleapis.com/auth/userinfo.email',
2720
+ * ],
2675
2721
  * });
2676
2722
  *
2677
2723
  * // Acquire an auth client, and bind it to all future calls
@@ -2828,7 +2874,10 @@ export namespace sasportal_v1alpha1 {
2828
2874
  * async function main() {
2829
2875
  * const auth = new google.auth.GoogleAuth({
2830
2876
  * // Scopes can be specified either as an array or as a single, space-delimited string.
2831
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
2877
+ * scopes: [
2878
+ * 'https://www.googleapis.com/auth/sasportal',
2879
+ * 'https://www.googleapis.com/auth/userinfo.email',
2880
+ * ],
2832
2881
  * });
2833
2882
  *
2834
2883
  * // Acquire an auth client, and bind it to all future calls
@@ -2976,7 +3025,10 @@ export namespace sasportal_v1alpha1 {
2976
3025
  * async function main() {
2977
3026
  * const auth = new google.auth.GoogleAuth({
2978
3027
  * // Scopes can be specified either as an array or as a single, space-delimited string.
2979
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
3028
+ * scopes: [
3029
+ * 'https://www.googleapis.com/auth/sasportal',
3030
+ * 'https://www.googleapis.com/auth/userinfo.email',
3031
+ * ],
2980
3032
  * });
2981
3033
  *
2982
3034
  * // Acquire an auth client, and bind it to all future calls
@@ -3100,7 +3152,10 @@ export namespace sasportal_v1alpha1 {
3100
3152
  * async function main() {
3101
3153
  * const auth = new google.auth.GoogleAuth({
3102
3154
  * // Scopes can be specified either as an array or as a single, space-delimited string.
3103
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
3155
+ * scopes: [
3156
+ * 'https://www.googleapis.com/auth/sasportal',
3157
+ * 'https://www.googleapis.com/auth/userinfo.email',
3158
+ * ],
3104
3159
  * });
3105
3160
  *
3106
3161
  * // Acquire an auth client, and bind it to all future calls
@@ -3236,7 +3291,10 @@ export namespace sasportal_v1alpha1 {
3236
3291
  * async function main() {
3237
3292
  * const auth = new google.auth.GoogleAuth({
3238
3293
  * // Scopes can be specified either as an array or as a single, space-delimited string.
3239
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
3294
+ * scopes: [
3295
+ * 'https://www.googleapis.com/auth/sasportal',
3296
+ * 'https://www.googleapis.com/auth/userinfo.email',
3297
+ * ],
3240
3298
  * });
3241
3299
  *
3242
3300
  * // Acquire an auth client, and bind it to all future calls
@@ -3381,7 +3439,10 @@ export namespace sasportal_v1alpha1 {
3381
3439
  * async function main() {
3382
3440
  * const auth = new google.auth.GoogleAuth({
3383
3441
  * // Scopes can be specified either as an array or as a single, space-delimited string.
3384
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
3442
+ * scopes: [
3443
+ * 'https://www.googleapis.com/auth/sasportal',
3444
+ * 'https://www.googleapis.com/auth/userinfo.email',
3445
+ * ],
3385
3446
  * });
3386
3447
  *
3387
3448
  * // Acquire an auth client, and bind it to all future calls
@@ -3525,7 +3586,10 @@ export namespace sasportal_v1alpha1 {
3525
3586
  * async function main() {
3526
3587
  * const auth = new google.auth.GoogleAuth({
3527
3588
  * // Scopes can be specified either as an array or as a single, space-delimited string.
3528
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
3589
+ * scopes: [
3590
+ * 'https://www.googleapis.com/auth/sasportal',
3591
+ * 'https://www.googleapis.com/auth/userinfo.email',
3592
+ * ],
3529
3593
  * });
3530
3594
  *
3531
3595
  * // Acquire an auth client, and bind it to all future calls
@@ -3681,7 +3745,10 @@ export namespace sasportal_v1alpha1 {
3681
3745
  * async function main() {
3682
3746
  * const auth = new google.auth.GoogleAuth({
3683
3747
  * // Scopes can be specified either as an array or as a single, space-delimited string.
3684
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
3748
+ * scopes: [
3749
+ * 'https://www.googleapis.com/auth/sasportal',
3750
+ * 'https://www.googleapis.com/auth/userinfo.email',
3751
+ * ],
3685
3752
  * });
3686
3753
  *
3687
3754
  * // Acquire an auth client, and bind it to all future calls
@@ -3816,7 +3883,10 @@ export namespace sasportal_v1alpha1 {
3816
3883
  * async function main() {
3817
3884
  * const auth = new google.auth.GoogleAuth({
3818
3885
  * // Scopes can be specified either as an array or as a single, space-delimited string.
3819
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
3886
+ * scopes: [
3887
+ * 'https://www.googleapis.com/auth/sasportal',
3888
+ * 'https://www.googleapis.com/auth/userinfo.email',
3889
+ * ],
3820
3890
  * });
3821
3891
  *
3822
3892
  * // Acquire an auth client, and bind it to all future calls
@@ -4087,7 +4157,10 @@ export namespace sasportal_v1alpha1 {
4087
4157
  * async function main() {
4088
4158
  * const auth = new google.auth.GoogleAuth({
4089
4159
  * // Scopes can be specified either as an array or as a single, space-delimited string.
4090
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
4160
+ * scopes: [
4161
+ * 'https://www.googleapis.com/auth/sasportal',
4162
+ * 'https://www.googleapis.com/auth/userinfo.email',
4163
+ * ],
4091
4164
  * });
4092
4165
  *
4093
4166
  * // Acquire an auth client, and bind it to all future calls
@@ -4228,7 +4301,10 @@ export namespace sasportal_v1alpha1 {
4228
4301
  * async function main() {
4229
4302
  * const auth = new google.auth.GoogleAuth({
4230
4303
  * // Scopes can be specified either as an array or as a single, space-delimited string.
4231
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
4304
+ * scopes: [
4305
+ * 'https://www.googleapis.com/auth/sasportal',
4306
+ * 'https://www.googleapis.com/auth/userinfo.email',
4307
+ * ],
4232
4308
  * });
4233
4309
  *
4234
4310
  * // Acquire an auth client, and bind it to all future calls
@@ -4352,7 +4428,10 @@ export namespace sasportal_v1alpha1 {
4352
4428
  * async function main() {
4353
4429
  * const auth = new google.auth.GoogleAuth({
4354
4430
  * // Scopes can be specified either as an array or as a single, space-delimited string.
4355
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
4431
+ * scopes: [
4432
+ * 'https://www.googleapis.com/auth/sasportal',
4433
+ * 'https://www.googleapis.com/auth/userinfo.email',
4434
+ * ],
4356
4435
  * });
4357
4436
  *
4358
4437
  * // Acquire an auth client, and bind it to all future calls
@@ -4480,7 +4559,10 @@ export namespace sasportal_v1alpha1 {
4480
4559
  * async function main() {
4481
4560
  * const auth = new google.auth.GoogleAuth({
4482
4561
  * // Scopes can be specified either as an array or as a single, space-delimited string.
4483
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
4562
+ * scopes: [
4563
+ * 'https://www.googleapis.com/auth/sasportal',
4564
+ * 'https://www.googleapis.com/auth/userinfo.email',
4565
+ * ],
4484
4566
  * });
4485
4567
  *
4486
4568
  * // Acquire an auth client, and bind it to all future calls
@@ -4623,7 +4705,10 @@ export namespace sasportal_v1alpha1 {
4623
4705
  * async function main() {
4624
4706
  * const auth = new google.auth.GoogleAuth({
4625
4707
  * // Scopes can be specified either as an array or as a single, space-delimited string.
4626
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
4708
+ * scopes: [
4709
+ * 'https://www.googleapis.com/auth/sasportal',
4710
+ * 'https://www.googleapis.com/auth/userinfo.email',
4711
+ * ],
4627
4712
  * });
4628
4713
  *
4629
4714
  * // Acquire an auth client, and bind it to all future calls
@@ -4767,7 +4852,10 @@ export namespace sasportal_v1alpha1 {
4767
4852
  * async function main() {
4768
4853
  * const auth = new google.auth.GoogleAuth({
4769
4854
  * // Scopes can be specified either as an array or as a single, space-delimited string.
4770
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
4855
+ * scopes: [
4856
+ * 'https://www.googleapis.com/auth/sasportal',
4857
+ * 'https://www.googleapis.com/auth/userinfo.email',
4858
+ * ],
4771
4859
  * });
4772
4860
  *
4773
4861
  * // Acquire an auth client, and bind it to all future calls
@@ -4988,7 +5076,10 @@ export namespace sasportal_v1alpha1 {
4988
5076
  * async function main() {
4989
5077
  * const auth = new google.auth.GoogleAuth({
4990
5078
  * // Scopes can be specified either as an array or as a single, space-delimited string.
4991
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
5079
+ * scopes: [
5080
+ * 'https://www.googleapis.com/auth/sasportal',
5081
+ * 'https://www.googleapis.com/auth/userinfo.email',
5082
+ * ],
4992
5083
  * });
4993
5084
  *
4994
5085
  * // Acquire an auth client, and bind it to all future calls
@@ -5134,7 +5225,10 @@ export namespace sasportal_v1alpha1 {
5134
5225
  * async function main() {
5135
5226
  * const auth = new google.auth.GoogleAuth({
5136
5227
  * // Scopes can be specified either as an array or as a single, space-delimited string.
5137
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
5228
+ * scopes: [
5229
+ * 'https://www.googleapis.com/auth/sasportal',
5230
+ * 'https://www.googleapis.com/auth/userinfo.email',
5231
+ * ],
5138
5232
  * });
5139
5233
  *
5140
5234
  * // Acquire an auth client, and bind it to all future calls
@@ -5318,7 +5412,10 @@ export namespace sasportal_v1alpha1 {
5318
5412
  * async function main() {
5319
5413
  * const auth = new google.auth.GoogleAuth({
5320
5414
  * // Scopes can be specified either as an array or as a single, space-delimited string.
5321
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
5415
+ * scopes: [
5416
+ * 'https://www.googleapis.com/auth/sasportal',
5417
+ * 'https://www.googleapis.com/auth/userinfo.email',
5418
+ * ],
5322
5419
  * });
5323
5420
  *
5324
5421
  * // Acquire an auth client, and bind it to all future calls
@@ -5475,7 +5572,10 @@ export namespace sasportal_v1alpha1 {
5475
5572
  * async function main() {
5476
5573
  * const auth = new google.auth.GoogleAuth({
5477
5574
  * // Scopes can be specified either as an array or as a single, space-delimited string.
5478
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
5575
+ * scopes: [
5576
+ * 'https://www.googleapis.com/auth/sasportal',
5577
+ * 'https://www.googleapis.com/auth/userinfo.email',
5578
+ * ],
5479
5579
  * });
5480
5580
  *
5481
5581
  * // Acquire an auth client, and bind it to all future calls
@@ -5623,7 +5723,10 @@ export namespace sasportal_v1alpha1 {
5623
5723
  * async function main() {
5624
5724
  * const auth = new google.auth.GoogleAuth({
5625
5725
  * // Scopes can be specified either as an array or as a single, space-delimited string.
5626
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
5726
+ * scopes: [
5727
+ * 'https://www.googleapis.com/auth/sasportal',
5728
+ * 'https://www.googleapis.com/auth/userinfo.email',
5729
+ * ],
5627
5730
  * });
5628
5731
  *
5629
5732
  * // Acquire an auth client, and bind it to all future calls
@@ -5819,7 +5922,10 @@ export namespace sasportal_v1alpha1 {
5819
5922
  * async function main() {
5820
5923
  * const auth = new google.auth.GoogleAuth({
5821
5924
  * // Scopes can be specified either as an array or as a single, space-delimited string.
5822
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
5925
+ * scopes: [
5926
+ * 'https://www.googleapis.com/auth/sasportal',
5927
+ * 'https://www.googleapis.com/auth/userinfo.email',
5928
+ * ],
5823
5929
  * });
5824
5930
  *
5825
5931
  * // Acquire an auth client, and bind it to all future calls
@@ -5960,7 +6066,10 @@ export namespace sasportal_v1alpha1 {
5960
6066
  * async function main() {
5961
6067
  * const auth = new google.auth.GoogleAuth({
5962
6068
  * // Scopes can be specified either as an array or as a single, space-delimited string.
5963
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
6069
+ * scopes: [
6070
+ * 'https://www.googleapis.com/auth/sasportal',
6071
+ * 'https://www.googleapis.com/auth/userinfo.email',
6072
+ * ],
5964
6073
  * });
5965
6074
  *
5966
6075
  * // Acquire an auth client, and bind it to all future calls
@@ -6144,7 +6253,10 @@ export namespace sasportal_v1alpha1 {
6144
6253
  * async function main() {
6145
6254
  * const auth = new google.auth.GoogleAuth({
6146
6255
  * // Scopes can be specified either as an array or as a single, space-delimited string.
6147
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
6256
+ * scopes: [
6257
+ * 'https://www.googleapis.com/auth/sasportal',
6258
+ * 'https://www.googleapis.com/auth/userinfo.email',
6259
+ * ],
6148
6260
  * });
6149
6261
  *
6150
6262
  * // Acquire an auth client, and bind it to all future calls
@@ -6289,7 +6401,10 @@ export namespace sasportal_v1alpha1 {
6289
6401
  * async function main() {
6290
6402
  * const auth = new google.auth.GoogleAuth({
6291
6403
  * // Scopes can be specified either as an array or as a single, space-delimited string.
6292
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
6404
+ * scopes: [
6405
+ * 'https://www.googleapis.com/auth/sasportal',
6406
+ * 'https://www.googleapis.com/auth/userinfo.email',
6407
+ * ],
6293
6408
  * });
6294
6409
  *
6295
6410
  * // Acquire an auth client, and bind it to all future calls
@@ -6413,7 +6528,10 @@ export namespace sasportal_v1alpha1 {
6413
6528
  * async function main() {
6414
6529
  * const auth = new google.auth.GoogleAuth({
6415
6530
  * // Scopes can be specified either as an array or as a single, space-delimited string.
6416
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
6531
+ * scopes: [
6532
+ * 'https://www.googleapis.com/auth/sasportal',
6533
+ * 'https://www.googleapis.com/auth/userinfo.email',
6534
+ * ],
6417
6535
  * });
6418
6536
  *
6419
6537
  * // Acquire an auth client, and bind it to all future calls
@@ -6549,7 +6667,10 @@ export namespace sasportal_v1alpha1 {
6549
6667
  * async function main() {
6550
6668
  * const auth = new google.auth.GoogleAuth({
6551
6669
  * // Scopes can be specified either as an array or as a single, space-delimited string.
6552
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
6670
+ * scopes: [
6671
+ * 'https://www.googleapis.com/auth/sasportal',
6672
+ * 'https://www.googleapis.com/auth/userinfo.email',
6673
+ * ],
6553
6674
  * });
6554
6675
  *
6555
6676
  * // Acquire an auth client, and bind it to all future calls
@@ -6693,7 +6814,10 @@ export namespace sasportal_v1alpha1 {
6693
6814
  * async function main() {
6694
6815
  * const auth = new google.auth.GoogleAuth({
6695
6816
  * // Scopes can be specified either as an array or as a single, space-delimited string.
6696
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
6817
+ * scopes: [
6818
+ * 'https://www.googleapis.com/auth/sasportal',
6819
+ * 'https://www.googleapis.com/auth/userinfo.email',
6820
+ * ],
6697
6821
  * });
6698
6822
  *
6699
6823
  * // Acquire an auth client, and bind it to all future calls
@@ -6849,7 +6973,10 @@ export namespace sasportal_v1alpha1 {
6849
6973
  * async function main() {
6850
6974
  * const auth = new google.auth.GoogleAuth({
6851
6975
  * // Scopes can be specified either as an array or as a single, space-delimited string.
6852
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
6976
+ * scopes: [
6977
+ * 'https://www.googleapis.com/auth/sasportal',
6978
+ * 'https://www.googleapis.com/auth/userinfo.email',
6979
+ * ],
6853
6980
  * });
6854
6981
  *
6855
6982
  * // Acquire an auth client, and bind it to all future calls
@@ -6984,7 +7111,10 @@ export namespace sasportal_v1alpha1 {
6984
7111
  * async function main() {
6985
7112
  * const auth = new google.auth.GoogleAuth({
6986
7113
  * // Scopes can be specified either as an array or as a single, space-delimited string.
6987
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
7114
+ * scopes: [
7115
+ * 'https://www.googleapis.com/auth/sasportal',
7116
+ * 'https://www.googleapis.com/auth/userinfo.email',
7117
+ * ],
6988
7118
  * });
6989
7119
  *
6990
7120
  * // Acquire an auth client, and bind it to all future calls
@@ -7206,7 +7336,10 @@ export namespace sasportal_v1alpha1 {
7206
7336
  * async function main() {
7207
7337
  * const auth = new google.auth.GoogleAuth({
7208
7338
  * // Scopes can be specified either as an array or as a single, space-delimited string.
7209
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
7339
+ * scopes: [
7340
+ * 'https://www.googleapis.com/auth/sasportal',
7341
+ * 'https://www.googleapis.com/auth/userinfo.email',
7342
+ * ],
7210
7343
  * });
7211
7344
  *
7212
7345
  * // Acquire an auth client, and bind it to all future calls
@@ -7347,7 +7480,10 @@ export namespace sasportal_v1alpha1 {
7347
7480
  * async function main() {
7348
7481
  * const auth = new google.auth.GoogleAuth({
7349
7482
  * // Scopes can be specified either as an array or as a single, space-delimited string.
7350
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
7483
+ * scopes: [
7484
+ * 'https://www.googleapis.com/auth/sasportal',
7485
+ * 'https://www.googleapis.com/auth/userinfo.email',
7486
+ * ],
7351
7487
  * });
7352
7488
  *
7353
7489
  * // Acquire an auth client, and bind it to all future calls
@@ -7518,7 +7654,10 @@ export namespace sasportal_v1alpha1 {
7518
7654
  * async function main() {
7519
7655
  * const auth = new google.auth.GoogleAuth({
7520
7656
  * // Scopes can be specified either as an array or as a single, space-delimited string.
7521
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
7657
+ * scopes: [
7658
+ * 'https://www.googleapis.com/auth/sasportal',
7659
+ * 'https://www.googleapis.com/auth/userinfo.email',
7660
+ * ],
7522
7661
  * });
7523
7662
  *
7524
7663
  * // Acquire an auth client, and bind it to all future calls
@@ -7661,7 +7800,10 @@ export namespace sasportal_v1alpha1 {
7661
7800
  * async function main() {
7662
7801
  * const auth = new google.auth.GoogleAuth({
7663
7802
  * // Scopes can be specified either as an array or as a single, space-delimited string.
7664
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
7803
+ * scopes: [
7804
+ * 'https://www.googleapis.com/auth/sasportal',
7805
+ * 'https://www.googleapis.com/auth/userinfo.email',
7806
+ * ],
7665
7807
  * });
7666
7808
  *
7667
7809
  * // Acquire an auth client, and bind it to all future calls
@@ -7785,7 +7927,10 @@ export namespace sasportal_v1alpha1 {
7785
7927
  * async function main() {
7786
7928
  * const auth = new google.auth.GoogleAuth({
7787
7929
  * // Scopes can be specified either as an array or as a single, space-delimited string.
7788
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
7930
+ * scopes: [
7931
+ * 'https://www.googleapis.com/auth/sasportal',
7932
+ * 'https://www.googleapis.com/auth/userinfo.email',
7933
+ * ],
7789
7934
  * });
7790
7935
  *
7791
7936
  * // Acquire an auth client, and bind it to all future calls
@@ -7917,7 +8062,10 @@ export namespace sasportal_v1alpha1 {
7917
8062
  * async function main() {
7918
8063
  * const auth = new google.auth.GoogleAuth({
7919
8064
  * // Scopes can be specified either as an array or as a single, space-delimited string.
7920
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
8065
+ * scopes: [
8066
+ * 'https://www.googleapis.com/auth/sasportal',
8067
+ * 'https://www.googleapis.com/auth/userinfo.email',
8068
+ * ],
7921
8069
  * });
7922
8070
  *
7923
8071
  * // Acquire an auth client, and bind it to all future calls
@@ -8062,7 +8210,10 @@ export namespace sasportal_v1alpha1 {
8062
8210
  * async function main() {
8063
8211
  * const auth = new google.auth.GoogleAuth({
8064
8212
  * // Scopes can be specified either as an array or as a single, space-delimited string.
8065
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
8213
+ * scopes: [
8214
+ * 'https://www.googleapis.com/auth/sasportal',
8215
+ * 'https://www.googleapis.com/auth/userinfo.email',
8216
+ * ],
8066
8217
  * });
8067
8218
  *
8068
8219
  * // Acquire an auth client, and bind it to all future calls
@@ -8206,7 +8357,10 @@ export namespace sasportal_v1alpha1 {
8206
8357
  * async function main() {
8207
8358
  * const auth = new google.auth.GoogleAuth({
8208
8359
  * // Scopes can be specified either as an array or as a single, space-delimited string.
8209
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
8360
+ * scopes: [
8361
+ * 'https://www.googleapis.com/auth/sasportal',
8362
+ * 'https://www.googleapis.com/auth/userinfo.email',
8363
+ * ],
8210
8364
  * });
8211
8365
  *
8212
8366
  * // Acquire an auth client, and bind it to all future calls
@@ -8420,7 +8574,10 @@ export namespace sasportal_v1alpha1 {
8420
8574
  * async function main() {
8421
8575
  * const auth = new google.auth.GoogleAuth({
8422
8576
  * // Scopes can be specified either as an array or as a single, space-delimited string.
8423
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
8577
+ * scopes: [
8578
+ * 'https://www.googleapis.com/auth/sasportal',
8579
+ * 'https://www.googleapis.com/auth/userinfo.email',
8580
+ * ],
8424
8581
  * });
8425
8582
  *
8426
8583
  * // Acquire an auth client, and bind it to all future calls
@@ -8577,7 +8734,10 @@ export namespace sasportal_v1alpha1 {
8577
8734
  * async function main() {
8578
8735
  * const auth = new google.auth.GoogleAuth({
8579
8736
  * // Scopes can be specified either as an array or as a single, space-delimited string.
8580
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
8737
+ * scopes: [
8738
+ * 'https://www.googleapis.com/auth/sasportal',
8739
+ * 'https://www.googleapis.com/auth/userinfo.email',
8740
+ * ],
8581
8741
  * });
8582
8742
  *
8583
8743
  * // Acquire an auth client, and bind it to all future calls
@@ -8725,7 +8885,10 @@ export namespace sasportal_v1alpha1 {
8725
8885
  * async function main() {
8726
8886
  * const auth = new google.auth.GoogleAuth({
8727
8887
  * // Scopes can be specified either as an array or as a single, space-delimited string.
8728
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
8888
+ * scopes: [
8889
+ * 'https://www.googleapis.com/auth/sasportal',
8890
+ * 'https://www.googleapis.com/auth/userinfo.email',
8891
+ * ],
8729
8892
  * });
8730
8893
  *
8731
8894
  * // Acquire an auth client, and bind it to all future calls
@@ -8921,7 +9084,10 @@ export namespace sasportal_v1alpha1 {
8921
9084
  * async function main() {
8922
9085
  * const auth = new google.auth.GoogleAuth({
8923
9086
  * // Scopes can be specified either as an array or as a single, space-delimited string.
8924
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
9087
+ * scopes: [
9088
+ * 'https://www.googleapis.com/auth/sasportal',
9089
+ * 'https://www.googleapis.com/auth/userinfo.email',
9090
+ * ],
8925
9091
  * });
8926
9092
  *
8927
9093
  * // Acquire an auth client, and bind it to all future calls
@@ -9078,7 +9244,10 @@ export namespace sasportal_v1alpha1 {
9078
9244
  * async function main() {
9079
9245
  * const auth = new google.auth.GoogleAuth({
9080
9246
  * // Scopes can be specified either as an array or as a single, space-delimited string.
9081
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
9247
+ * scopes: [
9248
+ * 'https://www.googleapis.com/auth/sasportal',
9249
+ * 'https://www.googleapis.com/auth/userinfo.email',
9250
+ * ],
9082
9251
  * });
9083
9252
  *
9084
9253
  * // Acquire an auth client, and bind it to all future calls
@@ -9226,7 +9395,10 @@ export namespace sasportal_v1alpha1 {
9226
9395
  * async function main() {
9227
9396
  * const auth = new google.auth.GoogleAuth({
9228
9397
  * // Scopes can be specified either as an array or as a single, space-delimited string.
9229
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
9398
+ * scopes: [
9399
+ * 'https://www.googleapis.com/auth/sasportal',
9400
+ * 'https://www.googleapis.com/auth/userinfo.email',
9401
+ * ],
9230
9402
  * });
9231
9403
  *
9232
9404
  * // Acquire an auth client, and bind it to all future calls
@@ -9350,7 +9522,10 @@ export namespace sasportal_v1alpha1 {
9350
9522
  * async function main() {
9351
9523
  * const auth = new google.auth.GoogleAuth({
9352
9524
  * // Scopes can be specified either as an array or as a single, space-delimited string.
9353
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
9525
+ * scopes: [
9526
+ * 'https://www.googleapis.com/auth/sasportal',
9527
+ * 'https://www.googleapis.com/auth/userinfo.email',
9528
+ * ],
9354
9529
  * });
9355
9530
  *
9356
9531
  * // Acquire an auth client, and bind it to all future calls
@@ -9486,7 +9661,10 @@ export namespace sasportal_v1alpha1 {
9486
9661
  * async function main() {
9487
9662
  * const auth = new google.auth.GoogleAuth({
9488
9663
  * // Scopes can be specified either as an array or as a single, space-delimited string.
9489
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
9664
+ * scopes: [
9665
+ * 'https://www.googleapis.com/auth/sasportal',
9666
+ * 'https://www.googleapis.com/auth/userinfo.email',
9667
+ * ],
9490
9668
  * });
9491
9669
  *
9492
9670
  * // Acquire an auth client, and bind it to all future calls
@@ -9631,7 +9809,10 @@ export namespace sasportal_v1alpha1 {
9631
9809
  * async function main() {
9632
9810
  * const auth = new google.auth.GoogleAuth({
9633
9811
  * // Scopes can be specified either as an array or as a single, space-delimited string.
9634
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
9812
+ * scopes: [
9813
+ * 'https://www.googleapis.com/auth/sasportal',
9814
+ * 'https://www.googleapis.com/auth/userinfo.email',
9815
+ * ],
9635
9816
  * });
9636
9817
  *
9637
9818
  * // Acquire an auth client, and bind it to all future calls
@@ -9775,7 +9956,10 @@ export namespace sasportal_v1alpha1 {
9775
9956
  * async function main() {
9776
9957
  * const auth = new google.auth.GoogleAuth({
9777
9958
  * // Scopes can be specified either as an array or as a single, space-delimited string.
9778
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
9959
+ * scopes: [
9960
+ * 'https://www.googleapis.com/auth/sasportal',
9961
+ * 'https://www.googleapis.com/auth/userinfo.email',
9962
+ * ],
9779
9963
  * });
9780
9964
  *
9781
9965
  * // Acquire an auth client, and bind it to all future calls
@@ -9931,7 +10115,10 @@ export namespace sasportal_v1alpha1 {
9931
10115
  * async function main() {
9932
10116
  * const auth = new google.auth.GoogleAuth({
9933
10117
  * // Scopes can be specified either as an array or as a single, space-delimited string.
9934
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
10118
+ * scopes: [
10119
+ * 'https://www.googleapis.com/auth/sasportal',
10120
+ * 'https://www.googleapis.com/auth/userinfo.email',
10121
+ * ],
9935
10122
  * });
9936
10123
  *
9937
10124
  * // Acquire an auth client, and bind it to all future calls
@@ -10066,7 +10253,10 @@ export namespace sasportal_v1alpha1 {
10066
10253
  * async function main() {
10067
10254
  * const auth = new google.auth.GoogleAuth({
10068
10255
  * // Scopes can be specified either as an array or as a single, space-delimited string.
10069
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
10256
+ * scopes: [
10257
+ * 'https://www.googleapis.com/auth/sasportal',
10258
+ * 'https://www.googleapis.com/auth/userinfo.email',
10259
+ * ],
10070
10260
  * });
10071
10261
  *
10072
10262
  * // Acquire an auth client, and bind it to all future calls
@@ -10337,7 +10527,10 @@ export namespace sasportal_v1alpha1 {
10337
10527
  * async function main() {
10338
10528
  * const auth = new google.auth.GoogleAuth({
10339
10529
  * // Scopes can be specified either as an array or as a single, space-delimited string.
10340
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
10530
+ * scopes: [
10531
+ * 'https://www.googleapis.com/auth/sasportal',
10532
+ * 'https://www.googleapis.com/auth/userinfo.email',
10533
+ * ],
10341
10534
  * });
10342
10535
  *
10343
10536
  * // Acquire an auth client, and bind it to all future calls
@@ -10478,7 +10671,10 @@ export namespace sasportal_v1alpha1 {
10478
10671
  * async function main() {
10479
10672
  * const auth = new google.auth.GoogleAuth({
10480
10673
  * // Scopes can be specified either as an array or as a single, space-delimited string.
10481
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
10674
+ * scopes: [
10675
+ * 'https://www.googleapis.com/auth/sasportal',
10676
+ * 'https://www.googleapis.com/auth/userinfo.email',
10677
+ * ],
10482
10678
  * });
10483
10679
  *
10484
10680
  * // Acquire an auth client, and bind it to all future calls
@@ -10602,7 +10798,10 @@ export namespace sasportal_v1alpha1 {
10602
10798
  * async function main() {
10603
10799
  * const auth = new google.auth.GoogleAuth({
10604
10800
  * // Scopes can be specified either as an array or as a single, space-delimited string.
10605
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
10801
+ * scopes: [
10802
+ * 'https://www.googleapis.com/auth/sasportal',
10803
+ * 'https://www.googleapis.com/auth/userinfo.email',
10804
+ * ],
10606
10805
  * });
10607
10806
  *
10608
10807
  * // Acquire an auth client, and bind it to all future calls
@@ -10729,7 +10928,10 @@ export namespace sasportal_v1alpha1 {
10729
10928
  * async function main() {
10730
10929
  * const auth = new google.auth.GoogleAuth({
10731
10930
  * // Scopes can be specified either as an array or as a single, space-delimited string.
10732
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
10931
+ * scopes: [
10932
+ * 'https://www.googleapis.com/auth/sasportal',
10933
+ * 'https://www.googleapis.com/auth/userinfo.email',
10934
+ * ],
10733
10935
  * });
10734
10936
  *
10735
10937
  * // Acquire an auth client, and bind it to all future calls
@@ -10871,7 +11073,10 @@ export namespace sasportal_v1alpha1 {
10871
11073
  * async function main() {
10872
11074
  * const auth = new google.auth.GoogleAuth({
10873
11075
  * // Scopes can be specified either as an array or as a single, space-delimited string.
10874
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
11076
+ * scopes: [
11077
+ * 'https://www.googleapis.com/auth/sasportal',
11078
+ * 'https://www.googleapis.com/auth/userinfo.email',
11079
+ * ],
10875
11080
  * });
10876
11081
  *
10877
11082
  * // Acquire an auth client, and bind it to all future calls
@@ -11014,7 +11219,10 @@ export namespace sasportal_v1alpha1 {
11014
11219
  * async function main() {
11015
11220
  * const auth = new google.auth.GoogleAuth({
11016
11221
  * // Scopes can be specified either as an array or as a single, space-delimited string.
11017
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
11222
+ * scopes: [
11223
+ * 'https://www.googleapis.com/auth/sasportal',
11224
+ * 'https://www.googleapis.com/auth/userinfo.email',
11225
+ * ],
11018
11226
  * });
11019
11227
  *
11020
11228
  * // Acquire an auth client, and bind it to all future calls
@@ -11232,7 +11440,10 @@ export namespace sasportal_v1alpha1 {
11232
11440
  * async function main() {
11233
11441
  * const auth = new google.auth.GoogleAuth({
11234
11442
  * // Scopes can be specified either as an array or as a single, space-delimited string.
11235
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
11443
+ * scopes: [
11444
+ * 'https://www.googleapis.com/auth/sasportal',
11445
+ * 'https://www.googleapis.com/auth/userinfo.email',
11446
+ * ],
11236
11447
  * });
11237
11448
  *
11238
11449
  * // Acquire an auth client, and bind it to all future calls
@@ -11378,7 +11589,10 @@ export namespace sasportal_v1alpha1 {
11378
11589
  * async function main() {
11379
11590
  * const auth = new google.auth.GoogleAuth({
11380
11591
  * // Scopes can be specified either as an array or as a single, space-delimited string.
11381
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
11592
+ * scopes: [
11593
+ * 'https://www.googleapis.com/auth/sasportal',
11594
+ * 'https://www.googleapis.com/auth/userinfo.email',
11595
+ * ],
11382
11596
  * });
11383
11597
  *
11384
11598
  * // Acquire an auth client, and bind it to all future calls
@@ -11562,7 +11776,10 @@ export namespace sasportal_v1alpha1 {
11562
11776
  * async function main() {
11563
11777
  * const auth = new google.auth.GoogleAuth({
11564
11778
  * // Scopes can be specified either as an array or as a single, space-delimited string.
11565
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
11779
+ * scopes: [
11780
+ * 'https://www.googleapis.com/auth/sasportal',
11781
+ * 'https://www.googleapis.com/auth/userinfo.email',
11782
+ * ],
11566
11783
  * });
11567
11784
  *
11568
11785
  * // Acquire an auth client, and bind it to all future calls
@@ -11719,7 +11936,10 @@ export namespace sasportal_v1alpha1 {
11719
11936
  * async function main() {
11720
11937
  * const auth = new google.auth.GoogleAuth({
11721
11938
  * // Scopes can be specified either as an array or as a single, space-delimited string.
11722
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
11939
+ * scopes: [
11940
+ * 'https://www.googleapis.com/auth/sasportal',
11941
+ * 'https://www.googleapis.com/auth/userinfo.email',
11942
+ * ],
11723
11943
  * });
11724
11944
  *
11725
11945
  * // Acquire an auth client, and bind it to all future calls
@@ -11867,7 +12087,10 @@ export namespace sasportal_v1alpha1 {
11867
12087
  * async function main() {
11868
12088
  * const auth = new google.auth.GoogleAuth({
11869
12089
  * // Scopes can be specified either as an array or as a single, space-delimited string.
11870
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
12090
+ * scopes: [
12091
+ * 'https://www.googleapis.com/auth/sasportal',
12092
+ * 'https://www.googleapis.com/auth/userinfo.email',
12093
+ * ],
11871
12094
  * });
11872
12095
  *
11873
12096
  * // Acquire an auth client, and bind it to all future calls
@@ -12063,7 +12286,10 @@ export namespace sasportal_v1alpha1 {
12063
12286
  * async function main() {
12064
12287
  * const auth = new google.auth.GoogleAuth({
12065
12288
  * // Scopes can be specified either as an array or as a single, space-delimited string.
12066
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
12289
+ * scopes: [
12290
+ * 'https://www.googleapis.com/auth/sasportal',
12291
+ * 'https://www.googleapis.com/auth/userinfo.email',
12292
+ * ],
12067
12293
  * });
12068
12294
  *
12069
12295
  * // Acquire an auth client, and bind it to all future calls
@@ -12204,7 +12430,10 @@ export namespace sasportal_v1alpha1 {
12204
12430
  * async function main() {
12205
12431
  * const auth = new google.auth.GoogleAuth({
12206
12432
  * // Scopes can be specified either as an array or as a single, space-delimited string.
12207
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
12433
+ * scopes: [
12434
+ * 'https://www.googleapis.com/auth/sasportal',
12435
+ * 'https://www.googleapis.com/auth/userinfo.email',
12436
+ * ],
12208
12437
  * });
12209
12438
  *
12210
12439
  * // Acquire an auth client, and bind it to all future calls
@@ -12386,7 +12615,10 @@ export namespace sasportal_v1alpha1 {
12386
12615
  * async function main() {
12387
12616
  * const auth = new google.auth.GoogleAuth({
12388
12617
  * // Scopes can be specified either as an array or as a single, space-delimited string.
12389
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
12618
+ * scopes: [
12619
+ * 'https://www.googleapis.com/auth/sasportal',
12620
+ * 'https://www.googleapis.com/auth/userinfo.email',
12621
+ * ],
12390
12622
  * });
12391
12623
  *
12392
12624
  * // Acquire an auth client, and bind it to all future calls
@@ -12520,7 +12752,10 @@ export namespace sasportal_v1alpha1 {
12520
12752
  * async function main() {
12521
12753
  * const auth = new google.auth.GoogleAuth({
12522
12754
  * // Scopes can be specified either as an array or as a single, space-delimited string.
12523
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
12755
+ * scopes: [
12756
+ * 'https://www.googleapis.com/auth/sasportal',
12757
+ * 'https://www.googleapis.com/auth/userinfo.email',
12758
+ * ],
12524
12759
  * });
12525
12760
  *
12526
12761
  * // Acquire an auth client, and bind it to all future calls
@@ -12656,7 +12891,10 @@ export namespace sasportal_v1alpha1 {
12656
12891
  * async function main() {
12657
12892
  * const auth = new google.auth.GoogleAuth({
12658
12893
  * // Scopes can be specified either as an array or as a single, space-delimited string.
12659
- * scopes: ['https://www.googleapis.com/auth/userinfo.email'],
12894
+ * scopes: [
12895
+ * 'https://www.googleapis.com/auth/sasportal',
12896
+ * 'https://www.googleapis.com/auth/userinfo.email',
12897
+ * ],
12660
12898
  * });
12661
12899
  *
12662
12900
  * // Acquire an auth client, and bind it to all future calls