@googleapis/sasportal 6.0.0 → 7.0.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 +18 -0
- package/build/v1alpha1.d.ts +330 -80
- package/build/v1alpha1.js.map +1 -1
- package/package.json +1 -1
- package/v1alpha1.ts +332 -81
package/v1alpha1.ts
CHANGED
|
@@ -685,9 +685,22 @@ export namespace sasportal_v1alpha1 {
|
|
|
685
685
|
etag?: string | null;
|
|
686
686
|
}
|
|
687
687
|
/**
|
|
688
|
-
* Request for [ProvisionDeployment]. [spectrum.sas.portal.v1alpha1.Provisioning.ProvisionDeployment].
|
|
688
|
+
* Request for [ProvisionDeployment]. [spectrum.sas.portal.v1alpha1.Provisioning.ProvisionDeployment]. GCP Project, Organization Info, and caller’s GAIA ID should be retrieved from the RPC handler, and used as inputs to create a new SAS organization (if not exists) and a new SAS deployment.
|
|
689
689
|
*/
|
|
690
|
-
export interface Schema$SasPortalProvisionDeploymentRequest {
|
|
690
|
+
export interface Schema$SasPortalProvisionDeploymentRequest {
|
|
691
|
+
/**
|
|
692
|
+
* Optional. If this field is set, and a new SAS Portal Deployment needs to be created, its display name will be set to the value of this field.
|
|
693
|
+
*/
|
|
694
|
+
newDeploymentDisplayName?: string | null;
|
|
695
|
+
/**
|
|
696
|
+
* Optional. If this field is set, and a new SAS Portal Organization needs to be created, its display name will be set to the value of this field.
|
|
697
|
+
*/
|
|
698
|
+
newOrganizationDisplayName?: string | null;
|
|
699
|
+
/**
|
|
700
|
+
* Optional. If this field is set then a new deployment will be created under the organization specified by this id.
|
|
701
|
+
*/
|
|
702
|
+
organizationId?: string | null;
|
|
703
|
+
}
|
|
691
704
|
/**
|
|
692
705
|
* Response for [ProvisionDeployment]. [spectrum.sas.portal.v1alpha1.Provisioning.ProvisionDeployment].
|
|
693
706
|
*/
|
|
@@ -827,7 +840,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
827
840
|
* async function main() {
|
|
828
841
|
* const auth = new google.auth.GoogleAuth({
|
|
829
842
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
830
|
-
* scopes: [
|
|
843
|
+
* scopes: [
|
|
844
|
+
* 'https://www.googleapis.com/auth/cloud-platform',
|
|
845
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
846
|
+
* ],
|
|
831
847
|
* });
|
|
832
848
|
*
|
|
833
849
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -957,7 +973,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
957
973
|
* async function main() {
|
|
958
974
|
* const auth = new google.auth.GoogleAuth({
|
|
959
975
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
960
|
-
* scopes: [
|
|
976
|
+
* scopes: [
|
|
977
|
+
* 'https://www.googleapis.com/auth/cloud-platform',
|
|
978
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
979
|
+
* ],
|
|
961
980
|
* });
|
|
962
981
|
*
|
|
963
982
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -1097,7 +1116,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
1097
1116
|
* async function main() {
|
|
1098
1117
|
* const auth = new google.auth.GoogleAuth({
|
|
1099
1118
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
1100
|
-
* scopes: [
|
|
1119
|
+
* scopes: [
|
|
1120
|
+
* 'https://www.googleapis.com/auth/cloud-platform',
|
|
1121
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
1122
|
+
* ],
|
|
1101
1123
|
* });
|
|
1102
1124
|
*
|
|
1103
1125
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -1239,7 +1261,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
1239
1261
|
* async function main() {
|
|
1240
1262
|
* const auth = new google.auth.GoogleAuth({
|
|
1241
1263
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
1242
|
-
* scopes: [
|
|
1264
|
+
* scopes: [
|
|
1265
|
+
* 'https://www.googleapis.com/auth/cloud-platform',
|
|
1266
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
1267
|
+
* ],
|
|
1243
1268
|
* });
|
|
1244
1269
|
*
|
|
1245
1270
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -1251,7 +1276,11 @@ export namespace sasportal_v1alpha1 {
|
|
|
1251
1276
|
* // Request body metadata
|
|
1252
1277
|
* requestBody: {
|
|
1253
1278
|
* // request body parameters
|
|
1254
|
-
* // {
|
|
1279
|
+
* // {
|
|
1280
|
+
* // "newDeploymentDisplayName": "my_newDeploymentDisplayName",
|
|
1281
|
+
* // "newOrganizationDisplayName": "my_newOrganizationDisplayName",
|
|
1282
|
+
* // "organizationId": "my_organizationId"
|
|
1283
|
+
* // }
|
|
1255
1284
|
* },
|
|
1256
1285
|
* });
|
|
1257
1286
|
* console.log(res.data);
|
|
@@ -1428,7 +1457,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
1428
1457
|
* async function main() {
|
|
1429
1458
|
* const auth = new google.auth.GoogleAuth({
|
|
1430
1459
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
1431
|
-
* scopes: [
|
|
1460
|
+
* scopes: [
|
|
1461
|
+
* 'https://www.googleapis.com/auth/cloud-platform',
|
|
1462
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
1463
|
+
* ],
|
|
1432
1464
|
* });
|
|
1433
1465
|
*
|
|
1434
1466
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -1574,7 +1606,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
1574
1606
|
* async function main() {
|
|
1575
1607
|
* const auth = new google.auth.GoogleAuth({
|
|
1576
1608
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
1577
|
-
* scopes: [
|
|
1609
|
+
* scopes: [
|
|
1610
|
+
* 'https://www.googleapis.com/auth/cloud-platform',
|
|
1611
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
1612
|
+
* ],
|
|
1578
1613
|
* });
|
|
1579
1614
|
*
|
|
1580
1615
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -1698,7 +1733,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
1698
1733
|
* async function main() {
|
|
1699
1734
|
* const auth = new google.auth.GoogleAuth({
|
|
1700
1735
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
1701
|
-
* scopes: [
|
|
1736
|
+
* scopes: [
|
|
1737
|
+
* 'https://www.googleapis.com/auth/cloud-platform',
|
|
1738
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
1739
|
+
* ],
|
|
1702
1740
|
* });
|
|
1703
1741
|
*
|
|
1704
1742
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -1830,7 +1868,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
1830
1868
|
* async function main() {
|
|
1831
1869
|
* const auth = new google.auth.GoogleAuth({
|
|
1832
1870
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
1833
|
-
* scopes: [
|
|
1871
|
+
* scopes: [
|
|
1872
|
+
* 'https://www.googleapis.com/auth/cloud-platform',
|
|
1873
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
1874
|
+
* ],
|
|
1834
1875
|
* });
|
|
1835
1876
|
*
|
|
1836
1877
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -1975,7 +2016,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
1975
2016
|
* async function main() {
|
|
1976
2017
|
* const auth = new google.auth.GoogleAuth({
|
|
1977
2018
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
1978
|
-
* scopes: [
|
|
2019
|
+
* scopes: [
|
|
2020
|
+
* 'https://www.googleapis.com/auth/cloud-platform',
|
|
2021
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
2022
|
+
* ],
|
|
1979
2023
|
* });
|
|
1980
2024
|
*
|
|
1981
2025
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -2119,7 +2163,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
2119
2163
|
* async function main() {
|
|
2120
2164
|
* const auth = new google.auth.GoogleAuth({
|
|
2121
2165
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
2122
|
-
* scopes: [
|
|
2166
|
+
* scopes: [
|
|
2167
|
+
* 'https://www.googleapis.com/auth/cloud-platform',
|
|
2168
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
2169
|
+
* ],
|
|
2123
2170
|
* });
|
|
2124
2171
|
*
|
|
2125
2172
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -2345,7 +2392,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
2345
2392
|
* async function main() {
|
|
2346
2393
|
* const auth = new google.auth.GoogleAuth({
|
|
2347
2394
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
2348
|
-
* scopes: [
|
|
2395
|
+
* scopes: [
|
|
2396
|
+
* 'https://www.googleapis.com/auth/cloud-platform',
|
|
2397
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
2398
|
+
* ],
|
|
2349
2399
|
* });
|
|
2350
2400
|
*
|
|
2351
2401
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -2502,7 +2552,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
2502
2552
|
* async function main() {
|
|
2503
2553
|
* const auth = new google.auth.GoogleAuth({
|
|
2504
2554
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
2505
|
-
* scopes: [
|
|
2555
|
+
* scopes: [
|
|
2556
|
+
* 'https://www.googleapis.com/auth/cloud-platform',
|
|
2557
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
2558
|
+
* ],
|
|
2506
2559
|
* });
|
|
2507
2560
|
*
|
|
2508
2561
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -2651,7 +2704,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
2651
2704
|
* async function main() {
|
|
2652
2705
|
* const auth = new google.auth.GoogleAuth({
|
|
2653
2706
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
2654
|
-
* scopes: [
|
|
2707
|
+
* scopes: [
|
|
2708
|
+
* 'https://www.googleapis.com/auth/cloud-platform',
|
|
2709
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
2710
|
+
* ],
|
|
2655
2711
|
* });
|
|
2656
2712
|
*
|
|
2657
2713
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -2847,7 +2903,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
2847
2903
|
* async function main() {
|
|
2848
2904
|
* const auth = new google.auth.GoogleAuth({
|
|
2849
2905
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
2850
|
-
* scopes: [
|
|
2906
|
+
* scopes: [
|
|
2907
|
+
* 'https://www.googleapis.com/auth/cloud-platform',
|
|
2908
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
2909
|
+
* ],
|
|
2851
2910
|
* });
|
|
2852
2911
|
*
|
|
2853
2912
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -3004,7 +3063,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
3004
3063
|
* async function main() {
|
|
3005
3064
|
* const auth = new google.auth.GoogleAuth({
|
|
3006
3065
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
3007
|
-
* scopes: [
|
|
3066
|
+
* scopes: [
|
|
3067
|
+
* 'https://www.googleapis.com/auth/cloud-platform',
|
|
3068
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
3069
|
+
* ],
|
|
3008
3070
|
* });
|
|
3009
3071
|
*
|
|
3010
3072
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -3152,7 +3214,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
3152
3214
|
* async function main() {
|
|
3153
3215
|
* const auth = new google.auth.GoogleAuth({
|
|
3154
3216
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
3155
|
-
* scopes: [
|
|
3217
|
+
* scopes: [
|
|
3218
|
+
* 'https://www.googleapis.com/auth/cloud-platform',
|
|
3219
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
3220
|
+
* ],
|
|
3156
3221
|
* });
|
|
3157
3222
|
*
|
|
3158
3223
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -3276,7 +3341,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
3276
3341
|
* async function main() {
|
|
3277
3342
|
* const auth = new google.auth.GoogleAuth({
|
|
3278
3343
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
3279
|
-
* scopes: [
|
|
3344
|
+
* scopes: [
|
|
3345
|
+
* 'https://www.googleapis.com/auth/cloud-platform',
|
|
3346
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
3347
|
+
* ],
|
|
3280
3348
|
* });
|
|
3281
3349
|
*
|
|
3282
3350
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -3412,7 +3480,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
3412
3480
|
* async function main() {
|
|
3413
3481
|
* const auth = new google.auth.GoogleAuth({
|
|
3414
3482
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
3415
|
-
* scopes: [
|
|
3483
|
+
* scopes: [
|
|
3484
|
+
* 'https://www.googleapis.com/auth/cloud-platform',
|
|
3485
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
3486
|
+
* ],
|
|
3416
3487
|
* });
|
|
3417
3488
|
*
|
|
3418
3489
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -3557,7 +3628,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
3557
3628
|
* async function main() {
|
|
3558
3629
|
* const auth = new google.auth.GoogleAuth({
|
|
3559
3630
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
3560
|
-
* scopes: [
|
|
3631
|
+
* scopes: [
|
|
3632
|
+
* 'https://www.googleapis.com/auth/cloud-platform',
|
|
3633
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
3634
|
+
* ],
|
|
3561
3635
|
* });
|
|
3562
3636
|
*
|
|
3563
3637
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -3701,7 +3775,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
3701
3775
|
* async function main() {
|
|
3702
3776
|
* const auth = new google.auth.GoogleAuth({
|
|
3703
3777
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
3704
|
-
* scopes: [
|
|
3778
|
+
* scopes: [
|
|
3779
|
+
* 'https://www.googleapis.com/auth/cloud-platform',
|
|
3780
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
3781
|
+
* ],
|
|
3705
3782
|
* });
|
|
3706
3783
|
*
|
|
3707
3784
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -3857,7 +3934,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
3857
3934
|
* async function main() {
|
|
3858
3935
|
* const auth = new google.auth.GoogleAuth({
|
|
3859
3936
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
3860
|
-
* scopes: [
|
|
3937
|
+
* scopes: [
|
|
3938
|
+
* 'https://www.googleapis.com/auth/cloud-platform',
|
|
3939
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
3940
|
+
* ],
|
|
3861
3941
|
* });
|
|
3862
3942
|
*
|
|
3863
3943
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -3992,7 +4072,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
3992
4072
|
* async function main() {
|
|
3993
4073
|
* const auth = new google.auth.GoogleAuth({
|
|
3994
4074
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
3995
|
-
* scopes: [
|
|
4075
|
+
* scopes: [
|
|
4076
|
+
* 'https://www.googleapis.com/auth/cloud-platform',
|
|
4077
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
4078
|
+
* ],
|
|
3996
4079
|
* });
|
|
3997
4080
|
*
|
|
3998
4081
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -4263,7 +4346,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
4263
4346
|
* async function main() {
|
|
4264
4347
|
* const auth = new google.auth.GoogleAuth({
|
|
4265
4348
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
4266
|
-
* scopes: [
|
|
4349
|
+
* scopes: [
|
|
4350
|
+
* 'https://www.googleapis.com/auth/cloud-platform',
|
|
4351
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
4352
|
+
* ],
|
|
4267
4353
|
* });
|
|
4268
4354
|
*
|
|
4269
4355
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -4404,7 +4490,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
4404
4490
|
* async function main() {
|
|
4405
4491
|
* const auth = new google.auth.GoogleAuth({
|
|
4406
4492
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
4407
|
-
* scopes: [
|
|
4493
|
+
* scopes: [
|
|
4494
|
+
* 'https://www.googleapis.com/auth/cloud-platform',
|
|
4495
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
4496
|
+
* ],
|
|
4408
4497
|
* });
|
|
4409
4498
|
*
|
|
4410
4499
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -4528,7 +4617,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
4528
4617
|
* async function main() {
|
|
4529
4618
|
* const auth = new google.auth.GoogleAuth({
|
|
4530
4619
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
4531
|
-
* scopes: [
|
|
4620
|
+
* scopes: [
|
|
4621
|
+
* 'https://www.googleapis.com/auth/cloud-platform',
|
|
4622
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
4623
|
+
* ],
|
|
4532
4624
|
* });
|
|
4533
4625
|
*
|
|
4534
4626
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -4656,7 +4748,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
4656
4748
|
* async function main() {
|
|
4657
4749
|
* const auth = new google.auth.GoogleAuth({
|
|
4658
4750
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
4659
|
-
* scopes: [
|
|
4751
|
+
* scopes: [
|
|
4752
|
+
* 'https://www.googleapis.com/auth/cloud-platform',
|
|
4753
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
4754
|
+
* ],
|
|
4660
4755
|
* });
|
|
4661
4756
|
*
|
|
4662
4757
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -4799,7 +4894,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
4799
4894
|
* async function main() {
|
|
4800
4895
|
* const auth = new google.auth.GoogleAuth({
|
|
4801
4896
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
4802
|
-
* scopes: [
|
|
4897
|
+
* scopes: [
|
|
4898
|
+
* 'https://www.googleapis.com/auth/cloud-platform',
|
|
4899
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
4900
|
+
* ],
|
|
4803
4901
|
* });
|
|
4804
4902
|
*
|
|
4805
4903
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -4943,7 +5041,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
4943
5041
|
* async function main() {
|
|
4944
5042
|
* const auth = new google.auth.GoogleAuth({
|
|
4945
5043
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
4946
|
-
* scopes: [
|
|
5044
|
+
* scopes: [
|
|
5045
|
+
* 'https://www.googleapis.com/auth/cloud-platform',
|
|
5046
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
5047
|
+
* ],
|
|
4947
5048
|
* });
|
|
4948
5049
|
*
|
|
4949
5050
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -5164,7 +5265,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
5164
5265
|
* async function main() {
|
|
5165
5266
|
* const auth = new google.auth.GoogleAuth({
|
|
5166
5267
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
5167
|
-
* scopes: [
|
|
5268
|
+
* scopes: [
|
|
5269
|
+
* 'https://www.googleapis.com/auth/cloud-platform',
|
|
5270
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
5271
|
+
* ],
|
|
5168
5272
|
* });
|
|
5169
5273
|
*
|
|
5170
5274
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -5310,7 +5414,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
5310
5414
|
* async function main() {
|
|
5311
5415
|
* const auth = new google.auth.GoogleAuth({
|
|
5312
5416
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
5313
|
-
* scopes: [
|
|
5417
|
+
* scopes: [
|
|
5418
|
+
* 'https://www.googleapis.com/auth/cloud-platform',
|
|
5419
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
5420
|
+
* ],
|
|
5314
5421
|
* });
|
|
5315
5422
|
*
|
|
5316
5423
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -5494,7 +5601,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
5494
5601
|
* async function main() {
|
|
5495
5602
|
* const auth = new google.auth.GoogleAuth({
|
|
5496
5603
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
5497
|
-
* scopes: [
|
|
5604
|
+
* scopes: [
|
|
5605
|
+
* 'https://www.googleapis.com/auth/cloud-platform',
|
|
5606
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
5607
|
+
* ],
|
|
5498
5608
|
* });
|
|
5499
5609
|
*
|
|
5500
5610
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -5651,7 +5761,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
5651
5761
|
* async function main() {
|
|
5652
5762
|
* const auth = new google.auth.GoogleAuth({
|
|
5653
5763
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
5654
|
-
* scopes: [
|
|
5764
|
+
* scopes: [
|
|
5765
|
+
* 'https://www.googleapis.com/auth/cloud-platform',
|
|
5766
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
5767
|
+
* ],
|
|
5655
5768
|
* });
|
|
5656
5769
|
*
|
|
5657
5770
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -5799,7 +5912,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
5799
5912
|
* async function main() {
|
|
5800
5913
|
* const auth = new google.auth.GoogleAuth({
|
|
5801
5914
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
5802
|
-
* scopes: [
|
|
5915
|
+
* scopes: [
|
|
5916
|
+
* 'https://www.googleapis.com/auth/cloud-platform',
|
|
5917
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
5918
|
+
* ],
|
|
5803
5919
|
* });
|
|
5804
5920
|
*
|
|
5805
5921
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -5995,7 +6111,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
5995
6111
|
* async function main() {
|
|
5996
6112
|
* const auth = new google.auth.GoogleAuth({
|
|
5997
6113
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
5998
|
-
* scopes: [
|
|
6114
|
+
* scopes: [
|
|
6115
|
+
* 'https://www.googleapis.com/auth/cloud-platform',
|
|
6116
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
6117
|
+
* ],
|
|
5999
6118
|
* });
|
|
6000
6119
|
*
|
|
6001
6120
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -6136,7 +6255,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
6136
6255
|
* async function main() {
|
|
6137
6256
|
* const auth = new google.auth.GoogleAuth({
|
|
6138
6257
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
6139
|
-
* scopes: [
|
|
6258
|
+
* scopes: [
|
|
6259
|
+
* 'https://www.googleapis.com/auth/cloud-platform',
|
|
6260
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
6261
|
+
* ],
|
|
6140
6262
|
* });
|
|
6141
6263
|
*
|
|
6142
6264
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -6320,7 +6442,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
6320
6442
|
* async function main() {
|
|
6321
6443
|
* const auth = new google.auth.GoogleAuth({
|
|
6322
6444
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
6323
|
-
* scopes: [
|
|
6445
|
+
* scopes: [
|
|
6446
|
+
* 'https://www.googleapis.com/auth/cloud-platform',
|
|
6447
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
6448
|
+
* ],
|
|
6324
6449
|
* });
|
|
6325
6450
|
*
|
|
6326
6451
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -6465,7 +6590,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
6465
6590
|
* async function main() {
|
|
6466
6591
|
* const auth = new google.auth.GoogleAuth({
|
|
6467
6592
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
6468
|
-
* scopes: [
|
|
6593
|
+
* scopes: [
|
|
6594
|
+
* 'https://www.googleapis.com/auth/cloud-platform',
|
|
6595
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
6596
|
+
* ],
|
|
6469
6597
|
* });
|
|
6470
6598
|
*
|
|
6471
6599
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -6589,7 +6717,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
6589
6717
|
* async function main() {
|
|
6590
6718
|
* const auth = new google.auth.GoogleAuth({
|
|
6591
6719
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
6592
|
-
* scopes: [
|
|
6720
|
+
* scopes: [
|
|
6721
|
+
* 'https://www.googleapis.com/auth/cloud-platform',
|
|
6722
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
6723
|
+
* ],
|
|
6593
6724
|
* });
|
|
6594
6725
|
*
|
|
6595
6726
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -6725,7 +6856,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
6725
6856
|
* async function main() {
|
|
6726
6857
|
* const auth = new google.auth.GoogleAuth({
|
|
6727
6858
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
6728
|
-
* scopes: [
|
|
6859
|
+
* scopes: [
|
|
6860
|
+
* 'https://www.googleapis.com/auth/cloud-platform',
|
|
6861
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
6862
|
+
* ],
|
|
6729
6863
|
* });
|
|
6730
6864
|
*
|
|
6731
6865
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -6869,7 +7003,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
6869
7003
|
* async function main() {
|
|
6870
7004
|
* const auth = new google.auth.GoogleAuth({
|
|
6871
7005
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
6872
|
-
* scopes: [
|
|
7006
|
+
* scopes: [
|
|
7007
|
+
* 'https://www.googleapis.com/auth/cloud-platform',
|
|
7008
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
7009
|
+
* ],
|
|
6873
7010
|
* });
|
|
6874
7011
|
*
|
|
6875
7012
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -7025,7 +7162,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
7025
7162
|
* async function main() {
|
|
7026
7163
|
* const auth = new google.auth.GoogleAuth({
|
|
7027
7164
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
7028
|
-
* scopes: [
|
|
7165
|
+
* scopes: [
|
|
7166
|
+
* 'https://www.googleapis.com/auth/cloud-platform',
|
|
7167
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
7168
|
+
* ],
|
|
7029
7169
|
* });
|
|
7030
7170
|
*
|
|
7031
7171
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -7160,7 +7300,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
7160
7300
|
* async function main() {
|
|
7161
7301
|
* const auth = new google.auth.GoogleAuth({
|
|
7162
7302
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
7163
|
-
* scopes: [
|
|
7303
|
+
* scopes: [
|
|
7304
|
+
* 'https://www.googleapis.com/auth/cloud-platform',
|
|
7305
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
7306
|
+
* ],
|
|
7164
7307
|
* });
|
|
7165
7308
|
*
|
|
7166
7309
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -7382,7 +7525,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
7382
7525
|
* async function main() {
|
|
7383
7526
|
* const auth = new google.auth.GoogleAuth({
|
|
7384
7527
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
7385
|
-
* scopes: [
|
|
7528
|
+
* scopes: [
|
|
7529
|
+
* 'https://www.googleapis.com/auth/cloud-platform',
|
|
7530
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
7531
|
+
* ],
|
|
7386
7532
|
* });
|
|
7387
7533
|
*
|
|
7388
7534
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -7523,7 +7669,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
7523
7669
|
* async function main() {
|
|
7524
7670
|
* const auth = new google.auth.GoogleAuth({
|
|
7525
7671
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
7526
|
-
* scopes: [
|
|
7672
|
+
* scopes: [
|
|
7673
|
+
* 'https://www.googleapis.com/auth/cloud-platform',
|
|
7674
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
7675
|
+
* ],
|
|
7527
7676
|
* });
|
|
7528
7677
|
*
|
|
7529
7678
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -7694,7 +7843,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
7694
7843
|
* async function main() {
|
|
7695
7844
|
* const auth = new google.auth.GoogleAuth({
|
|
7696
7845
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
7697
|
-
* scopes: [
|
|
7846
|
+
* scopes: [
|
|
7847
|
+
* 'https://www.googleapis.com/auth/cloud-platform',
|
|
7848
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
7849
|
+
* ],
|
|
7698
7850
|
* });
|
|
7699
7851
|
*
|
|
7700
7852
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -7837,7 +7989,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
7837
7989
|
* async function main() {
|
|
7838
7990
|
* const auth = new google.auth.GoogleAuth({
|
|
7839
7991
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
7840
|
-
* scopes: [
|
|
7992
|
+
* scopes: [
|
|
7993
|
+
* 'https://www.googleapis.com/auth/cloud-platform',
|
|
7994
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
7995
|
+
* ],
|
|
7841
7996
|
* });
|
|
7842
7997
|
*
|
|
7843
7998
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -7961,7 +8116,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
7961
8116
|
* async function main() {
|
|
7962
8117
|
* const auth = new google.auth.GoogleAuth({
|
|
7963
8118
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
7964
|
-
* scopes: [
|
|
8119
|
+
* scopes: [
|
|
8120
|
+
* 'https://www.googleapis.com/auth/cloud-platform',
|
|
8121
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
8122
|
+
* ],
|
|
7965
8123
|
* });
|
|
7966
8124
|
*
|
|
7967
8125
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -8093,7 +8251,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
8093
8251
|
* async function main() {
|
|
8094
8252
|
* const auth = new google.auth.GoogleAuth({
|
|
8095
8253
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
8096
|
-
* scopes: [
|
|
8254
|
+
* scopes: [
|
|
8255
|
+
* 'https://www.googleapis.com/auth/cloud-platform',
|
|
8256
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
8257
|
+
* ],
|
|
8097
8258
|
* });
|
|
8098
8259
|
*
|
|
8099
8260
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -8238,7 +8399,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
8238
8399
|
* async function main() {
|
|
8239
8400
|
* const auth = new google.auth.GoogleAuth({
|
|
8240
8401
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
8241
|
-
* scopes: [
|
|
8402
|
+
* scopes: [
|
|
8403
|
+
* 'https://www.googleapis.com/auth/cloud-platform',
|
|
8404
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
8405
|
+
* ],
|
|
8242
8406
|
* });
|
|
8243
8407
|
*
|
|
8244
8408
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -8382,7 +8546,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
8382
8546
|
* async function main() {
|
|
8383
8547
|
* const auth = new google.auth.GoogleAuth({
|
|
8384
8548
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
8385
|
-
* scopes: [
|
|
8549
|
+
* scopes: [
|
|
8550
|
+
* 'https://www.googleapis.com/auth/cloud-platform',
|
|
8551
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
8552
|
+
* ],
|
|
8386
8553
|
* });
|
|
8387
8554
|
*
|
|
8388
8555
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -8596,7 +8763,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
8596
8763
|
* async function main() {
|
|
8597
8764
|
* const auth = new google.auth.GoogleAuth({
|
|
8598
8765
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
8599
|
-
* scopes: [
|
|
8766
|
+
* scopes: [
|
|
8767
|
+
* 'https://www.googleapis.com/auth/cloud-platform',
|
|
8768
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
8769
|
+
* ],
|
|
8600
8770
|
* });
|
|
8601
8771
|
*
|
|
8602
8772
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -8753,7 +8923,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
8753
8923
|
* async function main() {
|
|
8754
8924
|
* const auth = new google.auth.GoogleAuth({
|
|
8755
8925
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
8756
|
-
* scopes: [
|
|
8926
|
+
* scopes: [
|
|
8927
|
+
* 'https://www.googleapis.com/auth/cloud-platform',
|
|
8928
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
8929
|
+
* ],
|
|
8757
8930
|
* });
|
|
8758
8931
|
*
|
|
8759
8932
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -8901,7 +9074,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
8901
9074
|
* async function main() {
|
|
8902
9075
|
* const auth = new google.auth.GoogleAuth({
|
|
8903
9076
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
8904
|
-
* scopes: [
|
|
9077
|
+
* scopes: [
|
|
9078
|
+
* 'https://www.googleapis.com/auth/cloud-platform',
|
|
9079
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
9080
|
+
* ],
|
|
8905
9081
|
* });
|
|
8906
9082
|
*
|
|
8907
9083
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -9097,7 +9273,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
9097
9273
|
* async function main() {
|
|
9098
9274
|
* const auth = new google.auth.GoogleAuth({
|
|
9099
9275
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
9100
|
-
* scopes: [
|
|
9276
|
+
* scopes: [
|
|
9277
|
+
* 'https://www.googleapis.com/auth/cloud-platform',
|
|
9278
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
9279
|
+
* ],
|
|
9101
9280
|
* });
|
|
9102
9281
|
*
|
|
9103
9282
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -9254,7 +9433,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
9254
9433
|
* async function main() {
|
|
9255
9434
|
* const auth = new google.auth.GoogleAuth({
|
|
9256
9435
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
9257
|
-
* scopes: [
|
|
9436
|
+
* scopes: [
|
|
9437
|
+
* 'https://www.googleapis.com/auth/cloud-platform',
|
|
9438
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
9439
|
+
* ],
|
|
9258
9440
|
* });
|
|
9259
9441
|
*
|
|
9260
9442
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -9402,7 +9584,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
9402
9584
|
* async function main() {
|
|
9403
9585
|
* const auth = new google.auth.GoogleAuth({
|
|
9404
9586
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
9405
|
-
* scopes: [
|
|
9587
|
+
* scopes: [
|
|
9588
|
+
* 'https://www.googleapis.com/auth/cloud-platform',
|
|
9589
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
9590
|
+
* ],
|
|
9406
9591
|
* });
|
|
9407
9592
|
*
|
|
9408
9593
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -9526,7 +9711,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
9526
9711
|
* async function main() {
|
|
9527
9712
|
* const auth = new google.auth.GoogleAuth({
|
|
9528
9713
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
9529
|
-
* scopes: [
|
|
9714
|
+
* scopes: [
|
|
9715
|
+
* 'https://www.googleapis.com/auth/cloud-platform',
|
|
9716
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
9717
|
+
* ],
|
|
9530
9718
|
* });
|
|
9531
9719
|
*
|
|
9532
9720
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -9662,7 +9850,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
9662
9850
|
* async function main() {
|
|
9663
9851
|
* const auth = new google.auth.GoogleAuth({
|
|
9664
9852
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
9665
|
-
* scopes: [
|
|
9853
|
+
* scopes: [
|
|
9854
|
+
* 'https://www.googleapis.com/auth/cloud-platform',
|
|
9855
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
9856
|
+
* ],
|
|
9666
9857
|
* });
|
|
9667
9858
|
*
|
|
9668
9859
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -9807,7 +9998,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
9807
9998
|
* async function main() {
|
|
9808
9999
|
* const auth = new google.auth.GoogleAuth({
|
|
9809
10000
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
9810
|
-
* scopes: [
|
|
10001
|
+
* scopes: [
|
|
10002
|
+
* 'https://www.googleapis.com/auth/cloud-platform',
|
|
10003
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
10004
|
+
* ],
|
|
9811
10005
|
* });
|
|
9812
10006
|
*
|
|
9813
10007
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -9951,7 +10145,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
9951
10145
|
* async function main() {
|
|
9952
10146
|
* const auth = new google.auth.GoogleAuth({
|
|
9953
10147
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
9954
|
-
* scopes: [
|
|
10148
|
+
* scopes: [
|
|
10149
|
+
* 'https://www.googleapis.com/auth/cloud-platform',
|
|
10150
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
10151
|
+
* ],
|
|
9955
10152
|
* });
|
|
9956
10153
|
*
|
|
9957
10154
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -10107,7 +10304,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
10107
10304
|
* async function main() {
|
|
10108
10305
|
* const auth = new google.auth.GoogleAuth({
|
|
10109
10306
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
10110
|
-
* scopes: [
|
|
10307
|
+
* scopes: [
|
|
10308
|
+
* 'https://www.googleapis.com/auth/cloud-platform',
|
|
10309
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
10310
|
+
* ],
|
|
10111
10311
|
* });
|
|
10112
10312
|
*
|
|
10113
10313
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -10242,7 +10442,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
10242
10442
|
* async function main() {
|
|
10243
10443
|
* const auth = new google.auth.GoogleAuth({
|
|
10244
10444
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
10245
|
-
* scopes: [
|
|
10445
|
+
* scopes: [
|
|
10446
|
+
* 'https://www.googleapis.com/auth/cloud-platform',
|
|
10447
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
10448
|
+
* ],
|
|
10246
10449
|
* });
|
|
10247
10450
|
*
|
|
10248
10451
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -10513,7 +10716,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
10513
10716
|
* async function main() {
|
|
10514
10717
|
* const auth = new google.auth.GoogleAuth({
|
|
10515
10718
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
10516
|
-
* scopes: [
|
|
10719
|
+
* scopes: [
|
|
10720
|
+
* 'https://www.googleapis.com/auth/cloud-platform',
|
|
10721
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
10722
|
+
* ],
|
|
10517
10723
|
* });
|
|
10518
10724
|
*
|
|
10519
10725
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -10654,7 +10860,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
10654
10860
|
* async function main() {
|
|
10655
10861
|
* const auth = new google.auth.GoogleAuth({
|
|
10656
10862
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
10657
|
-
* scopes: [
|
|
10863
|
+
* scopes: [
|
|
10864
|
+
* 'https://www.googleapis.com/auth/cloud-platform',
|
|
10865
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
10866
|
+
* ],
|
|
10658
10867
|
* });
|
|
10659
10868
|
*
|
|
10660
10869
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -10778,7 +10987,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
10778
10987
|
* async function main() {
|
|
10779
10988
|
* const auth = new google.auth.GoogleAuth({
|
|
10780
10989
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
10781
|
-
* scopes: [
|
|
10990
|
+
* scopes: [
|
|
10991
|
+
* 'https://www.googleapis.com/auth/cloud-platform',
|
|
10992
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
10993
|
+
* ],
|
|
10782
10994
|
* });
|
|
10783
10995
|
*
|
|
10784
10996
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -10905,7 +11117,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
10905
11117
|
* async function main() {
|
|
10906
11118
|
* const auth = new google.auth.GoogleAuth({
|
|
10907
11119
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
10908
|
-
* scopes: [
|
|
11120
|
+
* scopes: [
|
|
11121
|
+
* 'https://www.googleapis.com/auth/cloud-platform',
|
|
11122
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
11123
|
+
* ],
|
|
10909
11124
|
* });
|
|
10910
11125
|
*
|
|
10911
11126
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -11047,7 +11262,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
11047
11262
|
* async function main() {
|
|
11048
11263
|
* const auth = new google.auth.GoogleAuth({
|
|
11049
11264
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
11050
|
-
* scopes: [
|
|
11265
|
+
* scopes: [
|
|
11266
|
+
* 'https://www.googleapis.com/auth/cloud-platform',
|
|
11267
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
11268
|
+
* ],
|
|
11051
11269
|
* });
|
|
11052
11270
|
*
|
|
11053
11271
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -11190,7 +11408,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
11190
11408
|
* async function main() {
|
|
11191
11409
|
* const auth = new google.auth.GoogleAuth({
|
|
11192
11410
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
11193
|
-
* scopes: [
|
|
11411
|
+
* scopes: [
|
|
11412
|
+
* 'https://www.googleapis.com/auth/cloud-platform',
|
|
11413
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
11414
|
+
* ],
|
|
11194
11415
|
* });
|
|
11195
11416
|
*
|
|
11196
11417
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -11408,7 +11629,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
11408
11629
|
* async function main() {
|
|
11409
11630
|
* const auth = new google.auth.GoogleAuth({
|
|
11410
11631
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
11411
|
-
* scopes: [
|
|
11632
|
+
* scopes: [
|
|
11633
|
+
* 'https://www.googleapis.com/auth/cloud-platform',
|
|
11634
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
11635
|
+
* ],
|
|
11412
11636
|
* });
|
|
11413
11637
|
*
|
|
11414
11638
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -11554,7 +11778,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
11554
11778
|
* async function main() {
|
|
11555
11779
|
* const auth = new google.auth.GoogleAuth({
|
|
11556
11780
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
11557
|
-
* scopes: [
|
|
11781
|
+
* scopes: [
|
|
11782
|
+
* 'https://www.googleapis.com/auth/cloud-platform',
|
|
11783
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
11784
|
+
* ],
|
|
11558
11785
|
* });
|
|
11559
11786
|
*
|
|
11560
11787
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -11738,7 +11965,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
11738
11965
|
* async function main() {
|
|
11739
11966
|
* const auth = new google.auth.GoogleAuth({
|
|
11740
11967
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
11741
|
-
* scopes: [
|
|
11968
|
+
* scopes: [
|
|
11969
|
+
* 'https://www.googleapis.com/auth/cloud-platform',
|
|
11970
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
11971
|
+
* ],
|
|
11742
11972
|
* });
|
|
11743
11973
|
*
|
|
11744
11974
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -11895,7 +12125,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
11895
12125
|
* async function main() {
|
|
11896
12126
|
* const auth = new google.auth.GoogleAuth({
|
|
11897
12127
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
11898
|
-
* scopes: [
|
|
12128
|
+
* scopes: [
|
|
12129
|
+
* 'https://www.googleapis.com/auth/cloud-platform',
|
|
12130
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
12131
|
+
* ],
|
|
11899
12132
|
* });
|
|
11900
12133
|
*
|
|
11901
12134
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -12043,7 +12276,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
12043
12276
|
* async function main() {
|
|
12044
12277
|
* const auth = new google.auth.GoogleAuth({
|
|
12045
12278
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
12046
|
-
* scopes: [
|
|
12279
|
+
* scopes: [
|
|
12280
|
+
* 'https://www.googleapis.com/auth/cloud-platform',
|
|
12281
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
12282
|
+
* ],
|
|
12047
12283
|
* });
|
|
12048
12284
|
*
|
|
12049
12285
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -12239,7 +12475,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
12239
12475
|
* async function main() {
|
|
12240
12476
|
* const auth = new google.auth.GoogleAuth({
|
|
12241
12477
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
12242
|
-
* scopes: [
|
|
12478
|
+
* scopes: [
|
|
12479
|
+
* 'https://www.googleapis.com/auth/cloud-platform',
|
|
12480
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
12481
|
+
* ],
|
|
12243
12482
|
* });
|
|
12244
12483
|
*
|
|
12245
12484
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -12380,7 +12619,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
12380
12619
|
* async function main() {
|
|
12381
12620
|
* const auth = new google.auth.GoogleAuth({
|
|
12382
12621
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
12383
|
-
* scopes: [
|
|
12622
|
+
* scopes: [
|
|
12623
|
+
* 'https://www.googleapis.com/auth/cloud-platform',
|
|
12624
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
12625
|
+
* ],
|
|
12384
12626
|
* });
|
|
12385
12627
|
*
|
|
12386
12628
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -12562,7 +12804,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
12562
12804
|
* async function main() {
|
|
12563
12805
|
* const auth = new google.auth.GoogleAuth({
|
|
12564
12806
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
12565
|
-
* scopes: [
|
|
12807
|
+
* scopes: [
|
|
12808
|
+
* 'https://www.googleapis.com/auth/cloud-platform',
|
|
12809
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
12810
|
+
* ],
|
|
12566
12811
|
* });
|
|
12567
12812
|
*
|
|
12568
12813
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -12696,7 +12941,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
12696
12941
|
* async function main() {
|
|
12697
12942
|
* const auth = new google.auth.GoogleAuth({
|
|
12698
12943
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
12699
|
-
* scopes: [
|
|
12944
|
+
* scopes: [
|
|
12945
|
+
* 'https://www.googleapis.com/auth/cloud-platform',
|
|
12946
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
12947
|
+
* ],
|
|
12700
12948
|
* });
|
|
12701
12949
|
*
|
|
12702
12950
|
* // Acquire an auth client, and bind it to all future calls
|
|
@@ -12832,7 +13080,10 @@ export namespace sasportal_v1alpha1 {
|
|
|
12832
13080
|
* async function main() {
|
|
12833
13081
|
* const auth = new google.auth.GoogleAuth({
|
|
12834
13082
|
* // Scopes can be specified either as an array or as a single, space-delimited string.
|
|
12835
|
-
* scopes: [
|
|
13083
|
+
* scopes: [
|
|
13084
|
+
* 'https://www.googleapis.com/auth/cloud-platform',
|
|
13085
|
+
* 'https://www.googleapis.com/auth/sasportal',
|
|
13086
|
+
* ],
|
|
12836
13087
|
* });
|
|
12837
13088
|
*
|
|
12838
13089
|
* // Acquire an auth client, and bind it to all future calls
|