@maxim_mazurok/gapi.client.appengine-v1beta 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.
Files changed (2) hide show
  1. package/index.d.ts +61 -63
  2. 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=v1beta
12
- // Revision: 20250618
12
+ // Revision: 20250816
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -70,7 +70,6 @@ declare namespace gapi.client {
70
70
  id?: string;
71
71
  /** Location from which this application runs. Application instances run out of the data centers in the specified location, which is also where all of the application's end user content is stored.Defaults to us-central.View the list of supported locations (https://cloud.google.com/appengine/docs/locations). */
72
72
  locationId?: string;
73
- /** Output only. Full path to the Application resource in the API. Example: apps/myapp.@OutputOnly */
74
73
  name?: string;
75
74
  /** The service account associated with the application. This is the app-level default identity. If no identity provided during create version, Admin API will fallback to this one. */
76
75
  serviceAccount?: string;
@@ -292,7 +291,6 @@ declare namespace gapi.client {
292
291
  action?: string;
293
292
  /** An optional string description of this rule. This field has a maximum length of 400 characters. */
294
293
  description?: string;
295
- /** A positive integer between 1, Int32.MaxValue-1 that defines the order of rule evaluation. Rules with the lowest priority are evaluated first.A default rule at priority Int32.MaxValue matches all IPv4 and IPv6 traffic when no previous rule matches. Only the action of this rule can be modified by the user. */
296
294
  priority?: number;
297
295
  /** IP address or range, defined using CIDR notation, of requests that this rule applies to. You can use the wildcard character "*" to match all IPs equivalent to "0/0" and "::/0" together. Examples: 192.168.1.1 or 192.168.0.0/16 or 2001:db8::/32 or 2001:0db8:0000:0042:0000:8a2e:0370:7334. Truncation will be silently performed on addresses which are not properly truncated. For example, 1.2.3.4/24 is accepted as the same address as 1.2.3.0/24. Similarly, for IPv6, 2001:db8::1/32 is accepted as the same address as 2001:db8::/32. */
298
296
  sourceRange?: string;
@@ -898,7 +896,7 @@ declare namespace gapi.client {
898
896
  access_token?: string;
899
897
  /** Data format for response. */
900
898
  alt?: string;
901
- /** Part of `parent`. Name of the parent Application resource. Example: apps/myapp. */
899
+ /** Part of `parent`. Required. Name of the parent Application resource. Example: apps/myapp. */
902
900
  appsId: string;
903
901
  /** JSONP */
904
902
  callback?: string;
@@ -927,7 +925,7 @@ declare namespace gapi.client {
927
925
  access_token?: string;
928
926
  /** Data format for response. */
929
927
  alt?: string;
930
- /** Part of `parent`. Name of the parent Application resource. Example: apps/myapp. */
928
+ /** Part of `parent`. Required. Name of the parent Application resource. Example: apps/myapp. */
931
929
  appsId: string;
932
930
  /** JSONP */
933
931
  callback?: string;
@@ -956,7 +954,7 @@ declare namespace gapi.client {
956
954
  access_token?: string;
957
955
  /** Data format for response. */
958
956
  alt?: string;
959
- /** Part of `name`. Name of the resource to delete. Example: apps/myapp/authorizedCertificates/12345. */
957
+ /** Part of `name`. Required. Name of the resource to delete. Example: apps/myapp/authorizedCertificates/12345. */
960
958
  appsId: string;
961
959
  /** Part of `name`. See documentation of `appsId`. */
962
960
  authorizedCertificatesId: string;
@@ -985,7 +983,7 @@ declare namespace gapi.client {
985
983
  access_token?: string;
986
984
  /** Data format for response. */
987
985
  alt?: string;
988
- /** Part of `name`. Name of the resource requested. Example: apps/myapp/authorizedCertificates/12345. */
986
+ /** Part of `name`. Required. Name of the resource requested. Example: apps/myapp/authorizedCertificates/12345. */
989
987
  appsId: string;
990
988
  /** Part of `name`. See documentation of `appsId`. */
991
989
  authorizedCertificatesId: string;
@@ -1016,7 +1014,7 @@ declare namespace gapi.client {
1016
1014
  access_token?: string;
1017
1015
  /** Data format for response. */
1018
1016
  alt?: string;
1019
- /** Part of `parent`. Name of the parent Application resource. Example: apps/myapp. */
1017
+ /** Part of `parent`. Required. Name of the parent Application resource. Example: apps/myapp. */
1020
1018
  appsId: string;
1021
1019
  /** JSONP */
1022
1020
  callback?: string;
@@ -1049,7 +1047,7 @@ declare namespace gapi.client {
1049
1047
  access_token?: string;
1050
1048
  /** Data format for response. */
1051
1049
  alt?: string;
1052
- /** Part of `name`. Name of the resource to update. Example: apps/myapp/authorizedCertificates/12345. */
1050
+ /** Part of `name`. Required. Name of the resource to update. Example: apps/myapp/authorizedCertificates/12345. */
1053
1051
  appsId: string;
1054
1052
  /** Part of `name`. See documentation of `appsId`. */
1055
1053
  authorizedCertificatesId: string;
@@ -1082,7 +1080,7 @@ declare namespace gapi.client {
1082
1080
  access_token?: string;
1083
1081
  /** Data format for response. */
1084
1082
  alt?: string;
1085
- /** Part of `name`. Name of the resource to update. Example: apps/myapp/authorizedCertificates/12345. */
1083
+ /** Part of `name`. Required. Name of the resource to update. Example: apps/myapp/authorizedCertificates/12345. */
1086
1084
  appsId: string;
1087
1085
  /** Part of `name`. See documentation of `appsId`. */
1088
1086
  authorizedCertificatesId: string;
@@ -1117,7 +1115,7 @@ declare namespace gapi.client {
1117
1115
  access_token?: string;
1118
1116
  /** Data format for response. */
1119
1117
  alt?: string;
1120
- /** Part of `parent`. Name of the parent Application resource. Example: apps/myapp. */
1118
+ /** Part of `parent`. Required. Name of the parent Application resource. Example: apps/myapp. */
1121
1119
  appsId: string;
1122
1120
  /** JSONP */
1123
1121
  callback?: string;
@@ -1150,7 +1148,7 @@ declare namespace gapi.client {
1150
1148
  access_token?: string;
1151
1149
  /** Data format for response. */
1152
1150
  alt?: string;
1153
- /** Part of `parent`. Name of the parent Application resource. Example: apps/myapp. */
1151
+ /** Part of `parent`. Required. Name of the parent Application resource. Example: apps/myapp. */
1154
1152
  appsId: string;
1155
1153
  /** JSONP */
1156
1154
  callback?: string;
@@ -1181,7 +1179,7 @@ declare namespace gapi.client {
1181
1179
  access_token?: string;
1182
1180
  /** Data format for response. */
1183
1181
  alt?: string;
1184
- /** Part of `parent`. Name of the parent Application resource. Example: apps/myapp. */
1182
+ /** Part of `parent`. Required. Name of the parent Application resource. Example: apps/myapp. */
1185
1183
  appsId: string;
1186
1184
  /** JSONP */
1187
1185
  callback?: string;
@@ -1212,7 +1210,7 @@ declare namespace gapi.client {
1212
1210
  access_token?: string;
1213
1211
  /** Data format for response. */
1214
1212
  alt?: string;
1215
- /** Part of `name`. Name of the resource to delete. Example: apps/myapp/domainMappings/example.com. */
1213
+ /** Part of `name`. Required. Name of the resource to delete. Example: apps/myapp/domainMappings/example.com. */
1216
1214
  appsId: string;
1217
1215
  /** JSONP */
1218
1216
  callback?: string;
@@ -1241,7 +1239,7 @@ declare namespace gapi.client {
1241
1239
  access_token?: string;
1242
1240
  /** Data format for response. */
1243
1241
  alt?: string;
1244
- /** Part of `name`. Name of the resource requested. Example: apps/myapp/domainMappings/example.com. */
1242
+ /** Part of `name`. Required. Name of the resource requested. Example: apps/myapp/domainMappings/example.com. */
1245
1243
  appsId: string;
1246
1244
  /** JSONP */
1247
1245
  callback?: string;
@@ -1270,7 +1268,7 @@ declare namespace gapi.client {
1270
1268
  access_token?: string;
1271
1269
  /** Data format for response. */
1272
1270
  alt?: string;
1273
- /** Part of `parent`. Name of the parent Application resource. Example: apps/myapp. */
1271
+ /** Part of `parent`. Required. Name of the parent Application resource. Example: apps/myapp. */
1274
1272
  appsId: string;
1275
1273
  /** JSONP */
1276
1274
  callback?: string;
@@ -1301,7 +1299,7 @@ declare namespace gapi.client {
1301
1299
  access_token?: string;
1302
1300
  /** Data format for response. */
1303
1301
  alt?: string;
1304
- /** Part of `name`. Name of the resource to update. Example: apps/myapp/domainMappings/example.com. */
1302
+ /** Part of `name`. Required. Name of the resource to update. Example: apps/myapp/domainMappings/example.com. */
1305
1303
  appsId: string;
1306
1304
  /** JSONP */
1307
1305
  callback?: string;
@@ -1334,7 +1332,7 @@ declare namespace gapi.client {
1334
1332
  access_token?: string;
1335
1333
  /** Data format for response. */
1336
1334
  alt?: string;
1337
- /** Part of `name`. Name of the resource to update. Example: apps/myapp/domainMappings/example.com. */
1335
+ /** Part of `name`. Required. Name of the resource to update. Example: apps/myapp/domainMappings/example.com. */
1338
1336
  appsId: string;
1339
1337
  /** JSONP */
1340
1338
  callback?: string;
@@ -1427,7 +1425,7 @@ declare namespace gapi.client {
1427
1425
  access_token?: string;
1428
1426
  /** Data format for response. */
1429
1427
  alt?: string;
1430
- /** Part of `parent`. Name of the parent Firewall collection in which to create a new rule. Example: apps/myapp/firewall/ingressRules. */
1428
+ /** Part of `parent`. Required. Name of the parent Firewall collection in which to create a new rule. Example: apps/myapp/firewall/ingressRules. */
1431
1429
  appsId: string;
1432
1430
  /** JSONP */
1433
1431
  callback?: string;
@@ -1456,7 +1454,7 @@ declare namespace gapi.client {
1456
1454
  access_token?: string;
1457
1455
  /** Data format for response. */
1458
1456
  alt?: string;
1459
- /** Part of `parent`. Name of the parent Firewall collection in which to create a new rule. Example: apps/myapp/firewall/ingressRules. */
1457
+ /** Part of `parent`. Required. Name of the parent Firewall collection in which to create a new rule. Example: apps/myapp/firewall/ingressRules. */
1460
1458
  appsId: string;
1461
1459
  /** JSONP */
1462
1460
  callback?: string;
@@ -1680,7 +1678,7 @@ declare namespace gapi.client {
1680
1678
  appsId: string;
1681
1679
  /** JSONP */
1682
1680
  callback?: string;
1683
- /** Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations. */
1681
+ /** Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage. */
1684
1682
  extraLocationTypes?: string | string[];
1685
1683
  /** Selector specifying which fields to include in a partial response. */
1686
1684
  fields?: string;
@@ -1777,7 +1775,7 @@ declare namespace gapi.client {
1777
1775
  access_token?: string;
1778
1776
  /** Data format for response. */
1779
1777
  alt?: string;
1780
- /** Part of `name`. Name of the resource requested. Example: apps/myapp/services/default/versions/v1/instances/instance-1. */
1778
+ /** Part of `name`. Required. Name of the resource requested. Example: apps/myapp/services/default/versions/v1/instances/instance-1. */
1781
1779
  appsId: string;
1782
1780
  /** JSONP */
1783
1781
  callback?: string;
@@ -1812,7 +1810,7 @@ declare namespace gapi.client {
1812
1810
  access_token?: string;
1813
1811
  /** Data format for response. */
1814
1812
  alt?: string;
1815
- /** Part of `name`. Name of the resource requested. Example: apps/myapp/services/default/versions/v1/instances/instance-1. */
1813
+ /** Part of `name`. Required. Name of the resource requested. Example: apps/myapp/services/default/versions/v1/instances/instance-1. */
1816
1814
  appsId: string;
1817
1815
  /** JSONP */
1818
1816
  callback?: string;
@@ -1847,7 +1845,7 @@ declare namespace gapi.client {
1847
1845
  access_token?: string;
1848
1846
  /** Data format for response. */
1849
1847
  alt?: string;
1850
- /** Part of `name`. Name of the resource requested. Example: apps/myapp/services/default/versions/v1/instances/instance-1. */
1848
+ /** Part of `name`. Required. Name of the resource requested. Example: apps/myapp/services/default/versions/v1/instances/instance-1. */
1851
1849
  appsId: string;
1852
1850
  /** JSONP */
1853
1851
  callback?: string;
@@ -1880,7 +1878,7 @@ declare namespace gapi.client {
1880
1878
  access_token?: string;
1881
1879
  /** Data format for response. */
1882
1880
  alt?: string;
1883
- /** Part of `name`. Name of the resource requested. Example: apps/myapp/services/default/versions/v1/instances/instance-1. */
1881
+ /** Part of `name`. Required. Name of the resource requested. Example: apps/myapp/services/default/versions/v1/instances/instance-1. */
1884
1882
  appsId: string;
1885
1883
  /** JSONP */
1886
1884
  callback?: string;
@@ -1913,7 +1911,7 @@ declare namespace gapi.client {
1913
1911
  access_token?: string;
1914
1912
  /** Data format for response. */
1915
1913
  alt?: string;
1916
- /** Part of `parent`. Name of the parent Version resource. Example: apps/myapp/services/default/versions/v1. */
1914
+ /** Part of `parent`. Required. Name of the parent Version resource. Example: apps/myapp/services/default/versions/v1. */
1917
1915
  appsId: string;
1918
1916
  /** JSONP */
1919
1917
  callback?: string;
@@ -1950,7 +1948,7 @@ declare namespace gapi.client {
1950
1948
  access_token?: string;
1951
1949
  /** Data format for response. */
1952
1950
  alt?: string;
1953
- /** Part of `parent`. Name of the parent resource to create this version under. Example: apps/myapp/services/default. */
1951
+ /** Part of `parent`. Required. Name of the parent resource to create this version under. Example: apps/myapp/services/default. */
1954
1952
  appsId: string;
1955
1953
  /** JSONP */
1956
1954
  callback?: string;
@@ -1981,7 +1979,7 @@ declare namespace gapi.client {
1981
1979
  access_token?: string;
1982
1980
  /** Data format for response. */
1983
1981
  alt?: string;
1984
- /** Part of `parent`. Name of the parent resource to create this version under. Example: apps/myapp/services/default. */
1982
+ /** Part of `parent`. Required. Name of the parent resource to create this version under. Example: apps/myapp/services/default. */
1985
1983
  appsId: string;
1986
1984
  /** JSONP */
1987
1985
  callback?: string;
@@ -2012,7 +2010,7 @@ declare namespace gapi.client {
2012
2010
  access_token?: string;
2013
2011
  /** Data format for response. */
2014
2012
  alt?: string;
2015
- /** Part of `name`. Name of the resource requested. Example: apps/myapp/services/default/versions/v1. */
2013
+ /** Part of `name`. Required. Name of the resource requested. Example: apps/myapp/services/default/versions/v1. */
2016
2014
  appsId: string;
2017
2015
  /** JSONP */
2018
2016
  callback?: string;
@@ -2043,7 +2041,7 @@ declare namespace gapi.client {
2043
2041
  access_token?: string;
2044
2042
  /** Data format for response. */
2045
2043
  alt?: string;
2046
- /** Part of `name`. Name of the resource requested. Example: apps/myapp/services/default/versions/v1. */
2044
+ /** Part of `name`. Required. Name of the resource requested. Example: apps/myapp/services/default/versions/v1. */
2047
2045
  appsId: string;
2048
2046
  /** JSONP */
2049
2047
  callback?: string;
@@ -2078,7 +2076,7 @@ declare namespace gapi.client {
2078
2076
  access_token?: string;
2079
2077
  /** Data format for response. */
2080
2078
  alt?: string;
2081
- /** Part of `parent`. Name of the parent Service resource. Example: apps/myapp/services/default. */
2079
+ /** Part of `parent`. Required. Name of the parent Service resource. Example: apps/myapp/services/default. */
2082
2080
  appsId: string;
2083
2081
  /** JSONP */
2084
2082
  callback?: string;
@@ -2113,7 +2111,7 @@ declare namespace gapi.client {
2113
2111
  access_token?: string;
2114
2112
  /** Data format for response. */
2115
2113
  alt?: string;
2116
- /** Part of `name`. Name of the resource to update. Example: apps/myapp/services/default/versions/1. */
2114
+ /** Part of `name`. Required. Name of the resource to update. Example: apps/myapp/services/default/versions/1. */
2117
2115
  appsId: string;
2118
2116
  /** JSONP */
2119
2117
  callback?: string;
@@ -2148,7 +2146,7 @@ declare namespace gapi.client {
2148
2146
  access_token?: string;
2149
2147
  /** Data format for response. */
2150
2148
  alt?: string;
2151
- /** Part of `name`. Name of the resource to update. Example: apps/myapp/services/default/versions/1. */
2149
+ /** Part of `name`. Required. Name of the resource to update. Example: apps/myapp/services/default/versions/1. */
2152
2150
  appsId: string;
2153
2151
  /** JSONP */
2154
2152
  callback?: string;
@@ -2186,7 +2184,7 @@ declare namespace gapi.client {
2186
2184
  access_token?: string;
2187
2185
  /** Data format for response. */
2188
2186
  alt?: string;
2189
- /** Part of `name`. Name of the resource requested. Example: apps/myapp/services/default. */
2187
+ /** Part of `name`. Required. Name of the resource requested. Example: apps/myapp/services/default. */
2190
2188
  appsId: string;
2191
2189
  /** JSONP */
2192
2190
  callback?: string;
@@ -2215,7 +2213,7 @@ declare namespace gapi.client {
2215
2213
  access_token?: string;
2216
2214
  /** Data format for response. */
2217
2215
  alt?: string;
2218
- /** Part of `name`. Name of the resource requested. Example: apps/myapp/services/default. */
2216
+ /** Part of `name`. Required. Name of the resource requested. Example: apps/myapp/services/default. */
2219
2217
  appsId: string;
2220
2218
  /** JSONP */
2221
2219
  callback?: string;
@@ -2246,7 +2244,7 @@ declare namespace gapi.client {
2246
2244
  access_token?: string;
2247
2245
  /** Data format for response. */
2248
2246
  alt?: string;
2249
- /** Part of `parent`. Name of the parent Application resource. Example: apps/myapp. */
2247
+ /** Part of `parent`. Required. Name of the parent Application resource. Example: apps/myapp. */
2250
2248
  appsId: string;
2251
2249
  /** JSONP */
2252
2250
  callback?: string;
@@ -2277,7 +2275,7 @@ declare namespace gapi.client {
2277
2275
  access_token?: string;
2278
2276
  /** Data format for response. */
2279
2277
  alt?: string;
2280
- /** Part of `name`. Name of the resource to update. Example: apps/myapp/services/default. */
2278
+ /** Part of `name`. Required. Name of the resource to update. Example: apps/myapp/services/default. */
2281
2279
  appsId: string;
2282
2280
  /** JSONP */
2283
2281
  callback?: string;
@@ -2312,7 +2310,7 @@ declare namespace gapi.client {
2312
2310
  access_token?: string;
2313
2311
  /** Data format for response. */
2314
2312
  alt?: string;
2315
- /** Part of `name`. Name of the resource to update. Example: apps/myapp/services/default. */
2313
+ /** Part of `name`. Required. Name of the resource to update. Example: apps/myapp/services/default. */
2316
2314
  appsId: string;
2317
2315
  /** JSONP */
2318
2316
  callback?: string;
@@ -2404,7 +2402,7 @@ declare namespace gapi.client {
2404
2402
  access_token?: string;
2405
2403
  /** Data format for response. */
2406
2404
  alt?: string;
2407
- /** Part of `name`. Name of the Application resource to get. Example: apps/myapp. */
2405
+ /** Part of `name`. Required. Name of the Application resource to get. Example: apps/myapp. */
2408
2406
  appsId: string;
2409
2407
  /** JSONP */
2410
2408
  callback?: string;
@@ -2462,7 +2460,7 @@ declare namespace gapi.client {
2462
2460
  access_token?: string;
2463
2461
  /** Data format for response. */
2464
2462
  alt?: string;
2465
- /** Part of `name`. Name of the Application resource to update. Example: apps/myapp. */
2463
+ /** Part of `name`. Required. Name of the Application resource to update. Example: apps/myapp. */
2466
2464
  appsId: string;
2467
2465
  /** JSONP */
2468
2466
  callback?: string;
@@ -2493,7 +2491,7 @@ declare namespace gapi.client {
2493
2491
  access_token?: string;
2494
2492
  /** Data format for response. */
2495
2493
  alt?: string;
2496
- /** Part of `name`. Name of the Application resource to update. Example: apps/myapp. */
2494
+ /** Part of `name`. Required. Name of the Application resource to update. Example: apps/myapp. */
2497
2495
  appsId: string;
2498
2496
  /** JSONP */
2499
2497
  callback?: string;
@@ -2524,7 +2522,7 @@ declare namespace gapi.client {
2524
2522
  access_token?: string;
2525
2523
  /** Data format for response. */
2526
2524
  alt?: string;
2527
- /** Part of `name`. Name of the application to repair. Example: apps/myapp */
2525
+ /** Part of `name`. Required. Name of the application to repair. Example: apps/myapp */
2528
2526
  appsId: string;
2529
2527
  /** JSONP */
2530
2528
  callback?: string;
@@ -2553,7 +2551,7 @@ declare namespace gapi.client {
2553
2551
  access_token?: string;
2554
2552
  /** Data format for response. */
2555
2553
  alt?: string;
2556
- /** Part of `name`. Name of the application to repair. Example: apps/myapp */
2554
+ /** Part of `name`. Required. Name of the application to repair. Example: apps/myapp */
2557
2555
  appsId: string;
2558
2556
  /** JSONP */
2559
2557
  callback?: string;
@@ -2605,7 +2603,7 @@ declare namespace gapi.client {
2605
2603
  oauth_token?: string;
2606
2604
  /** Returns response with indentations and line breaks. */
2607
2605
  prettyPrint?: boolean;
2608
- /** Part of `parent`. Name of the parent Application resource. Example: apps/myapp. */
2606
+ /** Part of `parent`. Required. Name of the parent Application resource. Example: apps/myapp. */
2609
2607
  projectsId: string;
2610
2608
  /** 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. */
2611
2609
  quotaUser?: string;
@@ -2638,7 +2636,7 @@ declare namespace gapi.client {
2638
2636
  oauth_token?: string;
2639
2637
  /** Returns response with indentations and line breaks. */
2640
2638
  prettyPrint?: boolean;
2641
- /** Part of `parent`. Name of the parent Application resource. Example: apps/myapp. */
2639
+ /** Part of `parent`. Required. Name of the parent Application resource. Example: apps/myapp. */
2642
2640
  projectsId: string;
2643
2641
  /** 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. */
2644
2642
  quotaUser?: string;
@@ -2673,7 +2671,7 @@ declare namespace gapi.client {
2673
2671
  oauth_token?: string;
2674
2672
  /** Returns response with indentations and line breaks. */
2675
2673
  prettyPrint?: boolean;
2676
- /** Part of `name`. Name of the resource to delete. Example: apps/myapp/authorizedCertificates/12345. */
2674
+ /** Part of `name`. Required. Name of the resource to delete. Example: apps/myapp/authorizedCertificates/12345. */
2677
2675
  projectsId: string;
2678
2676
  /** 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. */
2679
2677
  quotaUser?: string;
@@ -2706,7 +2704,7 @@ declare namespace gapi.client {
2706
2704
  oauth_token?: string;
2707
2705
  /** Returns response with indentations and line breaks. */
2708
2706
  prettyPrint?: boolean;
2709
- /** Part of `name`. Name of the resource requested. Example: apps/myapp/authorizedCertificates/12345. */
2707
+ /** Part of `name`. Required. Name of the resource requested. Example: apps/myapp/authorizedCertificates/12345. */
2710
2708
  projectsId: string;
2711
2709
  /** 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. */
2712
2710
  quotaUser?: string;
@@ -2743,7 +2741,7 @@ declare namespace gapi.client {
2743
2741
  pageToken?: string;
2744
2742
  /** Returns response with indentations and line breaks. */
2745
2743
  prettyPrint?: boolean;
2746
- /** Part of `parent`. Name of the parent Application resource. Example: apps/myapp. */
2744
+ /** Part of `parent`. Required. Name of the parent Application resource. Example: apps/myapp. */
2747
2745
  projectsId: string;
2748
2746
  /** 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. */
2749
2747
  quotaUser?: string;
@@ -2778,7 +2776,7 @@ declare namespace gapi.client {
2778
2776
  oauth_token?: string;
2779
2777
  /** Returns response with indentations and line breaks. */
2780
2778
  prettyPrint?: boolean;
2781
- /** Part of `name`. Name of the resource to update. Example: apps/myapp/authorizedCertificates/12345. */
2779
+ /** Part of `name`. Required. Name of the resource to update. Example: apps/myapp/authorizedCertificates/12345. */
2782
2780
  projectsId: string;
2783
2781
  /** 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. */
2784
2782
  quotaUser?: string;
@@ -2815,7 +2813,7 @@ declare namespace gapi.client {
2815
2813
  oauth_token?: string;
2816
2814
  /** Returns response with indentations and line breaks. */
2817
2815
  prettyPrint?: boolean;
2818
- /** Part of `name`. Name of the resource to update. Example: apps/myapp/authorizedCertificates/12345. */
2816
+ /** Part of `name`. Required. Name of the resource to update. Example: apps/myapp/authorizedCertificates/12345. */
2819
2817
  projectsId: string;
2820
2818
  /** 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. */
2821
2819
  quotaUser?: string;
@@ -2856,7 +2854,7 @@ declare namespace gapi.client {
2856
2854
  pageToken?: string;
2857
2855
  /** Returns response with indentations and line breaks. */
2858
2856
  prettyPrint?: boolean;
2859
- /** Part of `parent`. Name of the parent Application resource. Example: apps/myapp. */
2857
+ /** Part of `parent`. Required. Name of the parent Application resource. Example: apps/myapp. */
2860
2858
  projectsId: string;
2861
2859
  /** 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. */
2862
2860
  quotaUser?: string;
@@ -2891,7 +2889,7 @@ declare namespace gapi.client {
2891
2889
  overrideStrategy?: string;
2892
2890
  /** Returns response with indentations and line breaks. */
2893
2891
  prettyPrint?: boolean;
2894
- /** Part of `parent`. Name of the parent Application resource. Example: apps/myapp. */
2892
+ /** Part of `parent`. Required. Name of the parent Application resource. Example: apps/myapp. */
2895
2893
  projectsId: string;
2896
2894
  /** 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. */
2897
2895
  quotaUser?: string;
@@ -2926,7 +2924,7 @@ declare namespace gapi.client {
2926
2924
  overrideStrategy?: string;
2927
2925
  /** Returns response with indentations and line breaks. */
2928
2926
  prettyPrint?: boolean;
2929
- /** Part of `parent`. Name of the parent Application resource. Example: apps/myapp. */
2927
+ /** Part of `parent`. Required. Name of the parent Application resource. Example: apps/myapp. */
2930
2928
  projectsId: string;
2931
2929
  /** 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. */
2932
2930
  quotaUser?: string;
@@ -2961,7 +2959,7 @@ declare namespace gapi.client {
2961
2959
  oauth_token?: string;
2962
2960
  /** Returns response with indentations and line breaks. */
2963
2961
  prettyPrint?: boolean;
2964
- /** Part of `name`. Name of the resource requested. Example: apps/myapp/domainMappings/example.com. */
2962
+ /** Part of `name`. Required. Name of the resource requested. Example: apps/myapp/domainMappings/example.com. */
2965
2963
  projectsId: string;
2966
2964
  /** 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. */
2967
2965
  quotaUser?: string;
@@ -2994,7 +2992,7 @@ declare namespace gapi.client {
2994
2992
  oauth_token?: string;
2995
2993
  /** Returns response with indentations and line breaks. */
2996
2994
  prettyPrint?: boolean;
2997
- /** Part of `name`. Name of the resource requested. Example: apps/myapp/services/default/versions/v1. */
2995
+ /** Part of `name`. Required. Name of the resource requested. Example: apps/myapp/services/default/versions/v1. */
2998
2996
  projectsId: string;
2999
2997
  /** 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. */
3000
2998
  quotaUser?: string;
@@ -3029,7 +3027,7 @@ declare namespace gapi.client {
3029
3027
  oauth_token?: string;
3030
3028
  /** Returns response with indentations and line breaks. */
3031
3029
  prettyPrint?: boolean;
3032
- /** Part of `name`. Name of the resource to update. Example: apps/myapp/services/default/versions/1. */
3030
+ /** Part of `name`. Required. Name of the resource to update. Example: apps/myapp/services/default/versions/1. */
3033
3031
  projectsId: string;
3034
3032
  /** 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. */
3035
3033
  quotaUser?: string;
@@ -3068,7 +3066,7 @@ declare namespace gapi.client {
3068
3066
  oauth_token?: string;
3069
3067
  /** Returns response with indentations and line breaks. */
3070
3068
  prettyPrint?: boolean;
3071
- /** Part of `name`. Name of the resource to update. Example: apps/myapp/services/default/versions/1. */
3069
+ /** Part of `name`. Required. Name of the resource to update. Example: apps/myapp/services/default/versions/1. */
3072
3070
  projectsId: string;
3073
3071
  /** 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. */
3074
3072
  quotaUser?: string;
@@ -3109,7 +3107,7 @@ declare namespace gapi.client {
3109
3107
  oauth_token?: string;
3110
3108
  /** Returns response with indentations and line breaks. */
3111
3109
  prettyPrint?: boolean;
3112
- /** Part of `name`. Name of the resource requested. Example: apps/myapp/services/default. */
3110
+ /** Part of `name`. Required. Name of the resource requested. Example: apps/myapp/services/default. */
3113
3111
  projectsId: string;
3114
3112
  /** 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. */
3115
3113
  quotaUser?: string;
@@ -3144,7 +3142,7 @@ declare namespace gapi.client {
3144
3142
  oauth_token?: string;
3145
3143
  /** Returns response with indentations and line breaks. */
3146
3144
  prettyPrint?: boolean;
3147
- /** Part of `name`. Name of the resource to update. Example: apps/myapp/services/default. */
3145
+ /** Part of `name`. Required. Name of the resource to update. Example: apps/myapp/services/default. */
3148
3146
  projectsId: string;
3149
3147
  /** 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. */
3150
3148
  quotaUser?: string;
@@ -3183,7 +3181,7 @@ declare namespace gapi.client {
3183
3181
  oauth_token?: string;
3184
3182
  /** Returns response with indentations and line breaks. */
3185
3183
  prettyPrint?: boolean;
3186
- /** Part of `name`. Name of the resource to update. Example: apps/myapp/services/default. */
3184
+ /** Part of `name`. Required. Name of the resource to update. Example: apps/myapp/services/default. */
3187
3185
  projectsId: string;
3188
3186
  /** 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. */
3189
3187
  quotaUser?: string;
@@ -3223,7 +3221,7 @@ declare namespace gapi.client {
3223
3221
  oauth_token?: string;
3224
3222
  /** Returns response with indentations and line breaks. */
3225
3223
  prettyPrint?: boolean;
3226
- /** Part of `name`. Name of the Application resource to update. Example: apps/myapp. */
3224
+ /** Part of `name`. Required. Name of the Application resource to update. Example: apps/myapp. */
3227
3225
  projectsId: string;
3228
3226
  /** 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. */
3229
3227
  quotaUser?: string;
@@ -3258,7 +3256,7 @@ declare namespace gapi.client {
3258
3256
  oauth_token?: string;
3259
3257
  /** Returns response with indentations and line breaks. */
3260
3258
  prettyPrint?: boolean;
3261
- /** Part of `name`. Name of the Application resource to update. Example: apps/myapp. */
3259
+ /** Part of `name`. Required. Name of the Application resource to update. Example: apps/myapp. */
3262
3260
  projectsId: string;
3263
3261
  /** 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. */
3264
3262
  quotaUser?: string;
@@ -3384,7 +3382,7 @@ declare namespace gapi.client {
3384
3382
  alt?: string;
3385
3383
  /** JSONP */
3386
3384
  callback?: string;
3387
- /** Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations. */
3385
+ /** Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage. */
3388
3386
  extraLocationTypes?: string | string[];
3389
3387
  /** Selector specifying which fields to include in a partial response. */
3390
3388
  fields?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.appengine-v1beta",
3
- "version": "0.0.20250618",
3
+ "version": "0.0.20250816",
4
4
  "description": "TypeScript typings for App Engine Admin API v1beta",
5
5
  "repository": {
6
6
  "type": "git",