@googleapis/sasportal 4.2.1 → 4.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- package/build/v1alpha1.d.ts +308 -77
- package/build/v1alpha1.js.map +1 -1
- package/package.json +1 -1
- package/v1alpha1.ts +308 -77
package/v1alpha1.ts
CHANGED
|
@@ -806,7 +806,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
806
806
|
* async function main() {
|
|
807
807
|
* const auth = new google.auth.GoogleAuth({
|
|
808
808
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
809
|
-
* scopes: [
|
|
809
|
+
* scopes: [
|
|
810
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
811
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
812
|
+
* ],
|
|
810
813
|
* });
|
|
811
814
|
*
|
|
812
815
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -936,7 +939,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
936
939
|
* async function main() {
|
|
937
940
|
* const auth = new google.auth.GoogleAuth({
|
|
938
941
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
939
|
-
* scopes: [
|
|
942
|
+
* scopes: [
|
|
943
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
944
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
945
|
+
* ],
|
|
940
946
|
* });
|
|
941
947
|
*
|
|
942
948
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -1076,7 +1082,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
1076
1082
|
* async function main() {
|
|
1077
1083
|
* const auth = new google.auth.GoogleAuth({
|
|
1078
1084
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
1079
|
-
* scopes: [
|
|
1085
|
+
* scopes: [
|
|
1086
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
1087
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
1088
|
+
* ],
|
|
1080
1089
|
* });
|
|
1081
1090
|
*
|
|
1082
1091
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -1259,7 +1268,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
1259
1268
|
* async function main() {
|
|
1260
1269
|
* const auth = new google.auth.GoogleAuth({
|
|
1261
1270
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
1262
|
-
* scopes: [
|
|
1271
|
+
* scopes: [
|
|
1272
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
1273
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
1274
|
+
* ],
|
|
1263
1275
|
* });
|
|
1264
1276
|
*
|
|
1265
1277
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -1405,7 +1417,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
1405
1417
|
* async function main() {
|
|
1406
1418
|
* const auth = new google.auth.GoogleAuth({
|
|
1407
1419
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
1408
|
-
* scopes: [
|
|
1420
|
+
* scopes: [
|
|
1421
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
1422
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
1423
|
+
* ],
|
|
1409
1424
|
* });
|
|
1410
1425
|
*
|
|
1411
1426
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -1529,7 +1544,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
1529
1544
|
* async function main() {
|
|
1530
1545
|
* const auth = new google.auth.GoogleAuth({
|
|
1531
1546
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
1532
|
-
* scopes: [
|
|
1547
|
+
* scopes: [
|
|
1548
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
1549
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
1550
|
+
* ],
|
|
1533
1551
|
* });
|
|
1534
1552
|
*
|
|
1535
1553
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -1661,7 +1679,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
1661
1679
|
* async function main() {
|
|
1662
1680
|
* const auth = new google.auth.GoogleAuth({
|
|
1663
1681
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
1664
|
-
* scopes: [
|
|
1682
|
+
* scopes: [
|
|
1683
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
1684
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
1685
|
+
* ],
|
|
1665
1686
|
* });
|
|
1666
1687
|
*
|
|
1667
1688
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -1806,7 +1827,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
1806
1827
|
* async function main() {
|
|
1807
1828
|
* const auth = new google.auth.GoogleAuth({
|
|
1808
1829
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
1809
|
-
* scopes: [
|
|
1830
|
+
* scopes: [
|
|
1831
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
1832
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
1833
|
+
* ],
|
|
1810
1834
|
* });
|
|
1811
1835
|
*
|
|
1812
1836
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -1950,7 +1974,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
1950
1974
|
* async function main() {
|
|
1951
1975
|
* const auth = new google.auth.GoogleAuth({
|
|
1952
1976
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
1953
|
-
* scopes: [
|
|
1977
|
+
* scopes: [
|
|
1978
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
1979
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
1980
|
+
* ],
|
|
1954
1981
|
* });
|
|
1955
1982
|
*
|
|
1956
1983
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -2176,7 +2203,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
2176
2203
|
* async function main() {
|
|
2177
2204
|
* const auth = new google.auth.GoogleAuth({
|
|
2178
2205
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
2179
|
-
* scopes: [
|
|
2206
|
+
* scopes: [
|
|
2207
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
2208
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
2209
|
+
* ],
|
|
2180
2210
|
* });
|
|
2181
2211
|
*
|
|
2182
2212
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -2333,7 +2363,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
2333
2363
|
* async function main() {
|
|
2334
2364
|
* const auth = new google.auth.GoogleAuth({
|
|
2335
2365
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
2336
|
-
* scopes: [
|
|
2366
|
+
* scopes: [
|
|
2367
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
2368
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
2369
|
+
* ],
|
|
2337
2370
|
* });
|
|
2338
2371
|
*
|
|
2339
2372
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -2482,7 +2515,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
2482
2515
|
* async function main() {
|
|
2483
2516
|
* const auth = new google.auth.GoogleAuth({
|
|
2484
2517
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
2485
|
-
* scopes: [
|
|
2518
|
+
* scopes: [
|
|
2519
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
2520
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
2521
|
+
* ],
|
|
2486
2522
|
* });
|
|
2487
2523
|
*
|
|
2488
2524
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -2678,7 +2714,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
2678
2714
|
* async function main() {
|
|
2679
2715
|
* const auth = new google.auth.GoogleAuth({
|
|
2680
2716
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
2681
|
-
* scopes: [
|
|
2717
|
+
* scopes: [
|
|
2718
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
2719
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
2720
|
+
* ],
|
|
2682
2721
|
* });
|
|
2683
2722
|
*
|
|
2684
2723
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -2835,7 +2874,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
2835
2874
|
* async function main() {
|
|
2836
2875
|
* const auth = new google.auth.GoogleAuth({
|
|
2837
2876
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
2838
|
-
* scopes: [
|
|
2877
|
+
* scopes: [
|
|
2878
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
2879
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
2880
|
+
* ],
|
|
2839
2881
|
* });
|
|
2840
2882
|
*
|
|
2841
2883
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -2983,7 +3025,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
2983
3025
|
* async function main() {
|
|
2984
3026
|
* const auth = new google.auth.GoogleAuth({
|
|
2985
3027
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
2986
|
-
* scopes: [
|
|
3028
|
+
* scopes: [
|
|
3029
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
3030
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
3031
|
+
* ],
|
|
2987
3032
|
* });
|
|
2988
3033
|
*
|
|
2989
3034
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -3107,7 +3152,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
3107
3152
|
* async function main() {
|
|
3108
3153
|
* const auth = new google.auth.GoogleAuth({
|
|
3109
3154
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
3110
|
-
* scopes: [
|
|
3155
|
+
* scopes: [
|
|
3156
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
3157
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
3158
|
+
* ],
|
|
3111
3159
|
* });
|
|
3112
3160
|
*
|
|
3113
3161
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -3243,7 +3291,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
3243
3291
|
* async function main() {
|
|
3244
3292
|
* const auth = new google.auth.GoogleAuth({
|
|
3245
3293
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
3246
|
-
* scopes: [
|
|
3294
|
+
* scopes: [
|
|
3295
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
3296
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
3297
|
+
* ],
|
|
3247
3298
|
* });
|
|
3248
3299
|
*
|
|
3249
3300
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -3388,7 +3439,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
3388
3439
|
* async function main() {
|
|
3389
3440
|
* const auth = new google.auth.GoogleAuth({
|
|
3390
3441
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
3391
|
-
* scopes: [
|
|
3442
|
+
* scopes: [
|
|
3443
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
3444
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
3445
|
+
* ],
|
|
3392
3446
|
* });
|
|
3393
3447
|
*
|
|
3394
3448
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -3532,7 +3586,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
3532
3586
|
* async function main() {
|
|
3533
3587
|
* const auth = new google.auth.GoogleAuth({
|
|
3534
3588
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
3535
|
-
* scopes: [
|
|
3589
|
+
* scopes: [
|
|
3590
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
3591
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
3592
|
+
* ],
|
|
3536
3593
|
* });
|
|
3537
3594
|
*
|
|
3538
3595
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -3688,7 +3745,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
3688
3745
|
* async function main() {
|
|
3689
3746
|
* const auth = new google.auth.GoogleAuth({
|
|
3690
3747
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
3691
|
-
* scopes: [
|
|
3748
|
+
* scopes: [
|
|
3749
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
3750
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
3751
|
+
* ],
|
|
3692
3752
|
* });
|
|
3693
3753
|
*
|
|
3694
3754
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -3823,7 +3883,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
3823
3883
|
* async function main() {
|
|
3824
3884
|
* const auth = new google.auth.GoogleAuth({
|
|
3825
3885
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
3826
|
-
* scopes: [
|
|
3886
|
+
* scopes: [
|
|
3887
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
3888
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
3889
|
+
* ],
|
|
3827
3890
|
* });
|
|
3828
3891
|
*
|
|
3829
3892
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -4094,7 +4157,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
4094
4157
|
* async function main() {
|
|
4095
4158
|
* const auth = new google.auth.GoogleAuth({
|
|
4096
4159
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
4097
|
-
* scopes: [
|
|
4160
|
+
* scopes: [
|
|
4161
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
4162
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
4163
|
+
* ],
|
|
4098
4164
|
* });
|
|
4099
4165
|
*
|
|
4100
4166
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -4235,7 +4301,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
4235
4301
|
* async function main() {
|
|
4236
4302
|
* const auth = new google.auth.GoogleAuth({
|
|
4237
4303
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
4238
|
-
* scopes: [
|
|
4304
|
+
* scopes: [
|
|
4305
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
4306
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
4307
|
+
* ],
|
|
4239
4308
|
* });
|
|
4240
4309
|
*
|
|
4241
4310
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -4359,7 +4428,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
4359
4428
|
* async function main() {
|
|
4360
4429
|
* const auth = new google.auth.GoogleAuth({
|
|
4361
4430
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
4362
|
-
* scopes: [
|
|
4431
|
+
* scopes: [
|
|
4432
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
4433
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
4434
|
+
* ],
|
|
4363
4435
|
* });
|
|
4364
4436
|
*
|
|
4365
4437
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -4487,7 +4559,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
4487
4559
|
* async function main() {
|
|
4488
4560
|
* const auth = new google.auth.GoogleAuth({
|
|
4489
4561
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
4490
|
-
* scopes: [
|
|
4562
|
+
* scopes: [
|
|
4563
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
4564
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
4565
|
+
* ],
|
|
4491
4566
|
* });
|
|
4492
4567
|
*
|
|
4493
4568
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -4630,7 +4705,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
4630
4705
|
* async function main() {
|
|
4631
4706
|
* const auth = new google.auth.GoogleAuth({
|
|
4632
4707
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
4633
|
-
* scopes: [
|
|
4708
|
+
* scopes: [
|
|
4709
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
4710
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
4711
|
+
* ],
|
|
4634
4712
|
* });
|
|
4635
4713
|
*
|
|
4636
4714
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -4774,7 +4852,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
4774
4852
|
* async function main() {
|
|
4775
4853
|
* const auth = new google.auth.GoogleAuth({
|
|
4776
4854
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
4777
|
-
* scopes: [
|
|
4855
|
+
* scopes: [
|
|
4856
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
4857
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
4858
|
+
* ],
|
|
4778
4859
|
* });
|
|
4779
4860
|
*
|
|
4780
4861
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -4995,7 +5076,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
4995
5076
|
* async function main() {
|
|
4996
5077
|
* const auth = new google.auth.GoogleAuth({
|
|
4997
5078
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
4998
|
-
* scopes: [
|
|
5079
|
+
* scopes: [
|
|
5080
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
5081
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
5082
|
+
* ],
|
|
4999
5083
|
* });
|
|
5000
5084
|
*
|
|
5001
5085
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -5141,7 +5225,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
5141
5225
|
* async function main() {
|
|
5142
5226
|
* const auth = new google.auth.GoogleAuth({
|
|
5143
5227
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
5144
|
-
* scopes: [
|
|
5228
|
+
* scopes: [
|
|
5229
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
5230
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
5231
|
+
* ],
|
|
5145
5232
|
* });
|
|
5146
5233
|
*
|
|
5147
5234
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -5325,7 +5412,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
5325
5412
|
* async function main() {
|
|
5326
5413
|
* const auth = new google.auth.GoogleAuth({
|
|
5327
5414
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
5328
|
-
* scopes: [
|
|
5415
|
+
* scopes: [
|
|
5416
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
5417
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
5418
|
+
* ],
|
|
5329
5419
|
* });
|
|
5330
5420
|
*
|
|
5331
5421
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -5482,7 +5572,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
5482
5572
|
* async function main() {
|
|
5483
5573
|
* const auth = new google.auth.GoogleAuth({
|
|
5484
5574
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
5485
|
-
* scopes: [
|
|
5575
|
+
* scopes: [
|
|
5576
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
5577
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
5578
|
+
* ],
|
|
5486
5579
|
* });
|
|
5487
5580
|
*
|
|
5488
5581
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -5630,7 +5723,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
5630
5723
|
* async function main() {
|
|
5631
5724
|
* const auth = new google.auth.GoogleAuth({
|
|
5632
5725
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
5633
|
-
* scopes: [
|
|
5726
|
+
* scopes: [
|
|
5727
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
5728
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
5729
|
+
* ],
|
|
5634
5730
|
* });
|
|
5635
5731
|
*
|
|
5636
5732
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -5826,7 +5922,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
5826
5922
|
* async function main() {
|
|
5827
5923
|
* const auth = new google.auth.GoogleAuth({
|
|
5828
5924
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
5829
|
-
* scopes: [
|
|
5925
|
+
* scopes: [
|
|
5926
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
5927
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
5928
|
+
* ],
|
|
5830
5929
|
* });
|
|
5831
5930
|
*
|
|
5832
5931
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -5967,7 +6066,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
5967
6066
|
* async function main() {
|
|
5968
6067
|
* const auth = new google.auth.GoogleAuth({
|
|
5969
6068
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
5970
|
-
* scopes: [
|
|
6069
|
+
* scopes: [
|
|
6070
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
6071
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
6072
|
+
* ],
|
|
5971
6073
|
* });
|
|
5972
6074
|
*
|
|
5973
6075
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -6151,7 +6253,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
6151
6253
|
* async function main() {
|
|
6152
6254
|
* const auth = new google.auth.GoogleAuth({
|
|
6153
6255
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
6154
|
-
* scopes: [
|
|
6256
|
+
* scopes: [
|
|
6257
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
6258
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
6259
|
+
* ],
|
|
6155
6260
|
* });
|
|
6156
6261
|
*
|
|
6157
6262
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -6296,7 +6401,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
6296
6401
|
* async function main() {
|
|
6297
6402
|
* const auth = new google.auth.GoogleAuth({
|
|
6298
6403
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
6299
|
-
* scopes: [
|
|
6404
|
+
* scopes: [
|
|
6405
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
6406
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
6407
|
+
* ],
|
|
6300
6408
|
* });
|
|
6301
6409
|
*
|
|
6302
6410
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -6420,7 +6528,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
6420
6528
|
* async function main() {
|
|
6421
6529
|
* const auth = new google.auth.GoogleAuth({
|
|
6422
6530
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
6423
|
-
* scopes: [
|
|
6531
|
+
* scopes: [
|
|
6532
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
6533
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
6534
|
+
* ],
|
|
6424
6535
|
* });
|
|
6425
6536
|
*
|
|
6426
6537
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -6556,7 +6667,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
6556
6667
|
* async function main() {
|
|
6557
6668
|
* const auth = new google.auth.GoogleAuth({
|
|
6558
6669
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
6559
|
-
* scopes: [
|
|
6670
|
+
* scopes: [
|
|
6671
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
6672
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
6673
|
+
* ],
|
|
6560
6674
|
* });
|
|
6561
6675
|
*
|
|
6562
6676
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -6700,7 +6814,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
6700
6814
|
* async function main() {
|
|
6701
6815
|
* const auth = new google.auth.GoogleAuth({
|
|
6702
6816
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
6703
|
-
* scopes: [
|
|
6817
|
+
* scopes: [
|
|
6818
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
6819
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
6820
|
+
* ],
|
|
6704
6821
|
* });
|
|
6705
6822
|
*
|
|
6706
6823
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -6856,7 +6973,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
6856
6973
|
* async function main() {
|
|
6857
6974
|
* const auth = new google.auth.GoogleAuth({
|
|
6858
6975
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
6859
|
-
* scopes: [
|
|
6976
|
+
* scopes: [
|
|
6977
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
6978
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
6979
|
+
* ],
|
|
6860
6980
|
* });
|
|
6861
6981
|
*
|
|
6862
6982
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -6991,7 +7111,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
6991
7111
|
* async function main() {
|
|
6992
7112
|
* const auth = new google.auth.GoogleAuth({
|
|
6993
7113
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
6994
|
-
* scopes: [
|
|
7114
|
+
* scopes: [
|
|
7115
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
7116
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
7117
|
+
* ],
|
|
6995
7118
|
* });
|
|
6996
7119
|
*
|
|
6997
7120
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -7213,7 +7336,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
7213
7336
|
* async function main() {
|
|
7214
7337
|
* const auth = new google.auth.GoogleAuth({
|
|
7215
7338
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
7216
|
-
* scopes: [
|
|
7339
|
+
* scopes: [
|
|
7340
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
7341
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
7342
|
+
* ],
|
|
7217
7343
|
* });
|
|
7218
7344
|
*
|
|
7219
7345
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -7354,7 +7480,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
7354
7480
|
* async function main() {
|
|
7355
7481
|
* const auth = new google.auth.GoogleAuth({
|
|
7356
7482
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
7357
|
-
* scopes: [
|
|
7483
|
+
* scopes: [
|
|
7484
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
7485
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
7486
|
+
* ],
|
|
7358
7487
|
* });
|
|
7359
7488
|
*
|
|
7360
7489
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -7525,7 +7654,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
7525
7654
|
* async function main() {
|
|
7526
7655
|
* const auth = new google.auth.GoogleAuth({
|
|
7527
7656
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
7528
|
-
* scopes: [
|
|
7657
|
+
* scopes: [
|
|
7658
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
7659
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
7660
|
+
* ],
|
|
7529
7661
|
* });
|
|
7530
7662
|
*
|
|
7531
7663
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -7668,7 +7800,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
7668
7800
|
* async function main() {
|
|
7669
7801
|
* const auth = new google.auth.GoogleAuth({
|
|
7670
7802
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
7671
|
-
* scopes: [
|
|
7803
|
+
* scopes: [
|
|
7804
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
7805
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
7806
|
+
* ],
|
|
7672
7807
|
* });
|
|
7673
7808
|
*
|
|
7674
7809
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -7792,7 +7927,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
7792
7927
|
* async function main() {
|
|
7793
7928
|
* const auth = new google.auth.GoogleAuth({
|
|
7794
7929
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
7795
|
-
* scopes: [
|
|
7930
|
+
* scopes: [
|
|
7931
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
7932
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
7933
|
+
* ],
|
|
7796
7934
|
* });
|
|
7797
7935
|
*
|
|
7798
7936
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -7924,7 +8062,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
7924
8062
|
* async function main() {
|
|
7925
8063
|
* const auth = new google.auth.GoogleAuth({
|
|
7926
8064
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
7927
|
-
* scopes: [
|
|
8065
|
+
* scopes: [
|
|
8066
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
8067
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
8068
|
+
* ],
|
|
7928
8069
|
* });
|
|
7929
8070
|
*
|
|
7930
8071
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -8069,7 +8210,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
8069
8210
|
* async function main() {
|
|
8070
8211
|
* const auth = new google.auth.GoogleAuth({
|
|
8071
8212
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
8072
|
-
* scopes: [
|
|
8213
|
+
* scopes: [
|
|
8214
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
8215
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
8216
|
+
* ],
|
|
8073
8217
|
* });
|
|
8074
8218
|
*
|
|
8075
8219
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -8213,7 +8357,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
8213
8357
|
* async function main() {
|
|
8214
8358
|
* const auth = new google.auth.GoogleAuth({
|
|
8215
8359
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
8216
|
-
* scopes: [
|
|
8360
|
+
* scopes: [
|
|
8361
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
8362
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
8363
|
+
* ],
|
|
8217
8364
|
* });
|
|
8218
8365
|
*
|
|
8219
8366
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -8427,7 +8574,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
8427
8574
|
* async function main() {
|
|
8428
8575
|
* const auth = new google.auth.GoogleAuth({
|
|
8429
8576
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
8430
|
-
* scopes: [
|
|
8577
|
+
* scopes: [
|
|
8578
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
8579
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
8580
|
+
* ],
|
|
8431
8581
|
* });
|
|
8432
8582
|
*
|
|
8433
8583
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -8584,7 +8734,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
8584
8734
|
* async function main() {
|
|
8585
8735
|
* const auth = new google.auth.GoogleAuth({
|
|
8586
8736
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
8587
|
-
* scopes: [
|
|
8737
|
+
* scopes: [
|
|
8738
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
8739
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
8740
|
+
* ],
|
|
8588
8741
|
* });
|
|
8589
8742
|
*
|
|
8590
8743
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -8732,7 +8885,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
8732
8885
|
* async function main() {
|
|
8733
8886
|
* const auth = new google.auth.GoogleAuth({
|
|
8734
8887
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
8735
|
-
* scopes: [
|
|
8888
|
+
* scopes: [
|
|
8889
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
8890
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
8891
|
+
* ],
|
|
8736
8892
|
* });
|
|
8737
8893
|
*
|
|
8738
8894
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -8928,7 +9084,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
8928
9084
|
* async function main() {
|
|
8929
9085
|
* const auth = new google.auth.GoogleAuth({
|
|
8930
9086
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
8931
|
-
* scopes: [
|
|
9087
|
+
* scopes: [
|
|
9088
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
9089
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
9090
|
+
* ],
|
|
8932
9091
|
* });
|
|
8933
9092
|
*
|
|
8934
9093
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -9085,7 +9244,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
9085
9244
|
* async function main() {
|
|
9086
9245
|
* const auth = new google.auth.GoogleAuth({
|
|
9087
9246
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
9088
|
-
* scopes: [
|
|
9247
|
+
* scopes: [
|
|
9248
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
9249
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
9250
|
+
* ],
|
|
9089
9251
|
* });
|
|
9090
9252
|
*
|
|
9091
9253
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -9233,7 +9395,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
9233
9395
|
* async function main() {
|
|
9234
9396
|
* const auth = new google.auth.GoogleAuth({
|
|
9235
9397
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
9236
|
-
* scopes: [
|
|
9398
|
+
* scopes: [
|
|
9399
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
9400
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
9401
|
+
* ],
|
|
9237
9402
|
* });
|
|
9238
9403
|
*
|
|
9239
9404
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -9357,7 +9522,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
9357
9522
|
* async function main() {
|
|
9358
9523
|
* const auth = new google.auth.GoogleAuth({
|
|
9359
9524
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
9360
|
-
* scopes: [
|
|
9525
|
+
* scopes: [
|
|
9526
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
9527
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
9528
|
+
* ],
|
|
9361
9529
|
* });
|
|
9362
9530
|
*
|
|
9363
9531
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -9493,7 +9661,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
9493
9661
|
* async function main() {
|
|
9494
9662
|
* const auth = new google.auth.GoogleAuth({
|
|
9495
9663
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
9496
|
-
* scopes: [
|
|
9664
|
+
* scopes: [
|
|
9665
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
9666
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
9667
|
+
* ],
|
|
9497
9668
|
* });
|
|
9498
9669
|
*
|
|
9499
9670
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -9638,7 +9809,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
9638
9809
|
* async function main() {
|
|
9639
9810
|
* const auth = new google.auth.GoogleAuth({
|
|
9640
9811
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
9641
|
-
* scopes: [
|
|
9812
|
+
* scopes: [
|
|
9813
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
9814
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
9815
|
+
* ],
|
|
9642
9816
|
* });
|
|
9643
9817
|
*
|
|
9644
9818
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -9782,7 +9956,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
9782
9956
|
* async function main() {
|
|
9783
9957
|
* const auth = new google.auth.GoogleAuth({
|
|
9784
9958
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
9785
|
-
* scopes: [
|
|
9959
|
+
* scopes: [
|
|
9960
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
9961
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
9962
|
+
* ],
|
|
9786
9963
|
* });
|
|
9787
9964
|
*
|
|
9788
9965
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -9938,7 +10115,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
9938
10115
|
* async function main() {
|
|
9939
10116
|
* const auth = new google.auth.GoogleAuth({
|
|
9940
10117
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
9941
|
-
* scopes: [
|
|
10118
|
+
* scopes: [
|
|
10119
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
10120
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
10121
|
+
* ],
|
|
9942
10122
|
* });
|
|
9943
10123
|
*
|
|
9944
10124
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -10073,7 +10253,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
10073
10253
|
* async function main() {
|
|
10074
10254
|
* const auth = new google.auth.GoogleAuth({
|
|
10075
10255
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
10076
|
-
* scopes: [
|
|
10256
|
+
* scopes: [
|
|
10257
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
10258
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
10259
|
+
* ],
|
|
10077
10260
|
* });
|
|
10078
10261
|
*
|
|
10079
10262
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -10344,7 +10527,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
10344
10527
|
* async function main() {
|
|
10345
10528
|
* const auth = new google.auth.GoogleAuth({
|
|
10346
10529
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
10347
|
-
* scopes: [
|
|
10530
|
+
* scopes: [
|
|
10531
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
10532
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
10533
|
+
* ],
|
|
10348
10534
|
* });
|
|
10349
10535
|
*
|
|
10350
10536
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -10485,7 +10671,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
10485
10671
|
* async function main() {
|
|
10486
10672
|
* const auth = new google.auth.GoogleAuth({
|
|
10487
10673
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
10488
|
-
* scopes: [
|
|
10674
|
+
* scopes: [
|
|
10675
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
10676
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
10677
|
+
* ],
|
|
10489
10678
|
* });
|
|
10490
10679
|
*
|
|
10491
10680
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -10609,7 +10798,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
10609
10798
|
* async function main() {
|
|
10610
10799
|
* const auth = new google.auth.GoogleAuth({
|
|
10611
10800
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
10612
|
-
* scopes: [
|
|
10801
|
+
* scopes: [
|
|
10802
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
10803
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
10804
|
+
* ],
|
|
10613
10805
|
* });
|
|
10614
10806
|
*
|
|
10615
10807
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -10736,7 +10928,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
10736
10928
|
* async function main() {
|
|
10737
10929
|
* const auth = new google.auth.GoogleAuth({
|
|
10738
10930
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
10739
|
-
* scopes: [
|
|
10931
|
+
* scopes: [
|
|
10932
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
10933
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
10934
|
+
* ],
|
|
10740
10935
|
* });
|
|
10741
10936
|
*
|
|
10742
10937
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -10878,7 +11073,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
10878
11073
|
* async function main() {
|
|
10879
11074
|
* const auth = new google.auth.GoogleAuth({
|
|
10880
11075
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
10881
|
-
* scopes: [
|
|
11076
|
+
* scopes: [
|
|
11077
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
11078
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
11079
|
+
* ],
|
|
10882
11080
|
* });
|
|
10883
11081
|
*
|
|
10884
11082
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -11021,7 +11219,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
11021
11219
|
* async function main() {
|
|
11022
11220
|
* const auth = new google.auth.GoogleAuth({
|
|
11023
11221
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
11024
|
-
* scopes: [
|
|
11222
|
+
* scopes: [
|
|
11223
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
11224
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
11225
|
+
* ],
|
|
11025
11226
|
* });
|
|
11026
11227
|
*
|
|
11027
11228
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -11239,7 +11440,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
11239
11440
|
* async function main() {
|
|
11240
11441
|
* const auth = new google.auth.GoogleAuth({
|
|
11241
11442
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
11242
|
-
* scopes: [
|
|
11443
|
+
* scopes: [
|
|
11444
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
11445
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
11446
|
+
* ],
|
|
11243
11447
|
* });
|
|
11244
11448
|
*
|
|
11245
11449
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -11385,7 +11589,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
11385
11589
|
* async function main() {
|
|
11386
11590
|
* const auth = new google.auth.GoogleAuth({
|
|
11387
11591
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
11388
|
-
* scopes: [
|
|
11592
|
+
* scopes: [
|
|
11593
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
11594
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
11595
|
+
* ],
|
|
11389
11596
|
* });
|
|
11390
11597
|
*
|
|
11391
11598
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -11569,7 +11776,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
11569
11776
|
* async function main() {
|
|
11570
11777
|
* const auth = new google.auth.GoogleAuth({
|
|
11571
11778
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
11572
|
-
* scopes: [
|
|
11779
|
+
* scopes: [
|
|
11780
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
11781
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
11782
|
+
* ],
|
|
11573
11783
|
* });
|
|
11574
11784
|
*
|
|
11575
11785
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -11726,7 +11936,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
11726
11936
|
* async function main() {
|
|
11727
11937
|
* const auth = new google.auth.GoogleAuth({
|
|
11728
11938
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
11729
|
-
* scopes: [
|
|
11939
|
+
* scopes: [
|
|
11940
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
11941
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
11942
|
+
* ],
|
|
11730
11943
|
* });
|
|
11731
11944
|
*
|
|
11732
11945
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -11874,7 +12087,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
11874
12087
|
* async function main() {
|
|
11875
12088
|
* const auth = new google.auth.GoogleAuth({
|
|
11876
12089
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
11877
|
-
* scopes: [
|
|
12090
|
+
* scopes: [
|
|
12091
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
12092
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
12093
|
+
* ],
|
|
11878
12094
|
* });
|
|
11879
12095
|
*
|
|
11880
12096
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -12070,7 +12286,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
12070
12286
|
* async function main() {
|
|
12071
12287
|
* const auth = new google.auth.GoogleAuth({
|
|
12072
12288
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
12073
|
-
* scopes: [
|
|
12289
|
+
* scopes: [
|
|
12290
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
12291
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
12292
|
+
* ],
|
|
12074
12293
|
* });
|
|
12075
12294
|
*
|
|
12076
12295
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -12211,7 +12430,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
12211
12430
|
* async function main() {
|
|
12212
12431
|
* const auth = new google.auth.GoogleAuth({
|
|
12213
12432
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
12214
|
-
* scopes: [
|
|
12433
|
+
* scopes: [
|
|
12434
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
12435
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
12436
|
+
* ],
|
|
12215
12437
|
* });
|
|
12216
12438
|
*
|
|
12217
12439
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -12393,7 +12615,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
12393
12615
|
* async function main() {
|
|
12394
12616
|
* const auth = new google.auth.GoogleAuth({
|
|
12395
12617
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
12396
|
-
* scopes: [
|
|
12618
|
+
* scopes: [
|
|
12619
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
12620
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
12621
|
+
* ],
|
|
12397
12622
|
* });
|
|
12398
12623
|
*
|
|
12399
12624
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -12527,7 +12752,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
12527
12752
|
* async function main() {
|
|
12528
12753
|
* const auth = new google.auth.GoogleAuth({
|
|
12529
12754
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
12530
|
-
* scopes: [
|
|
12755
|
+
* scopes: [
|
|
12756
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
12757
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
12758
|
+
* ],
|
|
12531
12759
|
* });
|
|
12532
12760
|
*
|
|
12533
12761
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -12663,7 +12891,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
12663
12891
|
* async function main() {
|
|
12664
12892
|
* const auth = new google.auth.GoogleAuth({
|
|
12665
12893
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
12666
|
-
* scopes: [
|
|
12894
|
+
* scopes: [
|
|
12895
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
12896
|
+
* 'https://www.googleapis.com/auth/userinfo.email',
|
|
12897
|
+
* ],
|
|
12667
12898
|
* });
|
|
12668
12899
|
*
|
|
12669
12900
|
* // Acquire an auth client, and bind it to all future calls
|