@googleapis/sasportal 4.3.0 → 5.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/v1alpha1.ts CHANGED
@@ -154,7 +154,7 @@ export namespace sasportal_v1alpha1 {
154
154
  */
155
155
  frequencyRange?: Schema$SasPortalFrequencyRange;
156
156
  /**
157
- * The channel score, normalized to be in [0,100].
157
+ * The channel score, normalized to be in the range [0,100].
158
158
  */
159
159
  score?: number | null;
160
160
  }
@@ -197,7 +197,7 @@ export namespace sasportal_v1alpha1 {
197
197
  */
198
198
  displayName?: string | null;
199
199
  /**
200
- * Output only. The FRNs copied from its direct parent.
200
+ * Output only. The FCC Registration Numbers (FRNs) copied from its direct parent.
201
201
  */
202
202
  frns?: string[] | null;
203
203
  /**
@@ -231,7 +231,7 @@ export namespace sasportal_v1alpha1 {
231
231
  */
232
232
  fccId?: string | null;
233
233
  /**
234
- * Only ranges within the allowlists are available for new grants.
234
+ * Only ranges that are within the allowlists are available for new grants.
235
235
  */
236
236
  grantRangeAllowlists?: Schema$SasPortalFrequencyRange[];
237
237
  /**
@@ -359,19 +359,19 @@ export namespace sasportal_v1alpha1 {
359
359
  */
360
360
  export interface Schema$SasPortalDeviceMetadata {
361
361
  /**
362
- * If populated, the Antenna Model Pattern to use. Format is: RecordCreatorId:PatternId
362
+ * If populated, the Antenna Model Pattern to use. Format is: `RecordCreatorId:PatternId`
363
363
  */
364
364
  antennaModel?: string | null;
365
365
  /**
366
- * CCG. A group of CBSDs in the same ICG requesting a common primary channel assignment. See CBRSA-TS-2001 V3.0.0 for more details.
366
+ * Common Channel Group (CCG). A group of CBSDs in the same ICG requesting a common primary channel assignment. For more details, see [CBRSA-TS-2001 V3.0.0](https://ongoalliance.org/wp-content/uploads/2020/02/CBRSA-TS-2001-V3.0.0_Approved-for-publication.pdf).
367
367
  */
368
368
  commonChannelGroup?: string | null;
369
369
  /**
370
- * ICG. A group of CBSDs that manage their own interference with the group. See CBRSA-TS-2001 V3.0.0 for more details.
370
+ * Interference Coordination Group (ICG). A group of CBSDs that manage their own interference with the group. For more details, see [CBRSA-TS-2001 V3.0.0](https://ongoalliance.org/wp-content/uploads/2020/02/CBRSA-TS-2001-V3.0.0_Approved-for-publication.pdf).
371
371
  */
372
372
  interferenceCoordinationGroup?: string | null;
373
373
  /**
374
- * Output only. Whether a CPI has validated to have coordinated with the National Quiet Zone office.
374
+ * Output only. Set to `true` if a CPI has validated that they have coordinated with the National Quiet Zone office.
375
375
  */
376
376
  nrqzValidated?: boolean | null;
377
377
  /**
@@ -476,6 +476,10 @@ export namespace sasportal_v1alpha1 {
476
476
  * Peak antenna gain in dBi. This parameter is an integer with a value between -127 and +128 (dBi) inclusive.
477
477
  */
478
478
  antennaGain?: number | null;
479
+ /**
480
+ * As above, but as a DoubleValue.
481
+ */
482
+ antennaGainNewField?: number | null;
479
483
  /**
480
484
  * If an external antenna is used, the antenna model is optionally provided in this field. The string has a maximum length of 128 octets.
481
485
  */
@@ -488,6 +492,10 @@ export namespace sasportal_v1alpha1 {
488
492
  * This parameter is the maximum device EIRP in units of dBm/10MHz and is an integer with a value between -127 and +47 (dBm/10 MHz) inclusive. If not included, SAS interprets it as maximum allowable EIRP in units of dBm/10MHz for device category.
489
493
  */
490
494
  eirpCapability?: number | null;
495
+ /**
496
+ * As above, but as a DoubleValue.
497
+ */
498
+ eirpCapabilityNewField?: number | null;
491
499
  /**
492
500
  * Device antenna height in meters. When the `heightType` parameter value is "AGL", the antenna height should be given relative to ground level. When the `heightType` parameter value is "AMSL", it is given with respect to WGS84 datum.
493
501
  */
@@ -618,7 +626,7 @@ export namespace sasportal_v1alpha1 {
618
626
  */
619
627
  export interface Schema$SasPortalNrqzValidation {
620
628
  /**
621
- * Validation case id.
629
+ * Validation case ID.
622
630
  */
623
631
  caseId?: string | null;
624
632
  /**
@@ -626,11 +634,11 @@ export namespace sasportal_v1alpha1 {
626
634
  */
627
635
  cpiId?: string | null;
628
636
  /**
629
- * Device latitude associated with the validation.
637
+ * Device latitude that's associated with the validation.
630
638
  */
631
639
  latitude?: number | null;
632
640
  /**
633
- * Device longitude associated with the validation.
641
+ * Device longitude that's associated with the validation.
634
642
  */
635
643
  longitude?: number | null;
636
644
  /**
@@ -681,7 +689,7 @@ export namespace sasportal_v1alpha1 {
681
689
  */
682
690
  export interface Schema$SasPortalSetPolicyRequest {
683
691
  /**
684
- * Optional. Set the field as true when we would like to disable the onboarding notification.
692
+ * Optional. Set the field as `true` to disable the onboarding notification.
685
693
  */
686
694
  disableNotification?: boolean | null;
687
695
  /**
@@ -806,10 +814,7 @@ export namespace sasportal_v1alpha1 {
806
814
  * async function main() {
807
815
  * const auth = new google.auth.GoogleAuth({
808
816
  * // Scopes can be specified either as an array or as a single, space-delimited string.
809
- * scopes: [
810
- * 'https://www.googleapis.com/auth/sasportal',
811
- * 'https://www.googleapis.com/auth/userinfo.email',
812
- * ],
817
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
813
818
  * });
814
819
  *
815
820
  * // Acquire an auth client, and bind it to all future calls
@@ -939,10 +944,7 @@ export namespace sasportal_v1alpha1 {
939
944
  * async function main() {
940
945
  * const auth = new google.auth.GoogleAuth({
941
946
  * // Scopes can be specified either as an array or as a single, space-delimited string.
942
- * scopes: [
943
- * 'https://www.googleapis.com/auth/sasportal',
944
- * 'https://www.googleapis.com/auth/userinfo.email',
945
- * ],
947
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
946
948
  * });
947
949
  *
948
950
  * // Acquire an auth client, and bind it to all future calls
@@ -1082,10 +1084,7 @@ export namespace sasportal_v1alpha1 {
1082
1084
  * async function main() {
1083
1085
  * const auth = new google.auth.GoogleAuth({
1084
1086
  * // Scopes can be specified either as an array or as a single, space-delimited string.
1085
- * scopes: [
1086
- * 'https://www.googleapis.com/auth/sasportal',
1087
- * 'https://www.googleapis.com/auth/userinfo.email',
1088
- * ],
1087
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
1089
1088
  * });
1090
1089
  *
1091
1090
  * // Acquire an auth client, and bind it to all future calls
@@ -1268,10 +1267,7 @@ export namespace sasportal_v1alpha1 {
1268
1267
  * async function main() {
1269
1268
  * const auth = new google.auth.GoogleAuth({
1270
1269
  * // Scopes can be specified either as an array or as a single, space-delimited string.
1271
- * scopes: [
1272
- * 'https://www.googleapis.com/auth/sasportal',
1273
- * 'https://www.googleapis.com/auth/userinfo.email',
1274
- * ],
1270
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
1275
1271
  * });
1276
1272
  *
1277
1273
  * // Acquire an auth client, and bind it to all future calls
@@ -1417,10 +1413,7 @@ export namespace sasportal_v1alpha1 {
1417
1413
  * async function main() {
1418
1414
  * const auth = new google.auth.GoogleAuth({
1419
1415
  * // Scopes can be specified either as an array or as a single, space-delimited string.
1420
- * scopes: [
1421
- * 'https://www.googleapis.com/auth/sasportal',
1422
- * 'https://www.googleapis.com/auth/userinfo.email',
1423
- * ],
1416
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
1424
1417
  * });
1425
1418
  *
1426
1419
  * // Acquire an auth client, and bind it to all future calls
@@ -1544,10 +1537,7 @@ export namespace sasportal_v1alpha1 {
1544
1537
  * async function main() {
1545
1538
  * const auth = new google.auth.GoogleAuth({
1546
1539
  * // Scopes can be specified either as an array or as a single, space-delimited string.
1547
- * scopes: [
1548
- * 'https://www.googleapis.com/auth/sasportal',
1549
- * 'https://www.googleapis.com/auth/userinfo.email',
1550
- * ],
1540
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
1551
1541
  * });
1552
1542
  *
1553
1543
  * // Acquire an auth client, and bind it to all future calls
@@ -1679,10 +1669,7 @@ export namespace sasportal_v1alpha1 {
1679
1669
  * async function main() {
1680
1670
  * const auth = new google.auth.GoogleAuth({
1681
1671
  * // Scopes can be specified either as an array or as a single, space-delimited string.
1682
- * scopes: [
1683
- * 'https://www.googleapis.com/auth/sasportal',
1684
- * 'https://www.googleapis.com/auth/userinfo.email',
1685
- * ],
1672
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
1686
1673
  * });
1687
1674
  *
1688
1675
  * // Acquire an auth client, and bind it to all future calls
@@ -1827,10 +1814,7 @@ export namespace sasportal_v1alpha1 {
1827
1814
  * async function main() {
1828
1815
  * const auth = new google.auth.GoogleAuth({
1829
1816
  * // Scopes can be specified either as an array or as a single, space-delimited string.
1830
- * scopes: [
1831
- * 'https://www.googleapis.com/auth/sasportal',
1832
- * 'https://www.googleapis.com/auth/userinfo.email',
1833
- * ],
1817
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
1834
1818
  * });
1835
1819
  *
1836
1820
  * // Acquire an auth client, and bind it to all future calls
@@ -1974,10 +1958,7 @@ export namespace sasportal_v1alpha1 {
1974
1958
  * async function main() {
1975
1959
  * const auth = new google.auth.GoogleAuth({
1976
1960
  * // Scopes can be specified either as an array or as a single, space-delimited string.
1977
- * scopes: [
1978
- * 'https://www.googleapis.com/auth/sasportal',
1979
- * 'https://www.googleapis.com/auth/userinfo.email',
1980
- * ],
1961
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
1981
1962
  * });
1982
1963
  *
1983
1964
  * // Acquire an auth client, and bind it to all future calls
@@ -2203,10 +2184,7 @@ export namespace sasportal_v1alpha1 {
2203
2184
  * async function main() {
2204
2185
  * const auth = new google.auth.GoogleAuth({
2205
2186
  * // Scopes can be specified either as an array or as a single, space-delimited string.
2206
- * scopes: [
2207
- * 'https://www.googleapis.com/auth/sasportal',
2208
- * 'https://www.googleapis.com/auth/userinfo.email',
2209
- * ],
2187
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
2210
2188
  * });
2211
2189
  *
2212
2190
  * // Acquire an auth client, and bind it to all future calls
@@ -2363,10 +2341,7 @@ export namespace sasportal_v1alpha1 {
2363
2341
  * async function main() {
2364
2342
  * const auth = new google.auth.GoogleAuth({
2365
2343
  * // Scopes can be specified either as an array or as a single, space-delimited string.
2366
- * scopes: [
2367
- * 'https://www.googleapis.com/auth/sasportal',
2368
- * 'https://www.googleapis.com/auth/userinfo.email',
2369
- * ],
2344
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
2370
2345
  * });
2371
2346
  *
2372
2347
  * // Acquire an auth client, and bind it to all future calls
@@ -2515,10 +2490,7 @@ export namespace sasportal_v1alpha1 {
2515
2490
  * async function main() {
2516
2491
  * const auth = new google.auth.GoogleAuth({
2517
2492
  * // Scopes can be specified either as an array or as a single, space-delimited string.
2518
- * scopes: [
2519
- * 'https://www.googleapis.com/auth/sasportal',
2520
- * 'https://www.googleapis.com/auth/userinfo.email',
2521
- * ],
2493
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
2522
2494
  * });
2523
2495
  *
2524
2496
  * // Acquire an auth client, and bind it to all future calls
@@ -2714,10 +2686,7 @@ export namespace sasportal_v1alpha1 {
2714
2686
  * async function main() {
2715
2687
  * const auth = new google.auth.GoogleAuth({
2716
2688
  * // Scopes can be specified either as an array or as a single, space-delimited string.
2717
- * scopes: [
2718
- * 'https://www.googleapis.com/auth/sasportal',
2719
- * 'https://www.googleapis.com/auth/userinfo.email',
2720
- * ],
2689
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
2721
2690
  * });
2722
2691
  *
2723
2692
  * // Acquire an auth client, and bind it to all future calls
@@ -2874,10 +2843,7 @@ export namespace sasportal_v1alpha1 {
2874
2843
  * async function main() {
2875
2844
  * const auth = new google.auth.GoogleAuth({
2876
2845
  * // Scopes can be specified either as an array or as a single, space-delimited string.
2877
- * scopes: [
2878
- * 'https://www.googleapis.com/auth/sasportal',
2879
- * 'https://www.googleapis.com/auth/userinfo.email',
2880
- * ],
2846
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
2881
2847
  * });
2882
2848
  *
2883
2849
  * // Acquire an auth client, and bind it to all future calls
@@ -3025,10 +2991,7 @@ export namespace sasportal_v1alpha1 {
3025
2991
  * async function main() {
3026
2992
  * const auth = new google.auth.GoogleAuth({
3027
2993
  * // Scopes can be specified either as an array or as a single, space-delimited string.
3028
- * scopes: [
3029
- * 'https://www.googleapis.com/auth/sasportal',
3030
- * 'https://www.googleapis.com/auth/userinfo.email',
3031
- * ],
2994
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
3032
2995
  * });
3033
2996
  *
3034
2997
  * // Acquire an auth client, and bind it to all future calls
@@ -3152,10 +3115,7 @@ export namespace sasportal_v1alpha1 {
3152
3115
  * async function main() {
3153
3116
  * const auth = new google.auth.GoogleAuth({
3154
3117
  * // Scopes can be specified either as an array or as a single, space-delimited string.
3155
- * scopes: [
3156
- * 'https://www.googleapis.com/auth/sasportal',
3157
- * 'https://www.googleapis.com/auth/userinfo.email',
3158
- * ],
3118
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
3159
3119
  * });
3160
3120
  *
3161
3121
  * // Acquire an auth client, and bind it to all future calls
@@ -3291,10 +3251,7 @@ export namespace sasportal_v1alpha1 {
3291
3251
  * async function main() {
3292
3252
  * const auth = new google.auth.GoogleAuth({
3293
3253
  * // Scopes can be specified either as an array or as a single, space-delimited string.
3294
- * scopes: [
3295
- * 'https://www.googleapis.com/auth/sasportal',
3296
- * 'https://www.googleapis.com/auth/userinfo.email',
3297
- * ],
3254
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
3298
3255
  * });
3299
3256
  *
3300
3257
  * // Acquire an auth client, and bind it to all future calls
@@ -3439,10 +3396,7 @@ export namespace sasportal_v1alpha1 {
3439
3396
  * async function main() {
3440
3397
  * const auth = new google.auth.GoogleAuth({
3441
3398
  * // Scopes can be specified either as an array or as a single, space-delimited string.
3442
- * scopes: [
3443
- * 'https://www.googleapis.com/auth/sasportal',
3444
- * 'https://www.googleapis.com/auth/userinfo.email',
3445
- * ],
3399
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
3446
3400
  * });
3447
3401
  *
3448
3402
  * // Acquire an auth client, and bind it to all future calls
@@ -3586,10 +3540,7 @@ export namespace sasportal_v1alpha1 {
3586
3540
  * async function main() {
3587
3541
  * const auth = new google.auth.GoogleAuth({
3588
3542
  * // Scopes can be specified either as an array or as a single, space-delimited string.
3589
- * scopes: [
3590
- * 'https://www.googleapis.com/auth/sasportal',
3591
- * 'https://www.googleapis.com/auth/userinfo.email',
3592
- * ],
3543
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
3593
3544
  * });
3594
3545
  *
3595
3546
  * // Acquire an auth client, and bind it to all future calls
@@ -3745,10 +3696,7 @@ export namespace sasportal_v1alpha1 {
3745
3696
  * async function main() {
3746
3697
  * const auth = new google.auth.GoogleAuth({
3747
3698
  * // Scopes can be specified either as an array or as a single, space-delimited string.
3748
- * scopes: [
3749
- * 'https://www.googleapis.com/auth/sasportal',
3750
- * 'https://www.googleapis.com/auth/userinfo.email',
3751
- * ],
3699
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
3752
3700
  * });
3753
3701
  *
3754
3702
  * // Acquire an auth client, and bind it to all future calls
@@ -3883,10 +3831,7 @@ export namespace sasportal_v1alpha1 {
3883
3831
  * async function main() {
3884
3832
  * const auth = new google.auth.GoogleAuth({
3885
3833
  * // Scopes can be specified either as an array or as a single, space-delimited string.
3886
- * scopes: [
3887
- * 'https://www.googleapis.com/auth/sasportal',
3888
- * 'https://www.googleapis.com/auth/userinfo.email',
3889
- * ],
3834
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
3890
3835
  * });
3891
3836
  *
3892
3837
  * // Acquire an auth client, and bind it to all future calls
@@ -4157,10 +4102,7 @@ export namespace sasportal_v1alpha1 {
4157
4102
  * async function main() {
4158
4103
  * const auth = new google.auth.GoogleAuth({
4159
4104
  * // Scopes can be specified either as an array or as a single, space-delimited string.
4160
- * scopes: [
4161
- * 'https://www.googleapis.com/auth/sasportal',
4162
- * 'https://www.googleapis.com/auth/userinfo.email',
4163
- * ],
4105
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
4164
4106
  * });
4165
4107
  *
4166
4108
  * // Acquire an auth client, and bind it to all future calls
@@ -4301,10 +4243,7 @@ export namespace sasportal_v1alpha1 {
4301
4243
  * async function main() {
4302
4244
  * const auth = new google.auth.GoogleAuth({
4303
4245
  * // Scopes can be specified either as an array or as a single, space-delimited string.
4304
- * scopes: [
4305
- * 'https://www.googleapis.com/auth/sasportal',
4306
- * 'https://www.googleapis.com/auth/userinfo.email',
4307
- * ],
4246
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
4308
4247
  * });
4309
4248
  *
4310
4249
  * // Acquire an auth client, and bind it to all future calls
@@ -4428,10 +4367,7 @@ export namespace sasportal_v1alpha1 {
4428
4367
  * async function main() {
4429
4368
  * const auth = new google.auth.GoogleAuth({
4430
4369
  * // Scopes can be specified either as an array or as a single, space-delimited string.
4431
- * scopes: [
4432
- * 'https://www.googleapis.com/auth/sasportal',
4433
- * 'https://www.googleapis.com/auth/userinfo.email',
4434
- * ],
4370
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
4435
4371
  * });
4436
4372
  *
4437
4373
  * // Acquire an auth client, and bind it to all future calls
@@ -4559,10 +4495,7 @@ export namespace sasportal_v1alpha1 {
4559
4495
  * async function main() {
4560
4496
  * const auth = new google.auth.GoogleAuth({
4561
4497
  * // Scopes can be specified either as an array or as a single, space-delimited string.
4562
- * scopes: [
4563
- * 'https://www.googleapis.com/auth/sasportal',
4564
- * 'https://www.googleapis.com/auth/userinfo.email',
4565
- * ],
4498
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
4566
4499
  * });
4567
4500
  *
4568
4501
  * // Acquire an auth client, and bind it to all future calls
@@ -4705,10 +4638,7 @@ export namespace sasportal_v1alpha1 {
4705
4638
  * async function main() {
4706
4639
  * const auth = new google.auth.GoogleAuth({
4707
4640
  * // Scopes can be specified either as an array or as a single, space-delimited string.
4708
- * scopes: [
4709
- * 'https://www.googleapis.com/auth/sasportal',
4710
- * 'https://www.googleapis.com/auth/userinfo.email',
4711
- * ],
4641
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
4712
4642
  * });
4713
4643
  *
4714
4644
  * // Acquire an auth client, and bind it to all future calls
@@ -4852,10 +4782,7 @@ export namespace sasportal_v1alpha1 {
4852
4782
  * async function main() {
4853
4783
  * const auth = new google.auth.GoogleAuth({
4854
4784
  * // Scopes can be specified either as an array or as a single, space-delimited string.
4855
- * scopes: [
4856
- * 'https://www.googleapis.com/auth/sasportal',
4857
- * 'https://www.googleapis.com/auth/userinfo.email',
4858
- * ],
4785
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
4859
4786
  * });
4860
4787
  *
4861
4788
  * // Acquire an auth client, and bind it to all future calls
@@ -5076,10 +5003,7 @@ export namespace sasportal_v1alpha1 {
5076
5003
  * async function main() {
5077
5004
  * const auth = new google.auth.GoogleAuth({
5078
5005
  * // Scopes can be specified either as an array or as a single, space-delimited string.
5079
- * scopes: [
5080
- * 'https://www.googleapis.com/auth/sasportal',
5081
- * 'https://www.googleapis.com/auth/userinfo.email',
5082
- * ],
5006
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
5083
5007
  * });
5084
5008
  *
5085
5009
  * // Acquire an auth client, and bind it to all future calls
@@ -5225,10 +5149,7 @@ export namespace sasportal_v1alpha1 {
5225
5149
  * async function main() {
5226
5150
  * const auth = new google.auth.GoogleAuth({
5227
5151
  * // Scopes can be specified either as an array or as a single, space-delimited string.
5228
- * scopes: [
5229
- * 'https://www.googleapis.com/auth/sasportal',
5230
- * 'https://www.googleapis.com/auth/userinfo.email',
5231
- * ],
5152
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
5232
5153
  * });
5233
5154
  *
5234
5155
  * // Acquire an auth client, and bind it to all future calls
@@ -5412,10 +5333,7 @@ export namespace sasportal_v1alpha1 {
5412
5333
  * async function main() {
5413
5334
  * const auth = new google.auth.GoogleAuth({
5414
5335
  * // Scopes can be specified either as an array or as a single, space-delimited string.
5415
- * scopes: [
5416
- * 'https://www.googleapis.com/auth/sasportal',
5417
- * 'https://www.googleapis.com/auth/userinfo.email',
5418
- * ],
5336
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
5419
5337
  * });
5420
5338
  *
5421
5339
  * // Acquire an auth client, and bind it to all future calls
@@ -5572,10 +5490,7 @@ export namespace sasportal_v1alpha1 {
5572
5490
  * async function main() {
5573
5491
  * const auth = new google.auth.GoogleAuth({
5574
5492
  * // Scopes can be specified either as an array or as a single, space-delimited string.
5575
- * scopes: [
5576
- * 'https://www.googleapis.com/auth/sasportal',
5577
- * 'https://www.googleapis.com/auth/userinfo.email',
5578
- * ],
5493
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
5579
5494
  * });
5580
5495
  *
5581
5496
  * // Acquire an auth client, and bind it to all future calls
@@ -5723,10 +5638,7 @@ export namespace sasportal_v1alpha1 {
5723
5638
  * async function main() {
5724
5639
  * const auth = new google.auth.GoogleAuth({
5725
5640
  * // Scopes can be specified either as an array or as a single, space-delimited string.
5726
- * scopes: [
5727
- * 'https://www.googleapis.com/auth/sasportal',
5728
- * 'https://www.googleapis.com/auth/userinfo.email',
5729
- * ],
5641
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
5730
5642
  * });
5731
5643
  *
5732
5644
  * // Acquire an auth client, and bind it to all future calls
@@ -5922,10 +5834,7 @@ export namespace sasportal_v1alpha1 {
5922
5834
  * async function main() {
5923
5835
  * const auth = new google.auth.GoogleAuth({
5924
5836
  * // Scopes can be specified either as an array or as a single, space-delimited string.
5925
- * scopes: [
5926
- * 'https://www.googleapis.com/auth/sasportal',
5927
- * 'https://www.googleapis.com/auth/userinfo.email',
5928
- * ],
5837
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
5929
5838
  * });
5930
5839
  *
5931
5840
  * // Acquire an auth client, and bind it to all future calls
@@ -6066,10 +5975,7 @@ export namespace sasportal_v1alpha1 {
6066
5975
  * async function main() {
6067
5976
  * const auth = new google.auth.GoogleAuth({
6068
5977
  * // Scopes can be specified either as an array or as a single, space-delimited string.
6069
- * scopes: [
6070
- * 'https://www.googleapis.com/auth/sasportal',
6071
- * 'https://www.googleapis.com/auth/userinfo.email',
6072
- * ],
5978
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
6073
5979
  * });
6074
5980
  *
6075
5981
  * // Acquire an auth client, and bind it to all future calls
@@ -6253,10 +6159,7 @@ export namespace sasportal_v1alpha1 {
6253
6159
  * async function main() {
6254
6160
  * const auth = new google.auth.GoogleAuth({
6255
6161
  * // Scopes can be specified either as an array or as a single, space-delimited string.
6256
- * scopes: [
6257
- * 'https://www.googleapis.com/auth/sasportal',
6258
- * 'https://www.googleapis.com/auth/userinfo.email',
6259
- * ],
6162
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
6260
6163
  * });
6261
6164
  *
6262
6165
  * // Acquire an auth client, and bind it to all future calls
@@ -6401,10 +6304,7 @@ export namespace sasportal_v1alpha1 {
6401
6304
  * async function main() {
6402
6305
  * const auth = new google.auth.GoogleAuth({
6403
6306
  * // Scopes can be specified either as an array or as a single, space-delimited string.
6404
- * scopes: [
6405
- * 'https://www.googleapis.com/auth/sasportal',
6406
- * 'https://www.googleapis.com/auth/userinfo.email',
6407
- * ],
6307
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
6408
6308
  * });
6409
6309
  *
6410
6310
  * // Acquire an auth client, and bind it to all future calls
@@ -6528,10 +6428,7 @@ export namespace sasportal_v1alpha1 {
6528
6428
  * async function main() {
6529
6429
  * const auth = new google.auth.GoogleAuth({
6530
6430
  * // Scopes can be specified either as an array or as a single, space-delimited string.
6531
- * scopes: [
6532
- * 'https://www.googleapis.com/auth/sasportal',
6533
- * 'https://www.googleapis.com/auth/userinfo.email',
6534
- * ],
6431
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
6535
6432
  * });
6536
6433
  *
6537
6434
  * // Acquire an auth client, and bind it to all future calls
@@ -6667,10 +6564,7 @@ export namespace sasportal_v1alpha1 {
6667
6564
  * async function main() {
6668
6565
  * const auth = new google.auth.GoogleAuth({
6669
6566
  * // Scopes can be specified either as an array or as a single, space-delimited string.
6670
- * scopes: [
6671
- * 'https://www.googleapis.com/auth/sasportal',
6672
- * 'https://www.googleapis.com/auth/userinfo.email',
6673
- * ],
6567
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
6674
6568
  * });
6675
6569
  *
6676
6570
  * // Acquire an auth client, and bind it to all future calls
@@ -6814,10 +6708,7 @@ export namespace sasportal_v1alpha1 {
6814
6708
  * async function main() {
6815
6709
  * const auth = new google.auth.GoogleAuth({
6816
6710
  * // Scopes can be specified either as an array or as a single, space-delimited string.
6817
- * scopes: [
6818
- * 'https://www.googleapis.com/auth/sasportal',
6819
- * 'https://www.googleapis.com/auth/userinfo.email',
6820
- * ],
6711
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
6821
6712
  * });
6822
6713
  *
6823
6714
  * // Acquire an auth client, and bind it to all future calls
@@ -6973,10 +6864,7 @@ export namespace sasportal_v1alpha1 {
6973
6864
  * async function main() {
6974
6865
  * const auth = new google.auth.GoogleAuth({
6975
6866
  * // Scopes can be specified either as an array or as a single, space-delimited string.
6976
- * scopes: [
6977
- * 'https://www.googleapis.com/auth/sasportal',
6978
- * 'https://www.googleapis.com/auth/userinfo.email',
6979
- * ],
6867
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
6980
6868
  * });
6981
6869
  *
6982
6870
  * // Acquire an auth client, and bind it to all future calls
@@ -7111,10 +6999,7 @@ export namespace sasportal_v1alpha1 {
7111
6999
  * async function main() {
7112
7000
  * const auth = new google.auth.GoogleAuth({
7113
7001
  * // Scopes can be specified either as an array or as a single, space-delimited string.
7114
- * scopes: [
7115
- * 'https://www.googleapis.com/auth/sasportal',
7116
- * 'https://www.googleapis.com/auth/userinfo.email',
7117
- * ],
7002
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
7118
7003
  * });
7119
7004
  *
7120
7005
  * // Acquire an auth client, and bind it to all future calls
@@ -7336,10 +7221,7 @@ export namespace sasportal_v1alpha1 {
7336
7221
  * async function main() {
7337
7222
  * const auth = new google.auth.GoogleAuth({
7338
7223
  * // Scopes can be specified either as an array or as a single, space-delimited string.
7339
- * scopes: [
7340
- * 'https://www.googleapis.com/auth/sasportal',
7341
- * 'https://www.googleapis.com/auth/userinfo.email',
7342
- * ],
7224
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
7343
7225
  * });
7344
7226
  *
7345
7227
  * // Acquire an auth client, and bind it to all future calls
@@ -7480,10 +7362,7 @@ export namespace sasportal_v1alpha1 {
7480
7362
  * async function main() {
7481
7363
  * const auth = new google.auth.GoogleAuth({
7482
7364
  * // Scopes can be specified either as an array or as a single, space-delimited string.
7483
- * scopes: [
7484
- * 'https://www.googleapis.com/auth/sasportal',
7485
- * 'https://www.googleapis.com/auth/userinfo.email',
7486
- * ],
7365
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
7487
7366
  * });
7488
7367
  *
7489
7368
  * // Acquire an auth client, and bind it to all future calls
@@ -7654,10 +7533,7 @@ export namespace sasportal_v1alpha1 {
7654
7533
  * async function main() {
7655
7534
  * const auth = new google.auth.GoogleAuth({
7656
7535
  * // Scopes can be specified either as an array or as a single, space-delimited string.
7657
- * scopes: [
7658
- * 'https://www.googleapis.com/auth/sasportal',
7659
- * 'https://www.googleapis.com/auth/userinfo.email',
7660
- * ],
7536
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
7661
7537
  * });
7662
7538
  *
7663
7539
  * // Acquire an auth client, and bind it to all future calls
@@ -7800,10 +7676,7 @@ export namespace sasportal_v1alpha1 {
7800
7676
  * async function main() {
7801
7677
  * const auth = new google.auth.GoogleAuth({
7802
7678
  * // Scopes can be specified either as an array or as a single, space-delimited string.
7803
- * scopes: [
7804
- * 'https://www.googleapis.com/auth/sasportal',
7805
- * 'https://www.googleapis.com/auth/userinfo.email',
7806
- * ],
7679
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
7807
7680
  * });
7808
7681
  *
7809
7682
  * // Acquire an auth client, and bind it to all future calls
@@ -7927,10 +7800,7 @@ export namespace sasportal_v1alpha1 {
7927
7800
  * async function main() {
7928
7801
  * const auth = new google.auth.GoogleAuth({
7929
7802
  * // Scopes can be specified either as an array or as a single, space-delimited string.
7930
- * scopes: [
7931
- * 'https://www.googleapis.com/auth/sasportal',
7932
- * 'https://www.googleapis.com/auth/userinfo.email',
7933
- * ],
7803
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
7934
7804
  * });
7935
7805
  *
7936
7806
  * // Acquire an auth client, and bind it to all future calls
@@ -8062,10 +7932,7 @@ export namespace sasportal_v1alpha1 {
8062
7932
  * async function main() {
8063
7933
  * const auth = new google.auth.GoogleAuth({
8064
7934
  * // Scopes can be specified either as an array or as a single, space-delimited string.
8065
- * scopes: [
8066
- * 'https://www.googleapis.com/auth/sasportal',
8067
- * 'https://www.googleapis.com/auth/userinfo.email',
8068
- * ],
7935
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
8069
7936
  * });
8070
7937
  *
8071
7938
  * // Acquire an auth client, and bind it to all future calls
@@ -8210,10 +8077,7 @@ export namespace sasportal_v1alpha1 {
8210
8077
  * async function main() {
8211
8078
  * const auth = new google.auth.GoogleAuth({
8212
8079
  * // Scopes can be specified either as an array or as a single, space-delimited string.
8213
- * scopes: [
8214
- * 'https://www.googleapis.com/auth/sasportal',
8215
- * 'https://www.googleapis.com/auth/userinfo.email',
8216
- * ],
8080
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
8217
8081
  * });
8218
8082
  *
8219
8083
  * // Acquire an auth client, and bind it to all future calls
@@ -8357,10 +8221,7 @@ export namespace sasportal_v1alpha1 {
8357
8221
  * async function main() {
8358
8222
  * const auth = new google.auth.GoogleAuth({
8359
8223
  * // Scopes can be specified either as an array or as a single, space-delimited string.
8360
- * scopes: [
8361
- * 'https://www.googleapis.com/auth/sasportal',
8362
- * 'https://www.googleapis.com/auth/userinfo.email',
8363
- * ],
8224
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
8364
8225
  * });
8365
8226
  *
8366
8227
  * // Acquire an auth client, and bind it to all future calls
@@ -8574,10 +8435,7 @@ export namespace sasportal_v1alpha1 {
8574
8435
  * async function main() {
8575
8436
  * const auth = new google.auth.GoogleAuth({
8576
8437
  * // Scopes can be specified either as an array or as a single, space-delimited string.
8577
- * scopes: [
8578
- * 'https://www.googleapis.com/auth/sasportal',
8579
- * 'https://www.googleapis.com/auth/userinfo.email',
8580
- * ],
8438
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
8581
8439
  * });
8582
8440
  *
8583
8441
  * // Acquire an auth client, and bind it to all future calls
@@ -8734,10 +8592,7 @@ export namespace sasportal_v1alpha1 {
8734
8592
  * async function main() {
8735
8593
  * const auth = new google.auth.GoogleAuth({
8736
8594
  * // Scopes can be specified either as an array or as a single, space-delimited string.
8737
- * scopes: [
8738
- * 'https://www.googleapis.com/auth/sasportal',
8739
- * 'https://www.googleapis.com/auth/userinfo.email',
8740
- * ],
8595
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
8741
8596
  * });
8742
8597
  *
8743
8598
  * // Acquire an auth client, and bind it to all future calls
@@ -8885,10 +8740,7 @@ export namespace sasportal_v1alpha1 {
8885
8740
  * async function main() {
8886
8741
  * const auth = new google.auth.GoogleAuth({
8887
8742
  * // Scopes can be specified either as an array or as a single, space-delimited string.
8888
- * scopes: [
8889
- * 'https://www.googleapis.com/auth/sasportal',
8890
- * 'https://www.googleapis.com/auth/userinfo.email',
8891
- * ],
8743
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
8892
8744
  * });
8893
8745
  *
8894
8746
  * // Acquire an auth client, and bind it to all future calls
@@ -9084,10 +8936,7 @@ export namespace sasportal_v1alpha1 {
9084
8936
  * async function main() {
9085
8937
  * const auth = new google.auth.GoogleAuth({
9086
8938
  * // Scopes can be specified either as an array or as a single, space-delimited string.
9087
- * scopes: [
9088
- * 'https://www.googleapis.com/auth/sasportal',
9089
- * 'https://www.googleapis.com/auth/userinfo.email',
9090
- * ],
8939
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
9091
8940
  * });
9092
8941
  *
9093
8942
  * // Acquire an auth client, and bind it to all future calls
@@ -9244,10 +9093,7 @@ export namespace sasportal_v1alpha1 {
9244
9093
  * async function main() {
9245
9094
  * const auth = new google.auth.GoogleAuth({
9246
9095
  * // Scopes can be specified either as an array or as a single, space-delimited string.
9247
- * scopes: [
9248
- * 'https://www.googleapis.com/auth/sasportal',
9249
- * 'https://www.googleapis.com/auth/userinfo.email',
9250
- * ],
9096
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
9251
9097
  * });
9252
9098
  *
9253
9099
  * // Acquire an auth client, and bind it to all future calls
@@ -9395,10 +9241,7 @@ export namespace sasportal_v1alpha1 {
9395
9241
  * async function main() {
9396
9242
  * const auth = new google.auth.GoogleAuth({
9397
9243
  * // Scopes can be specified either as an array or as a single, space-delimited string.
9398
- * scopes: [
9399
- * 'https://www.googleapis.com/auth/sasportal',
9400
- * 'https://www.googleapis.com/auth/userinfo.email',
9401
- * ],
9244
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
9402
9245
  * });
9403
9246
  *
9404
9247
  * // Acquire an auth client, and bind it to all future calls
@@ -9522,10 +9365,7 @@ export namespace sasportal_v1alpha1 {
9522
9365
  * async function main() {
9523
9366
  * const auth = new google.auth.GoogleAuth({
9524
9367
  * // Scopes can be specified either as an array or as a single, space-delimited string.
9525
- * scopes: [
9526
- * 'https://www.googleapis.com/auth/sasportal',
9527
- * 'https://www.googleapis.com/auth/userinfo.email',
9528
- * ],
9368
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
9529
9369
  * });
9530
9370
  *
9531
9371
  * // Acquire an auth client, and bind it to all future calls
@@ -9661,10 +9501,7 @@ export namespace sasportal_v1alpha1 {
9661
9501
  * async function main() {
9662
9502
  * const auth = new google.auth.GoogleAuth({
9663
9503
  * // Scopes can be specified either as an array or as a single, space-delimited string.
9664
- * scopes: [
9665
- * 'https://www.googleapis.com/auth/sasportal',
9666
- * 'https://www.googleapis.com/auth/userinfo.email',
9667
- * ],
9504
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
9668
9505
  * });
9669
9506
  *
9670
9507
  * // Acquire an auth client, and bind it to all future calls
@@ -9809,10 +9646,7 @@ export namespace sasportal_v1alpha1 {
9809
9646
  * async function main() {
9810
9647
  * const auth = new google.auth.GoogleAuth({
9811
9648
  * // Scopes can be specified either as an array or as a single, space-delimited string.
9812
- * scopes: [
9813
- * 'https://www.googleapis.com/auth/sasportal',
9814
- * 'https://www.googleapis.com/auth/userinfo.email',
9815
- * ],
9649
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
9816
9650
  * });
9817
9651
  *
9818
9652
  * // Acquire an auth client, and bind it to all future calls
@@ -9956,10 +9790,7 @@ export namespace sasportal_v1alpha1 {
9956
9790
  * async function main() {
9957
9791
  * const auth = new google.auth.GoogleAuth({
9958
9792
  * // Scopes can be specified either as an array or as a single, space-delimited string.
9959
- * scopes: [
9960
- * 'https://www.googleapis.com/auth/sasportal',
9961
- * 'https://www.googleapis.com/auth/userinfo.email',
9962
- * ],
9793
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
9963
9794
  * });
9964
9795
  *
9965
9796
  * // Acquire an auth client, and bind it to all future calls
@@ -10115,10 +9946,7 @@ export namespace sasportal_v1alpha1 {
10115
9946
  * async function main() {
10116
9947
  * const auth = new google.auth.GoogleAuth({
10117
9948
  * // Scopes can be specified either as an array or as a single, space-delimited string.
10118
- * scopes: [
10119
- * 'https://www.googleapis.com/auth/sasportal',
10120
- * 'https://www.googleapis.com/auth/userinfo.email',
10121
- * ],
9949
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
10122
9950
  * });
10123
9951
  *
10124
9952
  * // Acquire an auth client, and bind it to all future calls
@@ -10253,10 +10081,7 @@ export namespace sasportal_v1alpha1 {
10253
10081
  * async function main() {
10254
10082
  * const auth = new google.auth.GoogleAuth({
10255
10083
  * // Scopes can be specified either as an array or as a single, space-delimited string.
10256
- * scopes: [
10257
- * 'https://www.googleapis.com/auth/sasportal',
10258
- * 'https://www.googleapis.com/auth/userinfo.email',
10259
- * ],
10084
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
10260
10085
  * });
10261
10086
  *
10262
10087
  * // Acquire an auth client, and bind it to all future calls
@@ -10527,10 +10352,7 @@ export namespace sasportal_v1alpha1 {
10527
10352
  * async function main() {
10528
10353
  * const auth = new google.auth.GoogleAuth({
10529
10354
  * // Scopes can be specified either as an array or as a single, space-delimited string.
10530
- * scopes: [
10531
- * 'https://www.googleapis.com/auth/sasportal',
10532
- * 'https://www.googleapis.com/auth/userinfo.email',
10533
- * ],
10355
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
10534
10356
  * });
10535
10357
  *
10536
10358
  * // Acquire an auth client, and bind it to all future calls
@@ -10671,10 +10493,7 @@ export namespace sasportal_v1alpha1 {
10671
10493
  * async function main() {
10672
10494
  * const auth = new google.auth.GoogleAuth({
10673
10495
  * // Scopes can be specified either as an array or as a single, space-delimited string.
10674
- * scopes: [
10675
- * 'https://www.googleapis.com/auth/sasportal',
10676
- * 'https://www.googleapis.com/auth/userinfo.email',
10677
- * ],
10496
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
10678
10497
  * });
10679
10498
  *
10680
10499
  * // Acquire an auth client, and bind it to all future calls
@@ -10798,10 +10617,7 @@ export namespace sasportal_v1alpha1 {
10798
10617
  * async function main() {
10799
10618
  * const auth = new google.auth.GoogleAuth({
10800
10619
  * // Scopes can be specified either as an array or as a single, space-delimited string.
10801
- * scopes: [
10802
- * 'https://www.googleapis.com/auth/sasportal',
10803
- * 'https://www.googleapis.com/auth/userinfo.email',
10804
- * ],
10620
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
10805
10621
  * });
10806
10622
  *
10807
10623
  * // Acquire an auth client, and bind it to all future calls
@@ -10928,10 +10744,7 @@ export namespace sasportal_v1alpha1 {
10928
10744
  * async function main() {
10929
10745
  * const auth = new google.auth.GoogleAuth({
10930
10746
  * // Scopes can be specified either as an array or as a single, space-delimited string.
10931
- * scopes: [
10932
- * 'https://www.googleapis.com/auth/sasportal',
10933
- * 'https://www.googleapis.com/auth/userinfo.email',
10934
- * ],
10747
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
10935
10748
  * });
10936
10749
  *
10937
10750
  * // Acquire an auth client, and bind it to all future calls
@@ -11073,10 +10886,7 @@ export namespace sasportal_v1alpha1 {
11073
10886
  * async function main() {
11074
10887
  * const auth = new google.auth.GoogleAuth({
11075
10888
  * // Scopes can be specified either as an array or as a single, space-delimited string.
11076
- * scopes: [
11077
- * 'https://www.googleapis.com/auth/sasportal',
11078
- * 'https://www.googleapis.com/auth/userinfo.email',
11079
- * ],
10889
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
11080
10890
  * });
11081
10891
  *
11082
10892
  * // Acquire an auth client, and bind it to all future calls
@@ -11219,10 +11029,7 @@ export namespace sasportal_v1alpha1 {
11219
11029
  * async function main() {
11220
11030
  * const auth = new google.auth.GoogleAuth({
11221
11031
  * // Scopes can be specified either as an array or as a single, space-delimited string.
11222
- * scopes: [
11223
- * 'https://www.googleapis.com/auth/sasportal',
11224
- * 'https://www.googleapis.com/auth/userinfo.email',
11225
- * ],
11032
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
11226
11033
  * });
11227
11034
  *
11228
11035
  * // Acquire an auth client, and bind it to all future calls
@@ -11440,10 +11247,7 @@ export namespace sasportal_v1alpha1 {
11440
11247
  * async function main() {
11441
11248
  * const auth = new google.auth.GoogleAuth({
11442
11249
  * // Scopes can be specified either as an array or as a single, space-delimited string.
11443
- * scopes: [
11444
- * 'https://www.googleapis.com/auth/sasportal',
11445
- * 'https://www.googleapis.com/auth/userinfo.email',
11446
- * ],
11250
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
11447
11251
  * });
11448
11252
  *
11449
11253
  * // Acquire an auth client, and bind it to all future calls
@@ -11589,10 +11393,7 @@ export namespace sasportal_v1alpha1 {
11589
11393
  * async function main() {
11590
11394
  * const auth = new google.auth.GoogleAuth({
11591
11395
  * // Scopes can be specified either as an array or as a single, space-delimited string.
11592
- * scopes: [
11593
- * 'https://www.googleapis.com/auth/sasportal',
11594
- * 'https://www.googleapis.com/auth/userinfo.email',
11595
- * ],
11396
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
11596
11397
  * });
11597
11398
  *
11598
11399
  * // Acquire an auth client, and bind it to all future calls
@@ -11776,10 +11577,7 @@ export namespace sasportal_v1alpha1 {
11776
11577
  * async function main() {
11777
11578
  * const auth = new google.auth.GoogleAuth({
11778
11579
  * // Scopes can be specified either as an array or as a single, space-delimited string.
11779
- * scopes: [
11780
- * 'https://www.googleapis.com/auth/sasportal',
11781
- * 'https://www.googleapis.com/auth/userinfo.email',
11782
- * ],
11580
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
11783
11581
  * });
11784
11582
  *
11785
11583
  * // Acquire an auth client, and bind it to all future calls
@@ -11936,10 +11734,7 @@ export namespace sasportal_v1alpha1 {
11936
11734
  * async function main() {
11937
11735
  * const auth = new google.auth.GoogleAuth({
11938
11736
  * // Scopes can be specified either as an array or as a single, space-delimited string.
11939
- * scopes: [
11940
- * 'https://www.googleapis.com/auth/sasportal',
11941
- * 'https://www.googleapis.com/auth/userinfo.email',
11942
- * ],
11737
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
11943
11738
  * });
11944
11739
  *
11945
11740
  * // Acquire an auth client, and bind it to all future calls
@@ -12087,10 +11882,7 @@ export namespace sasportal_v1alpha1 {
12087
11882
  * async function main() {
12088
11883
  * const auth = new google.auth.GoogleAuth({
12089
11884
  * // Scopes can be specified either as an array or as a single, space-delimited string.
12090
- * scopes: [
12091
- * 'https://www.googleapis.com/auth/sasportal',
12092
- * 'https://www.googleapis.com/auth/userinfo.email',
12093
- * ],
11885
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
12094
11886
  * });
12095
11887
  *
12096
11888
  * // Acquire an auth client, and bind it to all future calls
@@ -12286,10 +12078,7 @@ export namespace sasportal_v1alpha1 {
12286
12078
  * async function main() {
12287
12079
  * const auth = new google.auth.GoogleAuth({
12288
12080
  * // Scopes can be specified either as an array or as a single, space-delimited string.
12289
- * scopes: [
12290
- * 'https://www.googleapis.com/auth/sasportal',
12291
- * 'https://www.googleapis.com/auth/userinfo.email',
12292
- * ],
12081
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
12293
12082
  * });
12294
12083
  *
12295
12084
  * // Acquire an auth client, and bind it to all future calls
@@ -12430,10 +12219,7 @@ export namespace sasportal_v1alpha1 {
12430
12219
  * async function main() {
12431
12220
  * const auth = new google.auth.GoogleAuth({
12432
12221
  * // Scopes can be specified either as an array or as a single, space-delimited string.
12433
- * scopes: [
12434
- * 'https://www.googleapis.com/auth/sasportal',
12435
- * 'https://www.googleapis.com/auth/userinfo.email',
12436
- * ],
12222
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
12437
12223
  * });
12438
12224
  *
12439
12225
  * // Acquire an auth client, and bind it to all future calls
@@ -12615,10 +12401,7 @@ export namespace sasportal_v1alpha1 {
12615
12401
  * async function main() {
12616
12402
  * const auth = new google.auth.GoogleAuth({
12617
12403
  * // Scopes can be specified either as an array or as a single, space-delimited string.
12618
- * scopes: [
12619
- * 'https://www.googleapis.com/auth/sasportal',
12620
- * 'https://www.googleapis.com/auth/userinfo.email',
12621
- * ],
12404
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
12622
12405
  * });
12623
12406
  *
12624
12407
  * // Acquire an auth client, and bind it to all future calls
@@ -12752,10 +12535,7 @@ export namespace sasportal_v1alpha1 {
12752
12535
  * async function main() {
12753
12536
  * const auth = new google.auth.GoogleAuth({
12754
12537
  * // Scopes can be specified either as an array or as a single, space-delimited string.
12755
- * scopes: [
12756
- * 'https://www.googleapis.com/auth/sasportal',
12757
- * 'https://www.googleapis.com/auth/userinfo.email',
12758
- * ],
12538
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
12759
12539
  * });
12760
12540
  *
12761
12541
  * // Acquire an auth client, and bind it to all future calls
@@ -12891,10 +12671,7 @@ export namespace sasportal_v1alpha1 {
12891
12671
  * async function main() {
12892
12672
  * const auth = new google.auth.GoogleAuth({
12893
12673
  * // Scopes can be specified either as an array or as a single, space-delimited string.
12894
- * scopes: [
12895
- * 'https://www.googleapis.com/auth/sasportal',
12896
- * 'https://www.googleapis.com/auth/userinfo.email',
12897
- * ],
12674
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
12898
12675
  * });
12899
12676
  *
12900
12677
  * // Acquire an auth client, and bind it to all future calls