@maxim_mazurok/gapi.client.appengine-v1alpha 0.0.20250618 → 0.0.20250816
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/index.d.ts +29 -29
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
10
10
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
11
11
|
// Generated from: https://appengine.googleapis.com/$discovery/rest?version=v1alpha
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20250816
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -300,7 +300,7 @@ declare namespace gapi.client {
|
|
|
300
300
|
access_token?: string;
|
|
301
301
|
/** Data format for response. */
|
|
302
302
|
alt?: string;
|
|
303
|
-
/** Part of `parent`. Name of the parent Application resource. Example: apps/myapp. */
|
|
303
|
+
/** Part of `parent`. Required. Name of the parent Application resource. Example: apps/myapp. */
|
|
304
304
|
appsId: string;
|
|
305
305
|
/** JSONP */
|
|
306
306
|
callback?: string;
|
|
@@ -329,7 +329,7 @@ declare namespace gapi.client {
|
|
|
329
329
|
access_token?: string;
|
|
330
330
|
/** Data format for response. */
|
|
331
331
|
alt?: string;
|
|
332
|
-
/** Part of `parent`. Name of the parent Application resource. Example: apps/myapp. */
|
|
332
|
+
/** Part of `parent`. Required. Name of the parent Application resource. Example: apps/myapp. */
|
|
333
333
|
appsId: string;
|
|
334
334
|
/** JSONP */
|
|
335
335
|
callback?: string;
|
|
@@ -358,7 +358,7 @@ declare namespace gapi.client {
|
|
|
358
358
|
access_token?: string;
|
|
359
359
|
/** Data format for response. */
|
|
360
360
|
alt?: string;
|
|
361
|
-
/** Part of `name`. Name of the resource to delete. Example: apps/myapp/authorizedCertificates/12345. */
|
|
361
|
+
/** Part of `name`. Required. Name of the resource to delete. Example: apps/myapp/authorizedCertificates/12345. */
|
|
362
362
|
appsId: string;
|
|
363
363
|
/** Part of `name`. See documentation of `appsId`. */
|
|
364
364
|
authorizedCertificatesId: string;
|
|
@@ -387,7 +387,7 @@ declare namespace gapi.client {
|
|
|
387
387
|
access_token?: string;
|
|
388
388
|
/** Data format for response. */
|
|
389
389
|
alt?: string;
|
|
390
|
-
/** Part of `name`. Name of the resource requested. Example: apps/myapp/authorizedCertificates/12345. */
|
|
390
|
+
/** Part of `name`. Required. Name of the resource requested. Example: apps/myapp/authorizedCertificates/12345. */
|
|
391
391
|
appsId: string;
|
|
392
392
|
/** Part of `name`. See documentation of `appsId`. */
|
|
393
393
|
authorizedCertificatesId: string;
|
|
@@ -418,7 +418,7 @@ declare namespace gapi.client {
|
|
|
418
418
|
access_token?: string;
|
|
419
419
|
/** Data format for response. */
|
|
420
420
|
alt?: string;
|
|
421
|
-
/** Part of `parent`. Name of the parent Application resource. Example: apps/myapp. */
|
|
421
|
+
/** Part of `parent`. Required. Name of the parent Application resource. Example: apps/myapp. */
|
|
422
422
|
appsId: string;
|
|
423
423
|
/** JSONP */
|
|
424
424
|
callback?: string;
|
|
@@ -451,7 +451,7 @@ declare namespace gapi.client {
|
|
|
451
451
|
access_token?: string;
|
|
452
452
|
/** Data format for response. */
|
|
453
453
|
alt?: string;
|
|
454
|
-
/** Part of `name`. Name of the resource to update. Example: apps/myapp/authorizedCertificates/12345. */
|
|
454
|
+
/** Part of `name`. Required. Name of the resource to update. Example: apps/myapp/authorizedCertificates/12345. */
|
|
455
455
|
appsId: string;
|
|
456
456
|
/** Part of `name`. See documentation of `appsId`. */
|
|
457
457
|
authorizedCertificatesId: string;
|
|
@@ -484,7 +484,7 @@ declare namespace gapi.client {
|
|
|
484
484
|
access_token?: string;
|
|
485
485
|
/** Data format for response. */
|
|
486
486
|
alt?: string;
|
|
487
|
-
/** Part of `name`. Name of the resource to update. Example: apps/myapp/authorizedCertificates/12345. */
|
|
487
|
+
/** Part of `name`. Required. Name of the resource to update. Example: apps/myapp/authorizedCertificates/12345. */
|
|
488
488
|
appsId: string;
|
|
489
489
|
/** Part of `name`. See documentation of `appsId`. */
|
|
490
490
|
authorizedCertificatesId: string;
|
|
@@ -519,7 +519,7 @@ declare namespace gapi.client {
|
|
|
519
519
|
access_token?: string;
|
|
520
520
|
/** Data format for response. */
|
|
521
521
|
alt?: string;
|
|
522
|
-
/** Part of `parent`. Name of the parent Application resource. Example: apps/myapp. */
|
|
522
|
+
/** Part of `parent`. Required. Name of the parent Application resource. Example: apps/myapp. */
|
|
523
523
|
appsId: string;
|
|
524
524
|
/** JSONP */
|
|
525
525
|
callback?: string;
|
|
@@ -552,7 +552,7 @@ declare namespace gapi.client {
|
|
|
552
552
|
access_token?: string;
|
|
553
553
|
/** Data format for response. */
|
|
554
554
|
alt?: string;
|
|
555
|
-
/** Part of `parent`. Name of the parent Application resource. Example: apps/myapp. */
|
|
555
|
+
/** Part of `parent`. Required. Name of the parent Application resource. Example: apps/myapp. */
|
|
556
556
|
appsId: string;
|
|
557
557
|
/** JSONP */
|
|
558
558
|
callback?: string;
|
|
@@ -585,7 +585,7 @@ declare namespace gapi.client {
|
|
|
585
585
|
access_token?: string;
|
|
586
586
|
/** Data format for response. */
|
|
587
587
|
alt?: string;
|
|
588
|
-
/** Part of `parent`. Name of the parent Application resource. Example: apps/myapp. */
|
|
588
|
+
/** Part of `parent`. Required. Name of the parent Application resource. Example: apps/myapp. */
|
|
589
589
|
appsId: string;
|
|
590
590
|
/** JSONP */
|
|
591
591
|
callback?: string;
|
|
@@ -618,7 +618,7 @@ declare namespace gapi.client {
|
|
|
618
618
|
access_token?: string;
|
|
619
619
|
/** Data format for response. */
|
|
620
620
|
alt?: string;
|
|
621
|
-
/** Part of `name`. Name of the resource to delete. Example: apps/myapp/domainMappings/example.com. */
|
|
621
|
+
/** Part of `name`. Required. Name of the resource to delete. Example: apps/myapp/domainMappings/example.com. */
|
|
622
622
|
appsId: string;
|
|
623
623
|
/** JSONP */
|
|
624
624
|
callback?: string;
|
|
@@ -647,7 +647,7 @@ declare namespace gapi.client {
|
|
|
647
647
|
access_token?: string;
|
|
648
648
|
/** Data format for response. */
|
|
649
649
|
alt?: string;
|
|
650
|
-
/** Part of `name`. Name of the resource requested. Example: apps/myapp/domainMappings/example.com. */
|
|
650
|
+
/** Part of `name`. Required. Name of the resource requested. Example: apps/myapp/domainMappings/example.com. */
|
|
651
651
|
appsId: string;
|
|
652
652
|
/** JSONP */
|
|
653
653
|
callback?: string;
|
|
@@ -676,7 +676,7 @@ declare namespace gapi.client {
|
|
|
676
676
|
access_token?: string;
|
|
677
677
|
/** Data format for response. */
|
|
678
678
|
alt?: string;
|
|
679
|
-
/** Part of `parent`. Name of the parent Application resource. Example: apps/myapp. */
|
|
679
|
+
/** Part of `parent`. Required. Name of the parent Application resource. Example: apps/myapp. */
|
|
680
680
|
appsId: string;
|
|
681
681
|
/** JSONP */
|
|
682
682
|
callback?: string;
|
|
@@ -707,7 +707,7 @@ declare namespace gapi.client {
|
|
|
707
707
|
access_token?: string;
|
|
708
708
|
/** Data format for response. */
|
|
709
709
|
alt?: string;
|
|
710
|
-
/** Part of `name`. Name of the resource to update. Example: apps/myapp/domainMappings/example.com. */
|
|
710
|
+
/** Part of `name`. Required. Name of the resource to update. Example: apps/myapp/domainMappings/example.com. */
|
|
711
711
|
appsId: string;
|
|
712
712
|
/** JSONP */
|
|
713
713
|
callback?: string;
|
|
@@ -742,7 +742,7 @@ declare namespace gapi.client {
|
|
|
742
742
|
access_token?: string;
|
|
743
743
|
/** Data format for response. */
|
|
744
744
|
alt?: string;
|
|
745
|
-
/** Part of `name`. Name of the resource to update. Example: apps/myapp/domainMappings/example.com. */
|
|
745
|
+
/** Part of `name`. Required. Name of the resource to update. Example: apps/myapp/domainMappings/example.com. */
|
|
746
746
|
appsId: string;
|
|
747
747
|
/** JSONP */
|
|
748
748
|
callback?: string;
|
|
@@ -812,7 +812,7 @@ declare namespace gapi.client {
|
|
|
812
812
|
appsId: string;
|
|
813
813
|
/** JSONP */
|
|
814
814
|
callback?: string;
|
|
815
|
-
/** Optional.
|
|
815
|
+
/** Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage. */
|
|
816
816
|
extraLocationTypes?: string | string[];
|
|
817
817
|
/** Selector specifying which fields to include in a partial response. */
|
|
818
818
|
fields?: string;
|
|
@@ -930,7 +930,7 @@ declare namespace gapi.client {
|
|
|
930
930
|
oauth_token?: string;
|
|
931
931
|
/** Returns response with indentations and line breaks. */
|
|
932
932
|
prettyPrint?: boolean;
|
|
933
|
-
/** Part of `parent`. Name of the parent Application resource. Example: apps/myapp. */
|
|
933
|
+
/** Part of `parent`. Required. Name of the parent Application resource. Example: apps/myapp. */
|
|
934
934
|
projectsId: string;
|
|
935
935
|
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
936
936
|
quotaUser?: string;
|
|
@@ -963,7 +963,7 @@ declare namespace gapi.client {
|
|
|
963
963
|
oauth_token?: string;
|
|
964
964
|
/** Returns response with indentations and line breaks. */
|
|
965
965
|
prettyPrint?: boolean;
|
|
966
|
-
/** Part of `parent`. Name of the parent Application resource. Example: apps/myapp. */
|
|
966
|
+
/** Part of `parent`. Required. Name of the parent Application resource. Example: apps/myapp. */
|
|
967
967
|
projectsId: string;
|
|
968
968
|
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
969
969
|
quotaUser?: string;
|
|
@@ -998,7 +998,7 @@ declare namespace gapi.client {
|
|
|
998
998
|
oauth_token?: string;
|
|
999
999
|
/** Returns response with indentations and line breaks. */
|
|
1000
1000
|
prettyPrint?: boolean;
|
|
1001
|
-
/** Part of `name`. Name of the resource to delete. Example: apps/myapp/authorizedCertificates/12345. */
|
|
1001
|
+
/** Part of `name`. Required. Name of the resource to delete. Example: apps/myapp/authorizedCertificates/12345. */
|
|
1002
1002
|
projectsId: string;
|
|
1003
1003
|
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
1004
1004
|
quotaUser?: string;
|
|
@@ -1031,7 +1031,7 @@ declare namespace gapi.client {
|
|
|
1031
1031
|
oauth_token?: string;
|
|
1032
1032
|
/** Returns response with indentations and line breaks. */
|
|
1033
1033
|
prettyPrint?: boolean;
|
|
1034
|
-
/** Part of `name`. Name of the resource requested. Example: apps/myapp/authorizedCertificates/12345. */
|
|
1034
|
+
/** Part of `name`. Required. Name of the resource requested. Example: apps/myapp/authorizedCertificates/12345. */
|
|
1035
1035
|
projectsId: string;
|
|
1036
1036
|
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
1037
1037
|
quotaUser?: string;
|
|
@@ -1068,7 +1068,7 @@ declare namespace gapi.client {
|
|
|
1068
1068
|
pageToken?: string;
|
|
1069
1069
|
/** Returns response with indentations and line breaks. */
|
|
1070
1070
|
prettyPrint?: boolean;
|
|
1071
|
-
/** Part of `parent`. Name of the parent Application resource. Example: apps/myapp. */
|
|
1071
|
+
/** Part of `parent`. Required. Name of the parent Application resource. Example: apps/myapp. */
|
|
1072
1072
|
projectsId: string;
|
|
1073
1073
|
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
1074
1074
|
quotaUser?: string;
|
|
@@ -1103,7 +1103,7 @@ declare namespace gapi.client {
|
|
|
1103
1103
|
oauth_token?: string;
|
|
1104
1104
|
/** Returns response with indentations and line breaks. */
|
|
1105
1105
|
prettyPrint?: boolean;
|
|
1106
|
-
/** Part of `name`. Name of the resource to update. Example: apps/myapp/authorizedCertificates/12345. */
|
|
1106
|
+
/** Part of `name`. Required. Name of the resource to update. Example: apps/myapp/authorizedCertificates/12345. */
|
|
1107
1107
|
projectsId: string;
|
|
1108
1108
|
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
1109
1109
|
quotaUser?: string;
|
|
@@ -1140,7 +1140,7 @@ declare namespace gapi.client {
|
|
|
1140
1140
|
oauth_token?: string;
|
|
1141
1141
|
/** Returns response with indentations and line breaks. */
|
|
1142
1142
|
prettyPrint?: boolean;
|
|
1143
|
-
/** Part of `name`. Name of the resource to update. Example: apps/myapp/authorizedCertificates/12345. */
|
|
1143
|
+
/** Part of `name`. Required. Name of the resource to update. Example: apps/myapp/authorizedCertificates/12345. */
|
|
1144
1144
|
projectsId: string;
|
|
1145
1145
|
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
1146
1146
|
quotaUser?: string;
|
|
@@ -1181,7 +1181,7 @@ declare namespace gapi.client {
|
|
|
1181
1181
|
pageToken?: string;
|
|
1182
1182
|
/** Returns response with indentations and line breaks. */
|
|
1183
1183
|
prettyPrint?: boolean;
|
|
1184
|
-
/** Part of `parent`. Name of the parent Application resource. Example: apps/myapp. */
|
|
1184
|
+
/** Part of `parent`. Required. Name of the parent Application resource. Example: apps/myapp. */
|
|
1185
1185
|
projectsId: string;
|
|
1186
1186
|
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
1187
1187
|
quotaUser?: string;
|
|
@@ -1218,7 +1218,7 @@ declare namespace gapi.client {
|
|
|
1218
1218
|
overrideStrategy?: string;
|
|
1219
1219
|
/** Returns response with indentations and line breaks. */
|
|
1220
1220
|
prettyPrint?: boolean;
|
|
1221
|
-
/** Part of `parent`. Name of the parent Application resource. Example: apps/myapp. */
|
|
1221
|
+
/** Part of `parent`. Required. Name of the parent Application resource. Example: apps/myapp. */
|
|
1222
1222
|
projectsId: string;
|
|
1223
1223
|
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
1224
1224
|
quotaUser?: string;
|
|
@@ -1255,7 +1255,7 @@ declare namespace gapi.client {
|
|
|
1255
1255
|
overrideStrategy?: string;
|
|
1256
1256
|
/** Returns response with indentations and line breaks. */
|
|
1257
1257
|
prettyPrint?: boolean;
|
|
1258
|
-
/** Part of `parent`. Name of the parent Application resource. Example: apps/myapp. */
|
|
1258
|
+
/** Part of `parent`. Required. Name of the parent Application resource. Example: apps/myapp. */
|
|
1259
1259
|
projectsId: string;
|
|
1260
1260
|
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
1261
1261
|
quotaUser?: string;
|
|
@@ -1290,7 +1290,7 @@ declare namespace gapi.client {
|
|
|
1290
1290
|
oauth_token?: string;
|
|
1291
1291
|
/** Returns response with indentations and line breaks. */
|
|
1292
1292
|
prettyPrint?: boolean;
|
|
1293
|
-
/** Part of `name`. Name of the resource requested. Example: apps/myapp/domainMappings/example.com. */
|
|
1293
|
+
/** Part of `name`. Required. Name of the resource requested. Example: apps/myapp/domainMappings/example.com. */
|
|
1294
1294
|
projectsId: string;
|
|
1295
1295
|
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
1296
1296
|
quotaUser?: string;
|
|
@@ -1413,7 +1413,7 @@ declare namespace gapi.client {
|
|
|
1413
1413
|
alt?: string;
|
|
1414
1414
|
/** JSONP */
|
|
1415
1415
|
callback?: string;
|
|
1416
|
-
/** Optional.
|
|
1416
|
+
/** Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage. */
|
|
1417
1417
|
extraLocationTypes?: string | string[];
|
|
1418
1418
|
/** Selector specifying which fields to include in a partial response. */
|
|
1419
1419
|
fields?: string;
|