@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.
@@ -97,7 +97,7 @@ export declare namespace sasportal_v1alpha1 {
97
97
  */
98
98
  frequencyRange?: Schema$SasPortalFrequencyRange;
99
99
  /**
100
- * The channel score, normalized to be in [0,100].
100
+ * The channel score, normalized to be in the range [0,100].
101
101
  */
102
102
  score?: number | null;
103
103
  }
@@ -140,7 +140,7 @@ export declare namespace sasportal_v1alpha1 {
140
140
  */
141
141
  displayName?: string | null;
142
142
  /**
143
- * Output only. The FRNs copied from its direct parent.
143
+ * Output only. The FCC Registration Numbers (FRNs) copied from its direct parent.
144
144
  */
145
145
  frns?: string[] | null;
146
146
  /**
@@ -174,7 +174,7 @@ export declare namespace sasportal_v1alpha1 {
174
174
  */
175
175
  fccId?: string | null;
176
176
  /**
177
- * Only ranges within the allowlists are available for new grants.
177
+ * Only ranges that are within the allowlists are available for new grants.
178
178
  */
179
179
  grantRangeAllowlists?: Schema$SasPortalFrequencyRange[];
180
180
  /**
@@ -302,19 +302,19 @@ export declare namespace sasportal_v1alpha1 {
302
302
  */
303
303
  export interface Schema$SasPortalDeviceMetadata {
304
304
  /**
305
- * If populated, the Antenna Model Pattern to use. Format is: RecordCreatorId:PatternId
305
+ * If populated, the Antenna Model Pattern to use. Format is: `RecordCreatorId:PatternId`
306
306
  */
307
307
  antennaModel?: string | null;
308
308
  /**
309
- * 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.
309
+ * 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).
310
310
  */
311
311
  commonChannelGroup?: string | null;
312
312
  /**
313
- * ICG. A group of CBSDs that manage their own interference with the group. See CBRSA-TS-2001 V3.0.0 for more details.
313
+ * 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).
314
314
  */
315
315
  interferenceCoordinationGroup?: string | null;
316
316
  /**
317
- * Output only. Whether a CPI has validated to have coordinated with the National Quiet Zone office.
317
+ * Output only. Set to `true` if a CPI has validated that they have coordinated with the National Quiet Zone office.
318
318
  */
319
319
  nrqzValidated?: boolean | null;
320
320
  /**
@@ -421,6 +421,10 @@ export declare namespace sasportal_v1alpha1 {
421
421
  * Peak antenna gain in dBi. This parameter is an integer with a value between -127 and +128 (dBi) inclusive.
422
422
  */
423
423
  antennaGain?: number | null;
424
+ /**
425
+ * As above, but as a DoubleValue.
426
+ */
427
+ antennaGainNewField?: number | null;
424
428
  /**
425
429
  * If an external antenna is used, the antenna model is optionally provided in this field. The string has a maximum length of 128 octets.
426
430
  */
@@ -433,6 +437,10 @@ export declare namespace sasportal_v1alpha1 {
433
437
  * 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.
434
438
  */
435
439
  eirpCapability?: number | null;
440
+ /**
441
+ * As above, but as a DoubleValue.
442
+ */
443
+ eirpCapabilityNewField?: number | null;
436
444
  /**
437
445
  * 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.
438
446
  */
@@ -563,7 +571,7 @@ export declare namespace sasportal_v1alpha1 {
563
571
  */
564
572
  export interface Schema$SasPortalNrqzValidation {
565
573
  /**
566
- * Validation case id.
574
+ * Validation case ID.
567
575
  */
568
576
  caseId?: string | null;
569
577
  /**
@@ -571,11 +579,11 @@ export declare namespace sasportal_v1alpha1 {
571
579
  */
572
580
  cpiId?: string | null;
573
581
  /**
574
- * Device latitude associated with the validation.
582
+ * Device latitude that's associated with the validation.
575
583
  */
576
584
  latitude?: number | null;
577
585
  /**
578
- * Device longitude associated with the validation.
586
+ * Device longitude that's associated with the validation.
579
587
  */
580
588
  longitude?: number | null;
581
589
  /**
@@ -630,7 +638,7 @@ export declare namespace sasportal_v1alpha1 {
630
638
  */
631
639
  export interface Schema$SasPortalSetPolicyRequest {
632
640
  /**
633
- * Optional. Set the field as true when we would like to disable the onboarding notification.
641
+ * Optional. Set the field as `true` to disable the onboarding notification.
634
642
  */
635
643
  disableNotification?: boolean | null;
636
644
  /**
@@ -751,10 +759,7 @@ export declare namespace sasportal_v1alpha1 {
751
759
  * async function main() {
752
760
  * const auth = new google.auth.GoogleAuth({
753
761
  * // Scopes can be specified either as an array or as a single, space-delimited string.
754
- * scopes: [
755
- * 'https://www.googleapis.com/auth/sasportal',
756
- * 'https://www.googleapis.com/auth/userinfo.email',
757
- * ],
762
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
758
763
  * });
759
764
  *
760
765
  * // Acquire an auth client, and bind it to all future calls
@@ -812,10 +817,7 @@ export declare namespace sasportal_v1alpha1 {
812
817
  * async function main() {
813
818
  * const auth = new google.auth.GoogleAuth({
814
819
  * // Scopes can be specified either as an array or as a single, space-delimited string.
815
- * scopes: [
816
- * 'https://www.googleapis.com/auth/sasportal',
817
- * 'https://www.googleapis.com/auth/userinfo.email',
818
- * ],
820
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
819
821
  * });
820
822
  *
821
823
  * // Acquire an auth client, and bind it to all future calls
@@ -874,10 +876,7 @@ export declare namespace sasportal_v1alpha1 {
874
876
  * async function main() {
875
877
  * const auth = new google.auth.GoogleAuth({
876
878
  * // Scopes can be specified either as an array or as a single, space-delimited string.
877
- * scopes: [
878
- * 'https://www.googleapis.com/auth/sasportal',
879
- * 'https://www.googleapis.com/auth/userinfo.email',
880
- * ],
879
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
881
880
  * });
882
881
  *
883
882
  * // Acquire an auth client, and bind it to all future calls
@@ -982,10 +981,7 @@ export declare namespace sasportal_v1alpha1 {
982
981
  * async function main() {
983
982
  * const auth = new google.auth.GoogleAuth({
984
983
  * // Scopes can be specified either as an array or as a single, space-delimited string.
985
- * scopes: [
986
- * 'https://www.googleapis.com/auth/sasportal',
987
- * 'https://www.googleapis.com/auth/userinfo.email',
988
- * ],
984
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
989
985
  * });
990
986
  *
991
987
  * // Acquire an auth client, and bind it to all future calls
@@ -1055,10 +1051,7 @@ export declare namespace sasportal_v1alpha1 {
1055
1051
  * async function main() {
1056
1052
  * const auth = new google.auth.GoogleAuth({
1057
1053
  * // Scopes can be specified either as an array or as a single, space-delimited string.
1058
- * scopes: [
1059
- * 'https://www.googleapis.com/auth/sasportal',
1060
- * 'https://www.googleapis.com/auth/userinfo.email',
1061
- * ],
1054
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
1062
1055
  * });
1063
1056
  *
1064
1057
  * // Acquire an auth client, and bind it to all future calls
@@ -1112,10 +1105,7 @@ export declare namespace sasportal_v1alpha1 {
1112
1105
  * async function main() {
1113
1106
  * const auth = new google.auth.GoogleAuth({
1114
1107
  * // Scopes can be specified either as an array or as a single, space-delimited string.
1115
- * scopes: [
1116
- * 'https://www.googleapis.com/auth/sasportal',
1117
- * 'https://www.googleapis.com/auth/userinfo.email',
1118
- * ],
1108
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
1119
1109
  * });
1120
1110
  *
1121
1111
  * // Acquire an auth client, and bind it to all future calls
@@ -1174,10 +1164,7 @@ export declare namespace sasportal_v1alpha1 {
1174
1164
  * async function main() {
1175
1165
  * const auth = new google.auth.GoogleAuth({
1176
1166
  * // Scopes can be specified either as an array or as a single, space-delimited string.
1177
- * scopes: [
1178
- * 'https://www.googleapis.com/auth/sasportal',
1179
- * 'https://www.googleapis.com/auth/userinfo.email',
1180
- * ],
1167
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
1181
1168
  * });
1182
1169
  *
1183
1170
  * // Acquire an auth client, and bind it to all future calls
@@ -1240,10 +1227,7 @@ export declare namespace sasportal_v1alpha1 {
1240
1227
  * async function main() {
1241
1228
  * const auth = new google.auth.GoogleAuth({
1242
1229
  * // Scopes can be specified either as an array or as a single, space-delimited string.
1243
- * scopes: [
1244
- * 'https://www.googleapis.com/auth/sasportal',
1245
- * 'https://www.googleapis.com/auth/userinfo.email',
1246
- * ],
1230
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
1247
1231
  * });
1248
1232
  *
1249
1233
  * // Acquire an auth client, and bind it to all future calls
@@ -1311,10 +1295,7 @@ export declare namespace sasportal_v1alpha1 {
1311
1295
  * async function main() {
1312
1296
  * const auth = new google.auth.GoogleAuth({
1313
1297
  * // Scopes can be specified either as an array or as a single, space-delimited string.
1314
- * scopes: [
1315
- * 'https://www.googleapis.com/auth/sasportal',
1316
- * 'https://www.googleapis.com/auth/userinfo.email',
1317
- * ],
1298
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
1318
1299
  * });
1319
1300
  *
1320
1301
  * // Acquire an auth client, and bind it to all future calls
@@ -1454,10 +1435,7 @@ export declare namespace sasportal_v1alpha1 {
1454
1435
  * async function main() {
1455
1436
  * const auth = new google.auth.GoogleAuth({
1456
1437
  * // Scopes can be specified either as an array or as a single, space-delimited string.
1457
- * scopes: [
1458
- * 'https://www.googleapis.com/auth/sasportal',
1459
- * 'https://www.googleapis.com/auth/userinfo.email',
1460
- * ],
1438
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
1461
1439
  * });
1462
1440
  *
1463
1441
  * // Acquire an auth client, and bind it to all future calls
@@ -1541,10 +1519,7 @@ export declare namespace sasportal_v1alpha1 {
1541
1519
  * async function main() {
1542
1520
  * const auth = new google.auth.GoogleAuth({
1543
1521
  * // Scopes can be specified either as an array or as a single, space-delimited string.
1544
- * scopes: [
1545
- * 'https://www.googleapis.com/auth/sasportal',
1546
- * 'https://www.googleapis.com/auth/userinfo.email',
1547
- * ],
1522
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
1548
1523
  * });
1549
1524
  *
1550
1525
  * // Acquire an auth client, and bind it to all future calls
@@ -1619,10 +1594,7 @@ export declare namespace sasportal_v1alpha1 {
1619
1594
  * async function main() {
1620
1595
  * const auth = new google.auth.GoogleAuth({
1621
1596
  * // Scopes can be specified either as an array or as a single, space-delimited string.
1622
- * scopes: [
1623
- * 'https://www.googleapis.com/auth/sasportal',
1624
- * 'https://www.googleapis.com/auth/userinfo.email',
1625
- * ],
1597
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
1626
1598
  * });
1627
1599
  *
1628
1600
  * // Acquire an auth client, and bind it to all future calls
@@ -1727,10 +1699,7 @@ export declare namespace sasportal_v1alpha1 {
1727
1699
  * async function main() {
1728
1700
  * const auth = new google.auth.GoogleAuth({
1729
1701
  * // Scopes can be specified either as an array or as a single, space-delimited string.
1730
- * scopes: [
1731
- * 'https://www.googleapis.com/auth/sasportal',
1732
- * 'https://www.googleapis.com/auth/userinfo.email',
1733
- * ],
1702
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
1734
1703
  * });
1735
1704
  *
1736
1705
  * // Acquire an auth client, and bind it to all future calls
@@ -1814,10 +1783,7 @@ export declare namespace sasportal_v1alpha1 {
1814
1783
  * async function main() {
1815
1784
  * const auth = new google.auth.GoogleAuth({
1816
1785
  * // Scopes can be specified either as an array or as a single, space-delimited string.
1817
- * scopes: [
1818
- * 'https://www.googleapis.com/auth/sasportal',
1819
- * 'https://www.googleapis.com/auth/userinfo.email',
1820
- * ],
1786
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
1821
1787
  * });
1822
1788
  *
1823
1789
  * // Acquire an auth client, and bind it to all future calls
@@ -1892,10 +1858,7 @@ export declare namespace sasportal_v1alpha1 {
1892
1858
  * async function main() {
1893
1859
  * const auth = new google.auth.GoogleAuth({
1894
1860
  * // Scopes can be specified either as an array or as a single, space-delimited string.
1895
- * scopes: [
1896
- * 'https://www.googleapis.com/auth/sasportal',
1897
- * 'https://www.googleapis.com/auth/userinfo.email',
1898
- * ],
1861
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
1899
1862
  * });
1900
1863
  *
1901
1864
  * // Acquire an auth client, and bind it to all future calls
@@ -1949,10 +1912,7 @@ export declare namespace sasportal_v1alpha1 {
1949
1912
  * async function main() {
1950
1913
  * const auth = new google.auth.GoogleAuth({
1951
1914
  * // Scopes can be specified either as an array or as a single, space-delimited string.
1952
- * scopes: [
1953
- * 'https://www.googleapis.com/auth/sasportal',
1954
- * 'https://www.googleapis.com/auth/userinfo.email',
1955
- * ],
1915
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
1956
1916
  * });
1957
1917
  *
1958
1918
  * // Acquire an auth client, and bind it to all future calls
@@ -2018,10 +1978,7 @@ export declare namespace sasportal_v1alpha1 {
2018
1978
  * async function main() {
2019
1979
  * const auth = new google.auth.GoogleAuth({
2020
1980
  * // Scopes can be specified either as an array or as a single, space-delimited string.
2021
- * scopes: [
2022
- * 'https://www.googleapis.com/auth/sasportal',
2023
- * 'https://www.googleapis.com/auth/userinfo.email',
2024
- * ],
1981
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
2025
1982
  * });
2026
1983
  *
2027
1984
  * // Acquire an auth client, and bind it to all future calls
@@ -2084,10 +2041,7 @@ export declare namespace sasportal_v1alpha1 {
2084
2041
  * async function main() {
2085
2042
  * const auth = new google.auth.GoogleAuth({
2086
2043
  * // Scopes can be specified either as an array or as a single, space-delimited string.
2087
- * scopes: [
2088
- * 'https://www.googleapis.com/auth/sasportal',
2089
- * 'https://www.googleapis.com/auth/userinfo.email',
2090
- * ],
2044
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
2091
2045
  * });
2092
2046
  *
2093
2047
  * // Acquire an auth client, and bind it to all future calls
@@ -2155,10 +2109,7 @@ export declare namespace sasportal_v1alpha1 {
2155
2109
  * async function main() {
2156
2110
  * const auth = new google.auth.GoogleAuth({
2157
2111
  * // Scopes can be specified either as an array or as a single, space-delimited string.
2158
- * scopes: [
2159
- * 'https://www.googleapis.com/auth/sasportal',
2160
- * 'https://www.googleapis.com/auth/userinfo.email',
2161
- * ],
2112
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
2162
2113
  * });
2163
2114
  *
2164
2115
  * // Acquire an auth client, and bind it to all future calls
@@ -2244,10 +2195,7 @@ export declare namespace sasportal_v1alpha1 {
2244
2195
  * async function main() {
2245
2196
  * const auth = new google.auth.GoogleAuth({
2246
2197
  * // Scopes can be specified either as an array or as a single, space-delimited string.
2247
- * scopes: [
2248
- * 'https://www.googleapis.com/auth/sasportal',
2249
- * 'https://www.googleapis.com/auth/userinfo.email',
2250
- * ],
2198
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
2251
2199
  * });
2252
2200
  *
2253
2201
  * // Acquire an auth client, and bind it to all future calls
@@ -2309,10 +2257,7 @@ export declare namespace sasportal_v1alpha1 {
2309
2257
  * async function main() {
2310
2258
  * const auth = new google.auth.GoogleAuth({
2311
2259
  * // Scopes can be specified either as an array or as a single, space-delimited string.
2312
- * scopes: [
2313
- * 'https://www.googleapis.com/auth/sasportal',
2314
- * 'https://www.googleapis.com/auth/userinfo.email',
2315
- * ],
2260
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
2316
2261
  * });
2317
2262
  *
2318
2263
  * // Acquire an auth client, and bind it to all future calls
@@ -2488,10 +2433,7 @@ export declare namespace sasportal_v1alpha1 {
2488
2433
  * async function main() {
2489
2434
  * const auth = new google.auth.GoogleAuth({
2490
2435
  * // Scopes can be specified either as an array or as a single, space-delimited string.
2491
- * scopes: [
2492
- * 'https://www.googleapis.com/auth/sasportal',
2493
- * 'https://www.googleapis.com/auth/userinfo.email',
2494
- * ],
2436
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
2495
2437
  * });
2496
2438
  *
2497
2439
  * // Acquire an auth client, and bind it to all future calls
@@ -2559,10 +2501,7 @@ export declare namespace sasportal_v1alpha1 {
2559
2501
  * async function main() {
2560
2502
  * const auth = new google.auth.GoogleAuth({
2561
2503
  * // Scopes can be specified either as an array or as a single, space-delimited string.
2562
- * scopes: [
2563
- * 'https://www.googleapis.com/auth/sasportal',
2564
- * 'https://www.googleapis.com/auth/userinfo.email',
2565
- * ],
2504
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
2566
2505
  * });
2567
2506
  *
2568
2507
  * // Acquire an auth client, and bind it to all future calls
@@ -2616,10 +2555,7 @@ export declare namespace sasportal_v1alpha1 {
2616
2555
  * async function main() {
2617
2556
  * const auth = new google.auth.GoogleAuth({
2618
2557
  * // Scopes can be specified either as an array or as a single, space-delimited string.
2619
- * scopes: [
2620
- * 'https://www.googleapis.com/auth/sasportal',
2621
- * 'https://www.googleapis.com/auth/userinfo.email',
2622
- * ],
2558
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
2623
2559
  * });
2624
2560
  *
2625
2561
  * // Acquire an auth client, and bind it to all future calls
@@ -2677,10 +2613,7 @@ export declare namespace sasportal_v1alpha1 {
2677
2613
  * async function main() {
2678
2614
  * const auth = new google.auth.GoogleAuth({
2679
2615
  * // Scopes can be specified either as an array or as a single, space-delimited string.
2680
- * scopes: [
2681
- * 'https://www.googleapis.com/auth/sasportal',
2682
- * 'https://www.googleapis.com/auth/userinfo.email',
2683
- * ],
2616
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
2684
2617
  * });
2685
2618
  *
2686
2619
  * // Acquire an auth client, and bind it to all future calls
@@ -2743,10 +2676,7 @@ export declare namespace sasportal_v1alpha1 {
2743
2676
  * async function main() {
2744
2677
  * const auth = new google.auth.GoogleAuth({
2745
2678
  * // Scopes can be specified either as an array or as a single, space-delimited string.
2746
- * scopes: [
2747
- * 'https://www.googleapis.com/auth/sasportal',
2748
- * 'https://www.googleapis.com/auth/userinfo.email',
2749
- * ],
2679
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
2750
2680
  * });
2751
2681
  *
2752
2682
  * // Acquire an auth client, and bind it to all future calls
@@ -2814,10 +2744,7 @@ export declare namespace sasportal_v1alpha1 {
2814
2744
  * async function main() {
2815
2745
  * const auth = new google.auth.GoogleAuth({
2816
2746
  * // Scopes can be specified either as an array or as a single, space-delimited string.
2817
- * scopes: [
2818
- * 'https://www.googleapis.com/auth/sasportal',
2819
- * 'https://www.googleapis.com/auth/userinfo.email',
2820
- * ],
2747
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
2821
2748
  * });
2822
2749
  *
2823
2750
  * // Acquire an auth client, and bind it to all future calls
@@ -2955,10 +2882,7 @@ export declare namespace sasportal_v1alpha1 {
2955
2882
  * async function main() {
2956
2883
  * const auth = new google.auth.GoogleAuth({
2957
2884
  * // Scopes can be specified either as an array or as a single, space-delimited string.
2958
- * scopes: [
2959
- * 'https://www.googleapis.com/auth/sasportal',
2960
- * 'https://www.googleapis.com/auth/userinfo.email',
2961
- * ],
2885
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
2962
2886
  * });
2963
2887
  *
2964
2888
  * // Acquire an auth client, and bind it to all future calls
@@ -3028,10 +2952,7 @@ export declare namespace sasportal_v1alpha1 {
3028
2952
  * async function main() {
3029
2953
  * const auth = new google.auth.GoogleAuth({
3030
2954
  * // Scopes can be specified either as an array or as a single, space-delimited string.
3031
- * scopes: [
3032
- * 'https://www.googleapis.com/auth/sasportal',
3033
- * 'https://www.googleapis.com/auth/userinfo.email',
3034
- * ],
2955
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
3035
2956
  * });
3036
2957
  *
3037
2958
  * // Acquire an auth client, and bind it to all future calls
@@ -3126,10 +3047,7 @@ export declare namespace sasportal_v1alpha1 {
3126
3047
  * async function main() {
3127
3048
  * const auth = new google.auth.GoogleAuth({
3128
3049
  * // Scopes can be specified either as an array or as a single, space-delimited string.
3129
- * scopes: [
3130
- * 'https://www.googleapis.com/auth/sasportal',
3131
- * 'https://www.googleapis.com/auth/userinfo.email',
3132
- * ],
3050
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
3133
3051
  * });
3134
3052
  *
3135
3053
  * // Acquire an auth client, and bind it to all future calls
@@ -3213,10 +3131,7 @@ export declare namespace sasportal_v1alpha1 {
3213
3131
  * async function main() {
3214
3132
  * const auth = new google.auth.GoogleAuth({
3215
3133
  * // Scopes can be specified either as an array or as a single, space-delimited string.
3216
- * scopes: [
3217
- * 'https://www.googleapis.com/auth/sasportal',
3218
- * 'https://www.googleapis.com/auth/userinfo.email',
3219
- * ],
3134
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
3220
3135
  * });
3221
3136
  *
3222
3137
  * // Acquire an auth client, and bind it to all future calls
@@ -3291,10 +3206,7 @@ export declare namespace sasportal_v1alpha1 {
3291
3206
  * async function main() {
3292
3207
  * const auth = new google.auth.GoogleAuth({
3293
3208
  * // 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
- * ],
3209
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
3298
3210
  * });
3299
3211
  *
3300
3212
  * // Acquire an auth client, and bind it to all future calls
@@ -3399,10 +3311,7 @@ export declare namespace sasportal_v1alpha1 {
3399
3311
  * async function main() {
3400
3312
  * const auth = new google.auth.GoogleAuth({
3401
3313
  * // Scopes can be specified either as an array or as a single, space-delimited string.
3402
- * scopes: [
3403
- * 'https://www.googleapis.com/auth/sasportal',
3404
- * 'https://www.googleapis.com/auth/userinfo.email',
3405
- * ],
3314
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
3406
3315
  * });
3407
3316
  *
3408
3317
  * // Acquire an auth client, and bind it to all future calls
@@ -3470,10 +3379,7 @@ export declare namespace sasportal_v1alpha1 {
3470
3379
  * async function main() {
3471
3380
  * const auth = new google.auth.GoogleAuth({
3472
3381
  * // Scopes can be specified either as an array or as a single, space-delimited string.
3473
- * scopes: [
3474
- * 'https://www.googleapis.com/auth/sasportal',
3475
- * 'https://www.googleapis.com/auth/userinfo.email',
3476
- * ],
3382
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
3477
3383
  * });
3478
3384
  *
3479
3385
  * // Acquire an auth client, and bind it to all future calls
@@ -3569,10 +3475,7 @@ export declare namespace sasportal_v1alpha1 {
3569
3475
  * async function main() {
3570
3476
  * const auth = new google.auth.GoogleAuth({
3571
3477
  * // Scopes can be specified either as an array or as a single, space-delimited string.
3572
- * scopes: [
3573
- * 'https://www.googleapis.com/auth/sasportal',
3574
- * 'https://www.googleapis.com/auth/userinfo.email',
3575
- * ],
3478
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
3576
3479
  * });
3577
3480
  *
3578
3481
  * // Acquire an auth client, and bind it to all future calls
@@ -3641,10 +3544,7 @@ export declare namespace sasportal_v1alpha1 {
3641
3544
  * async function main() {
3642
3545
  * const auth = new google.auth.GoogleAuth({
3643
3546
  * // Scopes can be specified either as an array or as a single, space-delimited string.
3644
- * scopes: [
3645
- * 'https://www.googleapis.com/auth/sasportal',
3646
- * 'https://www.googleapis.com/auth/userinfo.email',
3647
- * ],
3547
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
3648
3548
  * });
3649
3549
  *
3650
3550
  * // Acquire an auth client, and bind it to all future calls
@@ -3698,10 +3598,7 @@ export declare namespace sasportal_v1alpha1 {
3698
3598
  * async function main() {
3699
3599
  * const auth = new google.auth.GoogleAuth({
3700
3600
  * // Scopes can be specified either as an array or as a single, space-delimited string.
3701
- * scopes: [
3702
- * 'https://www.googleapis.com/auth/sasportal',
3703
- * 'https://www.googleapis.com/auth/userinfo.email',
3704
- * ],
3601
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
3705
3602
  * });
3706
3603
  *
3707
3604
  * // Acquire an auth client, and bind it to all future calls
@@ -3767,10 +3664,7 @@ export declare namespace sasportal_v1alpha1 {
3767
3664
  * async function main() {
3768
3665
  * const auth = new google.auth.GoogleAuth({
3769
3666
  * // Scopes can be specified either as an array or as a single, space-delimited string.
3770
- * scopes: [
3771
- * 'https://www.googleapis.com/auth/sasportal',
3772
- * 'https://www.googleapis.com/auth/userinfo.email',
3773
- * ],
3667
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
3774
3668
  * });
3775
3669
  *
3776
3670
  * // Acquire an auth client, and bind it to all future calls
@@ -3838,10 +3732,7 @@ export declare namespace sasportal_v1alpha1 {
3838
3732
  * async function main() {
3839
3733
  * const auth = new google.auth.GoogleAuth({
3840
3734
  * // Scopes can be specified either as an array or as a single, space-delimited string.
3841
- * scopes: [
3842
- * 'https://www.googleapis.com/auth/sasportal',
3843
- * 'https://www.googleapis.com/auth/userinfo.email',
3844
- * ],
3735
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
3845
3736
  * });
3846
3737
  *
3847
3738
  * // Acquire an auth client, and bind it to all future calls
@@ -3927,10 +3818,7 @@ export declare namespace sasportal_v1alpha1 {
3927
3818
  * async function main() {
3928
3819
  * const auth = new google.auth.GoogleAuth({
3929
3820
  * // Scopes can be specified either as an array or as a single, space-delimited string.
3930
- * scopes: [
3931
- * 'https://www.googleapis.com/auth/sasportal',
3932
- * 'https://www.googleapis.com/auth/userinfo.email',
3933
- * ],
3821
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
3934
3822
  * });
3935
3823
  *
3936
3824
  * // Acquire an auth client, and bind it to all future calls
@@ -3992,10 +3880,7 @@ export declare namespace sasportal_v1alpha1 {
3992
3880
  * async function main() {
3993
3881
  * const auth = new google.auth.GoogleAuth({
3994
3882
  * // Scopes can be specified either as an array or as a single, space-delimited string.
3995
- * scopes: [
3996
- * 'https://www.googleapis.com/auth/sasportal',
3997
- * 'https://www.googleapis.com/auth/userinfo.email',
3998
- * ],
3883
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
3999
3884
  * });
4000
3885
  *
4001
3886
  * // Acquire an auth client, and bind it to all future calls
@@ -4130,10 +4015,7 @@ export declare namespace sasportal_v1alpha1 {
4130
4015
  * async function main() {
4131
4016
  * const auth = new google.auth.GoogleAuth({
4132
4017
  * // Scopes can be specified either as an array or as a single, space-delimited string.
4133
- * scopes: [
4134
- * 'https://www.googleapis.com/auth/sasportal',
4135
- * 'https://www.googleapis.com/auth/userinfo.email',
4136
- * ],
4018
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
4137
4019
  * });
4138
4020
  *
4139
4021
  * // Acquire an auth client, and bind it to all future calls
@@ -4192,10 +4074,7 @@ export declare namespace sasportal_v1alpha1 {
4192
4074
  * async function main() {
4193
4075
  * const auth = new google.auth.GoogleAuth({
4194
4076
  * // Scopes can be specified either as an array or as a single, space-delimited string.
4195
- * scopes: [
4196
- * 'https://www.googleapis.com/auth/sasportal',
4197
- * 'https://www.googleapis.com/auth/userinfo.email',
4198
- * ],
4077
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
4199
4078
  * });
4200
4079
  *
4201
4080
  * // Acquire an auth client, and bind it to all future calls
@@ -4275,10 +4154,7 @@ export declare namespace sasportal_v1alpha1 {
4275
4154
  * async function main() {
4276
4155
  * const auth = new google.auth.GoogleAuth({
4277
4156
  * // Scopes can be specified either as an array or as a single, space-delimited string.
4278
- * scopes: [
4279
- * 'https://www.googleapis.com/auth/sasportal',
4280
- * 'https://www.googleapis.com/auth/userinfo.email',
4281
- * ],
4157
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
4282
4158
  * });
4283
4159
  *
4284
4160
  * // Acquire an auth client, and bind it to all future calls
@@ -4347,10 +4223,7 @@ export declare namespace sasportal_v1alpha1 {
4347
4223
  * async function main() {
4348
4224
  * const auth = new google.auth.GoogleAuth({
4349
4225
  * // Scopes can be specified either as an array or as a single, space-delimited string.
4350
- * scopes: [
4351
- * 'https://www.googleapis.com/auth/sasportal',
4352
- * 'https://www.googleapis.com/auth/userinfo.email',
4353
- * ],
4226
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
4354
4227
  * });
4355
4228
  *
4356
4229
  * // Acquire an auth client, and bind it to all future calls
@@ -4404,10 +4277,7 @@ export declare namespace sasportal_v1alpha1 {
4404
4277
  * async function main() {
4405
4278
  * const auth = new google.auth.GoogleAuth({
4406
4279
  * // Scopes can be specified either as an array or as a single, space-delimited string.
4407
- * scopes: [
4408
- * 'https://www.googleapis.com/auth/sasportal',
4409
- * 'https://www.googleapis.com/auth/userinfo.email',
4410
- * ],
4280
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
4411
4281
  * });
4412
4282
  *
4413
4283
  * // Acquire an auth client, and bind it to all future calls
@@ -4466,10 +4336,7 @@ export declare namespace sasportal_v1alpha1 {
4466
4336
  * async function main() {
4467
4337
  * const auth = new google.auth.GoogleAuth({
4468
4338
  * // Scopes can be specified either as an array or as a single, space-delimited string.
4469
- * scopes: [
4470
- * 'https://www.googleapis.com/auth/sasportal',
4471
- * 'https://www.googleapis.com/auth/userinfo.email',
4472
- * ],
4339
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
4473
4340
  * });
4474
4341
  *
4475
4342
  * // Acquire an auth client, and bind it to all future calls
@@ -4532,10 +4399,7 @@ export declare namespace sasportal_v1alpha1 {
4532
4399
  * async function main() {
4533
4400
  * const auth = new google.auth.GoogleAuth({
4534
4401
  * // Scopes can be specified either as an array or as a single, space-delimited string.
4535
- * scopes: [
4536
- * 'https://www.googleapis.com/auth/sasportal',
4537
- * 'https://www.googleapis.com/auth/userinfo.email',
4538
- * ],
4402
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
4539
4403
  * });
4540
4404
  *
4541
4405
  * // Acquire an auth client, and bind it to all future calls
@@ -4603,10 +4467,7 @@ export declare namespace sasportal_v1alpha1 {
4603
4467
  * async function main() {
4604
4468
  * const auth = new google.auth.GoogleAuth({
4605
4469
  * // Scopes can be specified either as an array or as a single, space-delimited string.
4606
- * scopes: [
4607
- * 'https://www.googleapis.com/auth/sasportal',
4608
- * 'https://www.googleapis.com/auth/userinfo.email',
4609
- * ],
4470
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
4610
4471
  * });
4611
4472
  *
4612
4473
  * // Acquire an auth client, and bind it to all future calls
@@ -4736,10 +4597,7 @@ export declare namespace sasportal_v1alpha1 {
4736
4597
  * async function main() {
4737
4598
  * const auth = new google.auth.GoogleAuth({
4738
4599
  * // Scopes can be specified either as an array or as a single, space-delimited string.
4739
- * scopes: [
4740
- * 'https://www.googleapis.com/auth/sasportal',
4741
- * 'https://www.googleapis.com/auth/userinfo.email',
4742
- * ],
4600
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
4743
4601
  * });
4744
4602
  *
4745
4603
  * // Acquire an auth client, and bind it to all future calls
@@ -4823,10 +4681,7 @@ export declare namespace sasportal_v1alpha1 {
4823
4681
  * async function main() {
4824
4682
  * const auth = new google.auth.GoogleAuth({
4825
4683
  * // Scopes can be specified either as an array or as a single, space-delimited string.
4826
- * scopes: [
4827
- * 'https://www.googleapis.com/auth/sasportal',
4828
- * 'https://www.googleapis.com/auth/userinfo.email',
4829
- * ],
4684
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
4830
4685
  * });
4831
4686
  *
4832
4687
  * // Acquire an auth client, and bind it to all future calls
@@ -4901,10 +4756,7 @@ export declare namespace sasportal_v1alpha1 {
4901
4756
  * async function main() {
4902
4757
  * const auth = new google.auth.GoogleAuth({
4903
4758
  * // Scopes can be specified either as an array or as a single, space-delimited string.
4904
- * scopes: [
4905
- * 'https://www.googleapis.com/auth/sasportal',
4906
- * 'https://www.googleapis.com/auth/userinfo.email',
4907
- * ],
4759
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
4908
4760
  * });
4909
4761
  *
4910
4762
  * // Acquire an auth client, and bind it to all future calls
@@ -5009,10 +4861,7 @@ export declare namespace sasportal_v1alpha1 {
5009
4861
  * async function main() {
5010
4862
  * const auth = new google.auth.GoogleAuth({
5011
4863
  * // Scopes can be specified either as an array or as a single, space-delimited string.
5012
- * scopes: [
5013
- * 'https://www.googleapis.com/auth/sasportal',
5014
- * 'https://www.googleapis.com/auth/userinfo.email',
5015
- * ],
4864
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
5016
4865
  * });
5017
4866
  *
5018
4867
  * // Acquire an auth client, and bind it to all future calls
@@ -5096,10 +4945,7 @@ export declare namespace sasportal_v1alpha1 {
5096
4945
  * async function main() {
5097
4946
  * const auth = new google.auth.GoogleAuth({
5098
4947
  * // Scopes can be specified either as an array or as a single, space-delimited string.
5099
- * scopes: [
5100
- * 'https://www.googleapis.com/auth/sasportal',
5101
- * 'https://www.googleapis.com/auth/userinfo.email',
5102
- * ],
4948
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
5103
4949
  * });
5104
4950
  *
5105
4951
  * // Acquire an auth client, and bind it to all future calls
@@ -5174,10 +5020,7 @@ export declare namespace sasportal_v1alpha1 {
5174
5020
  * async function main() {
5175
5021
  * const auth = new google.auth.GoogleAuth({
5176
5022
  * // Scopes can be specified either as an array or as a single, space-delimited string.
5177
- * scopes: [
5178
- * 'https://www.googleapis.com/auth/sasportal',
5179
- * 'https://www.googleapis.com/auth/userinfo.email',
5180
- * ],
5023
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
5181
5024
  * });
5182
5025
  *
5183
5026
  * // Acquire an auth client, and bind it to all future calls
@@ -5231,10 +5074,7 @@ export declare namespace sasportal_v1alpha1 {
5231
5074
  * async function main() {
5232
5075
  * const auth = new google.auth.GoogleAuth({
5233
5076
  * // Scopes can be specified either as an array or as a single, space-delimited string.
5234
- * scopes: [
5235
- * 'https://www.googleapis.com/auth/sasportal',
5236
- * 'https://www.googleapis.com/auth/userinfo.email',
5237
- * ],
5077
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
5238
5078
  * });
5239
5079
  *
5240
5080
  * // Acquire an auth client, and bind it to all future calls
@@ -5300,10 +5140,7 @@ export declare namespace sasportal_v1alpha1 {
5300
5140
  * async function main() {
5301
5141
  * const auth = new google.auth.GoogleAuth({
5302
5142
  * // Scopes can be specified either as an array or as a single, space-delimited string.
5303
- * scopes: [
5304
- * 'https://www.googleapis.com/auth/sasportal',
5305
- * 'https://www.googleapis.com/auth/userinfo.email',
5306
- * ],
5143
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
5307
5144
  * });
5308
5145
  *
5309
5146
  * // Acquire an auth client, and bind it to all future calls
@@ -5366,10 +5203,7 @@ export declare namespace sasportal_v1alpha1 {
5366
5203
  * async function main() {
5367
5204
  * const auth = new google.auth.GoogleAuth({
5368
5205
  * // Scopes can be specified either as an array or as a single, space-delimited string.
5369
- * scopes: [
5370
- * 'https://www.googleapis.com/auth/sasportal',
5371
- * 'https://www.googleapis.com/auth/userinfo.email',
5372
- * ],
5206
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
5373
5207
  * });
5374
5208
  *
5375
5209
  * // Acquire an auth client, and bind it to all future calls
@@ -5437,10 +5271,7 @@ export declare namespace sasportal_v1alpha1 {
5437
5271
  * async function main() {
5438
5272
  * const auth = new google.auth.GoogleAuth({
5439
5273
  * // Scopes can be specified either as an array or as a single, space-delimited string.
5440
- * scopes: [
5441
- * 'https://www.googleapis.com/auth/sasportal',
5442
- * 'https://www.googleapis.com/auth/userinfo.email',
5443
- * ],
5274
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
5444
5275
  * });
5445
5276
  *
5446
5277
  * // Acquire an auth client, and bind it to all future calls
@@ -5526,10 +5357,7 @@ export declare namespace sasportal_v1alpha1 {
5526
5357
  * async function main() {
5527
5358
  * const auth = new google.auth.GoogleAuth({
5528
5359
  * // Scopes can be specified either as an array or as a single, space-delimited string.
5529
- * scopes: [
5530
- * 'https://www.googleapis.com/auth/sasportal',
5531
- * 'https://www.googleapis.com/auth/userinfo.email',
5532
- * ],
5360
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
5533
5361
  * });
5534
5362
  *
5535
5363
  * // Acquire an auth client, and bind it to all future calls
@@ -5591,10 +5419,7 @@ export declare namespace sasportal_v1alpha1 {
5591
5419
  * async function main() {
5592
5420
  * const auth = new google.auth.GoogleAuth({
5593
5421
  * // Scopes can be specified either as an array or as a single, space-delimited string.
5594
- * scopes: [
5595
- * 'https://www.googleapis.com/auth/sasportal',
5596
- * 'https://www.googleapis.com/auth/userinfo.email',
5597
- * ],
5422
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
5598
5423
  * });
5599
5424
  *
5600
5425
  * // Acquire an auth client, and bind it to all future calls
@@ -5770,10 +5595,7 @@ export declare namespace sasportal_v1alpha1 {
5770
5595
  * async function main() {
5771
5596
  * const auth = new google.auth.GoogleAuth({
5772
5597
  * // Scopes can be specified either as an array or as a single, space-delimited string.
5773
- * scopes: [
5774
- * 'https://www.googleapis.com/auth/sasportal',
5775
- * 'https://www.googleapis.com/auth/userinfo.email',
5776
- * ],
5598
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
5777
5599
  * });
5778
5600
  *
5779
5601
  * // Acquire an auth client, and bind it to all future calls
@@ -5841,10 +5663,7 @@ export declare namespace sasportal_v1alpha1 {
5841
5663
  * async function main() {
5842
5664
  * const auth = new google.auth.GoogleAuth({
5843
5665
  * // Scopes can be specified either as an array or as a single, space-delimited string.
5844
- * scopes: [
5845
- * 'https://www.googleapis.com/auth/sasportal',
5846
- * 'https://www.googleapis.com/auth/userinfo.email',
5847
- * ],
5666
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
5848
5667
  * });
5849
5668
  *
5850
5669
  * // Acquire an auth client, and bind it to all future calls
@@ -5898,10 +5717,7 @@ export declare namespace sasportal_v1alpha1 {
5898
5717
  * async function main() {
5899
5718
  * const auth = new google.auth.GoogleAuth({
5900
5719
  * // Scopes can be specified either as an array or as a single, space-delimited string.
5901
- * scopes: [
5902
- * 'https://www.googleapis.com/auth/sasportal',
5903
- * 'https://www.googleapis.com/auth/userinfo.email',
5904
- * ],
5720
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
5905
5721
  * });
5906
5722
  *
5907
5723
  * // Acquire an auth client, and bind it to all future calls
@@ -5959,10 +5775,7 @@ export declare namespace sasportal_v1alpha1 {
5959
5775
  * async function main() {
5960
5776
  * const auth = new google.auth.GoogleAuth({
5961
5777
  * // Scopes can be specified either as an array or as a single, space-delimited string.
5962
- * scopes: [
5963
- * 'https://www.googleapis.com/auth/sasportal',
5964
- * 'https://www.googleapis.com/auth/userinfo.email',
5965
- * ],
5778
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
5966
5779
  * });
5967
5780
  *
5968
5781
  * // Acquire an auth client, and bind it to all future calls
@@ -6025,10 +5838,7 @@ export declare namespace sasportal_v1alpha1 {
6025
5838
  * async function main() {
6026
5839
  * const auth = new google.auth.GoogleAuth({
6027
5840
  * // Scopes can be specified either as an array or as a single, space-delimited string.
6028
- * scopes: [
6029
- * 'https://www.googleapis.com/auth/sasportal',
6030
- * 'https://www.googleapis.com/auth/userinfo.email',
6031
- * ],
5841
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
6032
5842
  * });
6033
5843
  *
6034
5844
  * // Acquire an auth client, and bind it to all future calls
@@ -6096,10 +5906,7 @@ export declare namespace sasportal_v1alpha1 {
6096
5906
  * async function main() {
6097
5907
  * const auth = new google.auth.GoogleAuth({
6098
5908
  * // Scopes can be specified either as an array or as a single, space-delimited string.
6099
- * scopes: [
6100
- * 'https://www.googleapis.com/auth/sasportal',
6101
- * 'https://www.googleapis.com/auth/userinfo.email',
6102
- * ],
5909
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
6103
5910
  * });
6104
5911
  *
6105
5912
  * // Acquire an auth client, and bind it to all future calls
@@ -6237,10 +6044,7 @@ export declare namespace sasportal_v1alpha1 {
6237
6044
  * async function main() {
6238
6045
  * const auth = new google.auth.GoogleAuth({
6239
6046
  * // Scopes can be specified either as an array or as a single, space-delimited string.
6240
- * scopes: [
6241
- * 'https://www.googleapis.com/auth/sasportal',
6242
- * 'https://www.googleapis.com/auth/userinfo.email',
6243
- * ],
6047
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
6244
6048
  * });
6245
6049
  *
6246
6050
  * // Acquire an auth client, and bind it to all future calls
@@ -6310,10 +6114,7 @@ export declare namespace sasportal_v1alpha1 {
6310
6114
  * async function main() {
6311
6115
  * const auth = new google.auth.GoogleAuth({
6312
6116
  * // Scopes can be specified either as an array or as a single, space-delimited string.
6313
- * scopes: [
6314
- * 'https://www.googleapis.com/auth/sasportal',
6315
- * 'https://www.googleapis.com/auth/userinfo.email',
6316
- * ],
6117
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
6317
6118
  * });
6318
6119
  *
6319
6120
  * // Acquire an auth client, and bind it to all future calls
@@ -6408,10 +6209,7 @@ export declare namespace sasportal_v1alpha1 {
6408
6209
  * async function main() {
6409
6210
  * const auth = new google.auth.GoogleAuth({
6410
6211
  * // Scopes can be specified either as an array or as a single, space-delimited string.
6411
- * scopes: [
6412
- * 'https://www.googleapis.com/auth/sasportal',
6413
- * 'https://www.googleapis.com/auth/userinfo.email',
6414
- * ],
6212
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
6415
6213
  * });
6416
6214
  *
6417
6215
  * // Acquire an auth client, and bind it to all future calls
@@ -6495,10 +6293,7 @@ export declare namespace sasportal_v1alpha1 {
6495
6293
  * async function main() {
6496
6294
  * const auth = new google.auth.GoogleAuth({
6497
6295
  * // Scopes can be specified either as an array or as a single, space-delimited string.
6498
- * scopes: [
6499
- * 'https://www.googleapis.com/auth/sasportal',
6500
- * 'https://www.googleapis.com/auth/userinfo.email',
6501
- * ],
6296
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
6502
6297
  * });
6503
6298
  *
6504
6299
  * // Acquire an auth client, and bind it to all future calls
@@ -6573,10 +6368,7 @@ export declare namespace sasportal_v1alpha1 {
6573
6368
  * async function main() {
6574
6369
  * const auth = new google.auth.GoogleAuth({
6575
6370
  * // Scopes can be specified either as an array or as a single, space-delimited string.
6576
- * scopes: [
6577
- * 'https://www.googleapis.com/auth/sasportal',
6578
- * 'https://www.googleapis.com/auth/userinfo.email',
6579
- * ],
6371
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
6580
6372
  * });
6581
6373
  *
6582
6374
  * // Acquire an auth client, and bind it to all future calls
@@ -6681,10 +6473,7 @@ export declare namespace sasportal_v1alpha1 {
6681
6473
  * async function main() {
6682
6474
  * const auth = new google.auth.GoogleAuth({
6683
6475
  * // Scopes can be specified either as an array or as a single, space-delimited string.
6684
- * scopes: [
6685
- * 'https://www.googleapis.com/auth/sasportal',
6686
- * 'https://www.googleapis.com/auth/userinfo.email',
6687
- * ],
6476
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
6688
6477
  * });
6689
6478
  *
6690
6479
  * // Acquire an auth client, and bind it to all future calls
@@ -6752,10 +6541,7 @@ export declare namespace sasportal_v1alpha1 {
6752
6541
  * async function main() {
6753
6542
  * const auth = new google.auth.GoogleAuth({
6754
6543
  * // Scopes can be specified either as an array or as a single, space-delimited string.
6755
- * scopes: [
6756
- * 'https://www.googleapis.com/auth/sasportal',
6757
- * 'https://www.googleapis.com/auth/userinfo.email',
6758
- * ],
6544
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
6759
6545
  * });
6760
6546
  *
6761
6547
  * // Acquire an auth client, and bind it to all future calls
@@ -6850,10 +6636,7 @@ export declare namespace sasportal_v1alpha1 {
6850
6636
  * async function main() {
6851
6637
  * const auth = new google.auth.GoogleAuth({
6852
6638
  * // Scopes can be specified either as an array or as a single, space-delimited string.
6853
- * scopes: [
6854
- * 'https://www.googleapis.com/auth/sasportal',
6855
- * 'https://www.googleapis.com/auth/userinfo.email',
6856
- * ],
6639
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
6857
6640
  * });
6858
6641
  *
6859
6642
  * // Acquire an auth client, and bind it to all future calls
@@ -6915,10 +6698,7 @@ export declare namespace sasportal_v1alpha1 {
6915
6698
  * async function main() {
6916
6699
  * const auth = new google.auth.GoogleAuth({
6917
6700
  * // Scopes can be specified either as an array or as a single, space-delimited string.
6918
- * scopes: [
6919
- * 'https://www.googleapis.com/auth/sasportal',
6920
- * 'https://www.googleapis.com/auth/userinfo.email',
6921
- * ],
6701
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
6922
6702
  * });
6923
6703
  *
6924
6704
  * // Acquire an auth client, and bind it to all future calls
@@ -6982,10 +6762,7 @@ export declare namespace sasportal_v1alpha1 {
6982
6762
  * async function main() {
6983
6763
  * const auth = new google.auth.GoogleAuth({
6984
6764
  * // Scopes can be specified either as an array or as a single, space-delimited string.
6985
- * scopes: [
6986
- * 'https://www.googleapis.com/auth/sasportal',
6987
- * 'https://www.googleapis.com/auth/userinfo.email',
6988
- * ],
6765
+ * scopes: ['https://www.googleapis.com/auth/sasportal'],
6989
6766
  * });
6990
6767
  *
6991
6768
  * // Acquire an auth client, and bind it to all future calls