@maxim_mazurok/gapi.client.appengine-v1 0.0.20250616 → 0.0.20250805
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 +59 -61
- 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=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20250805
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -66,7 +66,6 @@ declare namespace gapi.client {
|
|
|
66
66
|
id?: string;
|
|
67
67
|
/** 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). */
|
|
68
68
|
locationId?: string;
|
|
69
|
-
/** Output only. Full path to the Application resource in the API. Example: apps/myapp.@OutputOnly */
|
|
70
69
|
name?: string;
|
|
71
70
|
/** 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. */
|
|
72
71
|
serviceAccount?: string;
|
|
@@ -268,7 +267,6 @@ declare namespace gapi.client {
|
|
|
268
267
|
action?: string;
|
|
269
268
|
/** An optional string description of this rule. This field has a maximum length of 400 characters. */
|
|
270
269
|
description?: string;
|
|
271
|
-
/** 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. */
|
|
272
270
|
priority?: number;
|
|
273
271
|
/** 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. */
|
|
274
272
|
sourceRange?: string;
|
|
@@ -874,7 +872,7 @@ declare namespace gapi.client {
|
|
|
874
872
|
access_token?: string;
|
|
875
873
|
/** Data format for response. */
|
|
876
874
|
alt?: string;
|
|
877
|
-
/** Part of `parent`. Name of the parent Application resource. Example: apps/myapp. */
|
|
875
|
+
/** Part of `parent`. Required. Name of the parent Application resource. Example: apps/myapp. */
|
|
878
876
|
appsId: string;
|
|
879
877
|
/** JSONP */
|
|
880
878
|
callback?: string;
|
|
@@ -903,7 +901,7 @@ declare namespace gapi.client {
|
|
|
903
901
|
access_token?: string;
|
|
904
902
|
/** Data format for response. */
|
|
905
903
|
alt?: string;
|
|
906
|
-
/** Part of `parent`. Name of the parent Application resource. Example: apps/myapp. */
|
|
904
|
+
/** Part of `parent`. Required. Name of the parent Application resource. Example: apps/myapp. */
|
|
907
905
|
appsId: string;
|
|
908
906
|
/** JSONP */
|
|
909
907
|
callback?: string;
|
|
@@ -932,7 +930,7 @@ declare namespace gapi.client {
|
|
|
932
930
|
access_token?: string;
|
|
933
931
|
/** Data format for response. */
|
|
934
932
|
alt?: string;
|
|
935
|
-
/** Part of `name`. Name of the resource to delete. Example: apps/myapp/authorizedCertificates/12345. */
|
|
933
|
+
/** Part of `name`. Required. Name of the resource to delete. Example: apps/myapp/authorizedCertificates/12345. */
|
|
936
934
|
appsId: string;
|
|
937
935
|
/** Part of `name`. See documentation of `appsId`. */
|
|
938
936
|
authorizedCertificatesId: string;
|
|
@@ -961,7 +959,7 @@ declare namespace gapi.client {
|
|
|
961
959
|
access_token?: string;
|
|
962
960
|
/** Data format for response. */
|
|
963
961
|
alt?: string;
|
|
964
|
-
/** Part of `name`. Name of the resource requested. Example: apps/myapp/authorizedCertificates/12345. */
|
|
962
|
+
/** Part of `name`. Required. Name of the resource requested. Example: apps/myapp/authorizedCertificates/12345. */
|
|
965
963
|
appsId: string;
|
|
966
964
|
/** Part of `name`. See documentation of `appsId`. */
|
|
967
965
|
authorizedCertificatesId: string;
|
|
@@ -992,7 +990,7 @@ declare namespace gapi.client {
|
|
|
992
990
|
access_token?: string;
|
|
993
991
|
/** Data format for response. */
|
|
994
992
|
alt?: string;
|
|
995
|
-
/** Part of `parent`. Name of the parent Application resource. Example: apps/myapp. */
|
|
993
|
+
/** Part of `parent`. Required. Name of the parent Application resource. Example: apps/myapp. */
|
|
996
994
|
appsId: string;
|
|
997
995
|
/** JSONP */
|
|
998
996
|
callback?: string;
|
|
@@ -1025,7 +1023,7 @@ declare namespace gapi.client {
|
|
|
1025
1023
|
access_token?: string;
|
|
1026
1024
|
/** Data format for response. */
|
|
1027
1025
|
alt?: string;
|
|
1028
|
-
/** Part of `name`. Name of the resource to update. Example: apps/myapp/authorizedCertificates/12345. */
|
|
1026
|
+
/** Part of `name`. Required. Name of the resource to update. Example: apps/myapp/authorizedCertificates/12345. */
|
|
1029
1027
|
appsId: string;
|
|
1030
1028
|
/** Part of `name`. See documentation of `appsId`. */
|
|
1031
1029
|
authorizedCertificatesId: string;
|
|
@@ -1058,7 +1056,7 @@ declare namespace gapi.client {
|
|
|
1058
1056
|
access_token?: string;
|
|
1059
1057
|
/** Data format for response. */
|
|
1060
1058
|
alt?: string;
|
|
1061
|
-
/** Part of `name`. Name of the resource to update. Example: apps/myapp/authorizedCertificates/12345. */
|
|
1059
|
+
/** Part of `name`. Required. Name of the resource to update. Example: apps/myapp/authorizedCertificates/12345. */
|
|
1062
1060
|
appsId: string;
|
|
1063
1061
|
/** Part of `name`. See documentation of `appsId`. */
|
|
1064
1062
|
authorizedCertificatesId: string;
|
|
@@ -1093,7 +1091,7 @@ declare namespace gapi.client {
|
|
|
1093
1091
|
access_token?: string;
|
|
1094
1092
|
/** Data format for response. */
|
|
1095
1093
|
alt?: string;
|
|
1096
|
-
/** Part of `parent`. Name of the parent Application resource. Example: apps/myapp. */
|
|
1094
|
+
/** Part of `parent`. Required. Name of the parent Application resource. Example: apps/myapp. */
|
|
1097
1095
|
appsId: string;
|
|
1098
1096
|
/** JSONP */
|
|
1099
1097
|
callback?: string;
|
|
@@ -1126,7 +1124,7 @@ declare namespace gapi.client {
|
|
|
1126
1124
|
access_token?: string;
|
|
1127
1125
|
/** Data format for response. */
|
|
1128
1126
|
alt?: string;
|
|
1129
|
-
/** Part of `parent`. Name of the parent Application resource. Example: apps/myapp. */
|
|
1127
|
+
/** Part of `parent`. Required. Name of the parent Application resource. Example: apps/myapp. */
|
|
1130
1128
|
appsId: string;
|
|
1131
1129
|
/** JSONP */
|
|
1132
1130
|
callback?: string;
|
|
@@ -1157,7 +1155,7 @@ declare namespace gapi.client {
|
|
|
1157
1155
|
access_token?: string;
|
|
1158
1156
|
/** Data format for response. */
|
|
1159
1157
|
alt?: string;
|
|
1160
|
-
/** Part of `parent`. Name of the parent Application resource. Example: apps/myapp. */
|
|
1158
|
+
/** Part of `parent`. Required. Name of the parent Application resource. Example: apps/myapp. */
|
|
1161
1159
|
appsId: string;
|
|
1162
1160
|
/** JSONP */
|
|
1163
1161
|
callback?: string;
|
|
@@ -1188,7 +1186,7 @@ declare namespace gapi.client {
|
|
|
1188
1186
|
access_token?: string;
|
|
1189
1187
|
/** Data format for response. */
|
|
1190
1188
|
alt?: string;
|
|
1191
|
-
/** Part of `name`. Name of the resource to delete. Example: apps/myapp/domainMappings/example.com. */
|
|
1189
|
+
/** Part of `name`. Required. Name of the resource to delete. Example: apps/myapp/domainMappings/example.com. */
|
|
1192
1190
|
appsId: string;
|
|
1193
1191
|
/** JSONP */
|
|
1194
1192
|
callback?: string;
|
|
@@ -1217,7 +1215,7 @@ declare namespace gapi.client {
|
|
|
1217
1215
|
access_token?: string;
|
|
1218
1216
|
/** Data format for response. */
|
|
1219
1217
|
alt?: string;
|
|
1220
|
-
/** Part of `name`. Name of the resource requested. Example: apps/myapp/domainMappings/example.com. */
|
|
1218
|
+
/** Part of `name`. Required. Name of the resource requested. Example: apps/myapp/domainMappings/example.com. */
|
|
1221
1219
|
appsId: string;
|
|
1222
1220
|
/** JSONP */
|
|
1223
1221
|
callback?: string;
|
|
@@ -1246,7 +1244,7 @@ declare namespace gapi.client {
|
|
|
1246
1244
|
access_token?: string;
|
|
1247
1245
|
/** Data format for response. */
|
|
1248
1246
|
alt?: string;
|
|
1249
|
-
/** Part of `parent`. Name of the parent Application resource. Example: apps/myapp. */
|
|
1247
|
+
/** Part of `parent`. Required. Name of the parent Application resource. Example: apps/myapp. */
|
|
1250
1248
|
appsId: string;
|
|
1251
1249
|
/** JSONP */
|
|
1252
1250
|
callback?: string;
|
|
@@ -1277,7 +1275,7 @@ declare namespace gapi.client {
|
|
|
1277
1275
|
access_token?: string;
|
|
1278
1276
|
/** Data format for response. */
|
|
1279
1277
|
alt?: string;
|
|
1280
|
-
/** Part of `name`. Name of the resource to update. Example: apps/myapp/domainMappings/example.com. */
|
|
1278
|
+
/** Part of `name`. Required. Name of the resource to update. Example: apps/myapp/domainMappings/example.com. */
|
|
1281
1279
|
appsId: string;
|
|
1282
1280
|
/** JSONP */
|
|
1283
1281
|
callback?: string;
|
|
@@ -1310,7 +1308,7 @@ declare namespace gapi.client {
|
|
|
1310
1308
|
access_token?: string;
|
|
1311
1309
|
/** Data format for response. */
|
|
1312
1310
|
alt?: string;
|
|
1313
|
-
/** Part of `name`. Name of the resource to update. Example: apps/myapp/domainMappings/example.com. */
|
|
1311
|
+
/** Part of `name`. Required. Name of the resource to update. Example: apps/myapp/domainMappings/example.com. */
|
|
1314
1312
|
appsId: string;
|
|
1315
1313
|
/** JSONP */
|
|
1316
1314
|
callback?: string;
|
|
@@ -1403,7 +1401,7 @@ declare namespace gapi.client {
|
|
|
1403
1401
|
access_token?: string;
|
|
1404
1402
|
/** Data format for response. */
|
|
1405
1403
|
alt?: string;
|
|
1406
|
-
/** Part of `parent`. Name of the parent Firewall collection in which to create a new rule. Example: apps/myapp/firewall/ingressRules. */
|
|
1404
|
+
/** Part of `parent`. Required. Name of the parent Firewall collection in which to create a new rule. Example: apps/myapp/firewall/ingressRules. */
|
|
1407
1405
|
appsId: string;
|
|
1408
1406
|
/** JSONP */
|
|
1409
1407
|
callback?: string;
|
|
@@ -1432,7 +1430,7 @@ declare namespace gapi.client {
|
|
|
1432
1430
|
access_token?: string;
|
|
1433
1431
|
/** Data format for response. */
|
|
1434
1432
|
alt?: string;
|
|
1435
|
-
/** Part of `parent`. Name of the parent Firewall collection in which to create a new rule. Example: apps/myapp/firewall/ingressRules. */
|
|
1433
|
+
/** Part of `parent`. Required. Name of the parent Firewall collection in which to create a new rule. Example: apps/myapp/firewall/ingressRules. */
|
|
1436
1434
|
appsId: string;
|
|
1437
1435
|
/** JSONP */
|
|
1438
1436
|
callback?: string;
|
|
@@ -1753,7 +1751,7 @@ declare namespace gapi.client {
|
|
|
1753
1751
|
access_token?: string;
|
|
1754
1752
|
/** Data format for response. */
|
|
1755
1753
|
alt?: string;
|
|
1756
|
-
/** Part of `name`. Name of the resource requested. Example: apps/myapp/services/default/versions/v1/instances/instance-1. */
|
|
1754
|
+
/** Part of `name`. Required. Name of the resource requested. Example: apps/myapp/services/default/versions/v1/instances/instance-1. */
|
|
1757
1755
|
appsId: string;
|
|
1758
1756
|
/** JSONP */
|
|
1759
1757
|
callback?: string;
|
|
@@ -1788,7 +1786,7 @@ declare namespace gapi.client {
|
|
|
1788
1786
|
access_token?: string;
|
|
1789
1787
|
/** Data format for response. */
|
|
1790
1788
|
alt?: string;
|
|
1791
|
-
/** Part of `name`. Name of the resource requested. Example: apps/myapp/services/default/versions/v1/instances/instance-1. */
|
|
1789
|
+
/** Part of `name`. Required. Name of the resource requested. Example: apps/myapp/services/default/versions/v1/instances/instance-1. */
|
|
1792
1790
|
appsId: string;
|
|
1793
1791
|
/** JSONP */
|
|
1794
1792
|
callback?: string;
|
|
@@ -1823,7 +1821,7 @@ declare namespace gapi.client {
|
|
|
1823
1821
|
access_token?: string;
|
|
1824
1822
|
/** Data format for response. */
|
|
1825
1823
|
alt?: string;
|
|
1826
|
-
/** Part of `name`. Name of the resource requested. Example: apps/myapp/services/default/versions/v1/instances/instance-1. */
|
|
1824
|
+
/** Part of `name`. Required. Name of the resource requested. Example: apps/myapp/services/default/versions/v1/instances/instance-1. */
|
|
1827
1825
|
appsId: string;
|
|
1828
1826
|
/** JSONP */
|
|
1829
1827
|
callback?: string;
|
|
@@ -1856,7 +1854,7 @@ declare namespace gapi.client {
|
|
|
1856
1854
|
access_token?: string;
|
|
1857
1855
|
/** Data format for response. */
|
|
1858
1856
|
alt?: string;
|
|
1859
|
-
/** Part of `name`. Name of the resource requested. Example: apps/myapp/services/default/versions/v1/instances/instance-1. */
|
|
1857
|
+
/** Part of `name`. Required. Name of the resource requested. Example: apps/myapp/services/default/versions/v1/instances/instance-1. */
|
|
1860
1858
|
appsId: string;
|
|
1861
1859
|
/** JSONP */
|
|
1862
1860
|
callback?: string;
|
|
@@ -1889,7 +1887,7 @@ declare namespace gapi.client {
|
|
|
1889
1887
|
access_token?: string;
|
|
1890
1888
|
/** Data format for response. */
|
|
1891
1889
|
alt?: string;
|
|
1892
|
-
/** Part of `parent`. Name of the parent Version resource. Example: apps/myapp/services/default/versions/v1. */
|
|
1890
|
+
/** Part of `parent`. Required. Name of the parent Version resource. Example: apps/myapp/services/default/versions/v1. */
|
|
1893
1891
|
appsId: string;
|
|
1894
1892
|
/** JSONP */
|
|
1895
1893
|
callback?: string;
|
|
@@ -1926,7 +1924,7 @@ declare namespace gapi.client {
|
|
|
1926
1924
|
access_token?: string;
|
|
1927
1925
|
/** Data format for response. */
|
|
1928
1926
|
alt?: string;
|
|
1929
|
-
/** Part of `parent`. Name of the parent resource to create this version under. Example: apps/myapp/services/default. */
|
|
1927
|
+
/** Part of `parent`. Required. Name of the parent resource to create this version under. Example: apps/myapp/services/default. */
|
|
1930
1928
|
appsId: string;
|
|
1931
1929
|
/** JSONP */
|
|
1932
1930
|
callback?: string;
|
|
@@ -1957,7 +1955,7 @@ declare namespace gapi.client {
|
|
|
1957
1955
|
access_token?: string;
|
|
1958
1956
|
/** Data format for response. */
|
|
1959
1957
|
alt?: string;
|
|
1960
|
-
/** Part of `parent`. Name of the parent resource to create this version under. Example: apps/myapp/services/default. */
|
|
1958
|
+
/** Part of `parent`. Required. Name of the parent resource to create this version under. Example: apps/myapp/services/default. */
|
|
1961
1959
|
appsId: string;
|
|
1962
1960
|
/** JSONP */
|
|
1963
1961
|
callback?: string;
|
|
@@ -1988,7 +1986,7 @@ declare namespace gapi.client {
|
|
|
1988
1986
|
access_token?: string;
|
|
1989
1987
|
/** Data format for response. */
|
|
1990
1988
|
alt?: string;
|
|
1991
|
-
/** Part of `name`. Name of the resource requested. Example: apps/myapp/services/default/versions/v1. */
|
|
1989
|
+
/** Part of `name`. Required. Name of the resource requested. Example: apps/myapp/services/default/versions/v1. */
|
|
1992
1990
|
appsId: string;
|
|
1993
1991
|
/** JSONP */
|
|
1994
1992
|
callback?: string;
|
|
@@ -2019,7 +2017,7 @@ declare namespace gapi.client {
|
|
|
2019
2017
|
access_token?: string;
|
|
2020
2018
|
/** Data format for response. */
|
|
2021
2019
|
alt?: string;
|
|
2022
|
-
/** Part of `name`. Name of the resource requested. Example: apps/myapp/services/default/versions/v1. */
|
|
2020
|
+
/** Part of `name`. Required. Name of the resource requested. Example: apps/myapp/services/default/versions/v1. */
|
|
2023
2021
|
appsId: string;
|
|
2024
2022
|
/** JSONP */
|
|
2025
2023
|
callback?: string;
|
|
@@ -2052,7 +2050,7 @@ declare namespace gapi.client {
|
|
|
2052
2050
|
access_token?: string;
|
|
2053
2051
|
/** Data format for response. */
|
|
2054
2052
|
alt?: string;
|
|
2055
|
-
/** Part of `parent`. Name of the parent Service resource. Example: apps/myapp/services/default. */
|
|
2053
|
+
/** Part of `parent`. Required. Name of the parent Service resource. Example: apps/myapp/services/default. */
|
|
2056
2054
|
appsId: string;
|
|
2057
2055
|
/** JSONP */
|
|
2058
2056
|
callback?: string;
|
|
@@ -2087,7 +2085,7 @@ declare namespace gapi.client {
|
|
|
2087
2085
|
access_token?: string;
|
|
2088
2086
|
/** Data format for response. */
|
|
2089
2087
|
alt?: string;
|
|
2090
|
-
/** Part of `name`. Name of the resource to update. Example: apps/myapp/services/default/versions/1. */
|
|
2088
|
+
/** Part of `name`. Required. Name of the resource to update. Example: apps/myapp/services/default/versions/1. */
|
|
2091
2089
|
appsId: string;
|
|
2092
2090
|
/** JSONP */
|
|
2093
2091
|
callback?: string;
|
|
@@ -2122,7 +2120,7 @@ declare namespace gapi.client {
|
|
|
2122
2120
|
access_token?: string;
|
|
2123
2121
|
/** Data format for response. */
|
|
2124
2122
|
alt?: string;
|
|
2125
|
-
/** Part of `name`. Name of the resource to update. Example: apps/myapp/services/default/versions/1. */
|
|
2123
|
+
/** Part of `name`. Required. Name of the resource to update. Example: apps/myapp/services/default/versions/1. */
|
|
2126
2124
|
appsId: string;
|
|
2127
2125
|
/** JSONP */
|
|
2128
2126
|
callback?: string;
|
|
@@ -2160,7 +2158,7 @@ declare namespace gapi.client {
|
|
|
2160
2158
|
access_token?: string;
|
|
2161
2159
|
/** Data format for response. */
|
|
2162
2160
|
alt?: string;
|
|
2163
|
-
/** Part of `name`. Name of the resource requested. Example: apps/myapp/services/default. */
|
|
2161
|
+
/** Part of `name`. Required. Name of the resource requested. Example: apps/myapp/services/default. */
|
|
2164
2162
|
appsId: string;
|
|
2165
2163
|
/** JSONP */
|
|
2166
2164
|
callback?: string;
|
|
@@ -2189,7 +2187,7 @@ declare namespace gapi.client {
|
|
|
2189
2187
|
access_token?: string;
|
|
2190
2188
|
/** Data format for response. */
|
|
2191
2189
|
alt?: string;
|
|
2192
|
-
/** Part of `name`. Name of the resource requested. Example: apps/myapp/services/default. */
|
|
2190
|
+
/** Part of `name`. Required. Name of the resource requested. Example: apps/myapp/services/default. */
|
|
2193
2191
|
appsId: string;
|
|
2194
2192
|
/** JSONP */
|
|
2195
2193
|
callback?: string;
|
|
@@ -2218,7 +2216,7 @@ declare namespace gapi.client {
|
|
|
2218
2216
|
access_token?: string;
|
|
2219
2217
|
/** Data format for response. */
|
|
2220
2218
|
alt?: string;
|
|
2221
|
-
/** Part of `parent`. Name of the parent Application resource. Example: apps/myapp. */
|
|
2219
|
+
/** Part of `parent`. Required. Name of the parent Application resource. Example: apps/myapp. */
|
|
2222
2220
|
appsId: string;
|
|
2223
2221
|
/** JSONP */
|
|
2224
2222
|
callback?: string;
|
|
@@ -2249,7 +2247,7 @@ declare namespace gapi.client {
|
|
|
2249
2247
|
access_token?: string;
|
|
2250
2248
|
/** Data format for response. */
|
|
2251
2249
|
alt?: string;
|
|
2252
|
-
/** Part of `name`. Name of the resource to update. Example: apps/myapp/services/default. */
|
|
2250
|
+
/** Part of `name`. Required. Name of the resource to update. Example: apps/myapp/services/default. */
|
|
2253
2251
|
appsId: string;
|
|
2254
2252
|
/** JSONP */
|
|
2255
2253
|
callback?: string;
|
|
@@ -2284,7 +2282,7 @@ declare namespace gapi.client {
|
|
|
2284
2282
|
access_token?: string;
|
|
2285
2283
|
/** Data format for response. */
|
|
2286
2284
|
alt?: string;
|
|
2287
|
-
/** Part of `name`. Name of the resource to update. Example: apps/myapp/services/default. */
|
|
2285
|
+
/** Part of `name`. Required. Name of the resource to update. Example: apps/myapp/services/default. */
|
|
2288
2286
|
appsId: string;
|
|
2289
2287
|
/** JSONP */
|
|
2290
2288
|
callback?: string;
|
|
@@ -2376,7 +2374,7 @@ declare namespace gapi.client {
|
|
|
2376
2374
|
access_token?: string;
|
|
2377
2375
|
/** Data format for response. */
|
|
2378
2376
|
alt?: string;
|
|
2379
|
-
/** Part of `name`. Name of the Application resource to get. Example: apps/myapp. */
|
|
2377
|
+
/** Part of `name`. Required. Name of the Application resource to get. Example: apps/myapp. */
|
|
2380
2378
|
appsId: string;
|
|
2381
2379
|
/** JSONP */
|
|
2382
2380
|
callback?: string;
|
|
@@ -2434,7 +2432,7 @@ declare namespace gapi.client {
|
|
|
2434
2432
|
access_token?: string;
|
|
2435
2433
|
/** Data format for response. */
|
|
2436
2434
|
alt?: string;
|
|
2437
|
-
/** Part of `name`. Name of the Application resource to update. Example: apps/myapp. */
|
|
2435
|
+
/** Part of `name`. Required. Name of the Application resource to update. Example: apps/myapp. */
|
|
2438
2436
|
appsId: string;
|
|
2439
2437
|
/** JSONP */
|
|
2440
2438
|
callback?: string;
|
|
@@ -2465,7 +2463,7 @@ declare namespace gapi.client {
|
|
|
2465
2463
|
access_token?: string;
|
|
2466
2464
|
/** Data format for response. */
|
|
2467
2465
|
alt?: string;
|
|
2468
|
-
/** Part of `name`. Name of the Application resource to update. Example: apps/myapp. */
|
|
2466
|
+
/** Part of `name`. Required. Name of the Application resource to update. Example: apps/myapp. */
|
|
2469
2467
|
appsId: string;
|
|
2470
2468
|
/** JSONP */
|
|
2471
2469
|
callback?: string;
|
|
@@ -2496,7 +2494,7 @@ declare namespace gapi.client {
|
|
|
2496
2494
|
access_token?: string;
|
|
2497
2495
|
/** Data format for response. */
|
|
2498
2496
|
alt?: string;
|
|
2499
|
-
/** Part of `name`. Name of the application to repair. Example: apps/myapp */
|
|
2497
|
+
/** Part of `name`. Required. Name of the application to repair. Example: apps/myapp */
|
|
2500
2498
|
appsId: string;
|
|
2501
2499
|
/** JSONP */
|
|
2502
2500
|
callback?: string;
|
|
@@ -2525,7 +2523,7 @@ declare namespace gapi.client {
|
|
|
2525
2523
|
access_token?: string;
|
|
2526
2524
|
/** Data format for response. */
|
|
2527
2525
|
alt?: string;
|
|
2528
|
-
/** Part of `name`. Name of the application to repair. Example: apps/myapp */
|
|
2526
|
+
/** Part of `name`. Required. Name of the application to repair. Example: apps/myapp */
|
|
2529
2527
|
appsId: string;
|
|
2530
2528
|
/** JSONP */
|
|
2531
2529
|
callback?: string;
|
|
@@ -2577,7 +2575,7 @@ declare namespace gapi.client {
|
|
|
2577
2575
|
oauth_token?: string;
|
|
2578
2576
|
/** Returns response with indentations and line breaks. */
|
|
2579
2577
|
prettyPrint?: boolean;
|
|
2580
|
-
/** Part of `parent`. Name of the parent Application resource. Example: apps/myapp. */
|
|
2578
|
+
/** Part of `parent`. Required. Name of the parent Application resource. Example: apps/myapp. */
|
|
2581
2579
|
projectsId: string;
|
|
2582
2580
|
/** 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. */
|
|
2583
2581
|
quotaUser?: string;
|
|
@@ -2610,7 +2608,7 @@ declare namespace gapi.client {
|
|
|
2610
2608
|
oauth_token?: string;
|
|
2611
2609
|
/** Returns response with indentations and line breaks. */
|
|
2612
2610
|
prettyPrint?: boolean;
|
|
2613
|
-
/** Part of `parent`. Name of the parent Application resource. Example: apps/myapp. */
|
|
2611
|
+
/** Part of `parent`. Required. Name of the parent Application resource. Example: apps/myapp. */
|
|
2614
2612
|
projectsId: string;
|
|
2615
2613
|
/** 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. */
|
|
2616
2614
|
quotaUser?: string;
|
|
@@ -2645,7 +2643,7 @@ declare namespace gapi.client {
|
|
|
2645
2643
|
oauth_token?: string;
|
|
2646
2644
|
/** Returns response with indentations and line breaks. */
|
|
2647
2645
|
prettyPrint?: boolean;
|
|
2648
|
-
/** Part of `name`. Name of the resource to delete. Example: apps/myapp/authorizedCertificates/12345. */
|
|
2646
|
+
/** Part of `name`. Required. Name of the resource to delete. Example: apps/myapp/authorizedCertificates/12345. */
|
|
2649
2647
|
projectsId: string;
|
|
2650
2648
|
/** 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. */
|
|
2651
2649
|
quotaUser?: string;
|
|
@@ -2678,7 +2676,7 @@ declare namespace gapi.client {
|
|
|
2678
2676
|
oauth_token?: string;
|
|
2679
2677
|
/** Returns response with indentations and line breaks. */
|
|
2680
2678
|
prettyPrint?: boolean;
|
|
2681
|
-
/** Part of `name`. Name of the resource requested. Example: apps/myapp/authorizedCertificates/12345. */
|
|
2679
|
+
/** Part of `name`. Required. Name of the resource requested. Example: apps/myapp/authorizedCertificates/12345. */
|
|
2682
2680
|
projectsId: string;
|
|
2683
2681
|
/** 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. */
|
|
2684
2682
|
quotaUser?: string;
|
|
@@ -2715,7 +2713,7 @@ declare namespace gapi.client {
|
|
|
2715
2713
|
pageToken?: string;
|
|
2716
2714
|
/** Returns response with indentations and line breaks. */
|
|
2717
2715
|
prettyPrint?: boolean;
|
|
2718
|
-
/** Part of `parent`. Name of the parent Application resource. Example: apps/myapp. */
|
|
2716
|
+
/** Part of `parent`. Required. Name of the parent Application resource. Example: apps/myapp. */
|
|
2719
2717
|
projectsId: string;
|
|
2720
2718
|
/** 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. */
|
|
2721
2719
|
quotaUser?: string;
|
|
@@ -2750,7 +2748,7 @@ declare namespace gapi.client {
|
|
|
2750
2748
|
oauth_token?: string;
|
|
2751
2749
|
/** Returns response with indentations and line breaks. */
|
|
2752
2750
|
prettyPrint?: boolean;
|
|
2753
|
-
/** Part of `name`. Name of the resource to update. Example: apps/myapp/authorizedCertificates/12345. */
|
|
2751
|
+
/** Part of `name`. Required. Name of the resource to update. Example: apps/myapp/authorizedCertificates/12345. */
|
|
2754
2752
|
projectsId: string;
|
|
2755
2753
|
/** 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. */
|
|
2756
2754
|
quotaUser?: string;
|
|
@@ -2787,7 +2785,7 @@ declare namespace gapi.client {
|
|
|
2787
2785
|
oauth_token?: string;
|
|
2788
2786
|
/** Returns response with indentations and line breaks. */
|
|
2789
2787
|
prettyPrint?: boolean;
|
|
2790
|
-
/** Part of `name`. Name of the resource to update. Example: apps/myapp/authorizedCertificates/12345. */
|
|
2788
|
+
/** Part of `name`. Required. Name of the resource to update. Example: apps/myapp/authorizedCertificates/12345. */
|
|
2791
2789
|
projectsId: string;
|
|
2792
2790
|
/** 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. */
|
|
2793
2791
|
quotaUser?: string;
|
|
@@ -2828,7 +2826,7 @@ declare namespace gapi.client {
|
|
|
2828
2826
|
pageToken?: string;
|
|
2829
2827
|
/** Returns response with indentations and line breaks. */
|
|
2830
2828
|
prettyPrint?: boolean;
|
|
2831
|
-
/** Part of `parent`. Name of the parent Application resource. Example: apps/myapp. */
|
|
2829
|
+
/** Part of `parent`. Required. Name of the parent Application resource. Example: apps/myapp. */
|
|
2832
2830
|
projectsId: string;
|
|
2833
2831
|
/** 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. */
|
|
2834
2832
|
quotaUser?: string;
|
|
@@ -2863,7 +2861,7 @@ declare namespace gapi.client {
|
|
|
2863
2861
|
overrideStrategy?: string;
|
|
2864
2862
|
/** Returns response with indentations and line breaks. */
|
|
2865
2863
|
prettyPrint?: boolean;
|
|
2866
|
-
/** Part of `parent`. Name of the parent Application resource. Example: apps/myapp. */
|
|
2864
|
+
/** Part of `parent`. Required. Name of the parent Application resource. Example: apps/myapp. */
|
|
2867
2865
|
projectsId: string;
|
|
2868
2866
|
/** 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. */
|
|
2869
2867
|
quotaUser?: string;
|
|
@@ -2898,7 +2896,7 @@ declare namespace gapi.client {
|
|
|
2898
2896
|
overrideStrategy?: string;
|
|
2899
2897
|
/** Returns response with indentations and line breaks. */
|
|
2900
2898
|
prettyPrint?: boolean;
|
|
2901
|
-
/** Part of `parent`. Name of the parent Application resource. Example: apps/myapp. */
|
|
2899
|
+
/** Part of `parent`. Required. Name of the parent Application resource. Example: apps/myapp. */
|
|
2902
2900
|
projectsId: string;
|
|
2903
2901
|
/** 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. */
|
|
2904
2902
|
quotaUser?: string;
|
|
@@ -2933,7 +2931,7 @@ declare namespace gapi.client {
|
|
|
2933
2931
|
oauth_token?: string;
|
|
2934
2932
|
/** Returns response with indentations and line breaks. */
|
|
2935
2933
|
prettyPrint?: boolean;
|
|
2936
|
-
/** Part of `name`. Name of the resource requested. Example: apps/myapp/domainMappings/example.com. */
|
|
2934
|
+
/** Part of `name`. Required. Name of the resource requested. Example: apps/myapp/domainMappings/example.com. */
|
|
2937
2935
|
projectsId: string;
|
|
2938
2936
|
/** 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. */
|
|
2939
2937
|
quotaUser?: string;
|
|
@@ -2966,7 +2964,7 @@ declare namespace gapi.client {
|
|
|
2966
2964
|
oauth_token?: string;
|
|
2967
2965
|
/** Returns response with indentations and line breaks. */
|
|
2968
2966
|
prettyPrint?: boolean;
|
|
2969
|
-
/** Part of `name`. Name of the resource requested. Example: apps/myapp/services/default/versions/v1. */
|
|
2967
|
+
/** Part of `name`. Required. Name of the resource requested. Example: apps/myapp/services/default/versions/v1. */
|
|
2970
2968
|
projectsId: string;
|
|
2971
2969
|
/** 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. */
|
|
2972
2970
|
quotaUser?: string;
|
|
@@ -3001,7 +2999,7 @@ declare namespace gapi.client {
|
|
|
3001
2999
|
oauth_token?: string;
|
|
3002
3000
|
/** Returns response with indentations and line breaks. */
|
|
3003
3001
|
prettyPrint?: boolean;
|
|
3004
|
-
/** Part of `name`. Name of the resource to update. Example: apps/myapp/services/default/versions/1. */
|
|
3002
|
+
/** Part of `name`. Required. Name of the resource to update. Example: apps/myapp/services/default/versions/1. */
|
|
3005
3003
|
projectsId: string;
|
|
3006
3004
|
/** 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. */
|
|
3007
3005
|
quotaUser?: string;
|
|
@@ -3040,7 +3038,7 @@ declare namespace gapi.client {
|
|
|
3040
3038
|
oauth_token?: string;
|
|
3041
3039
|
/** Returns response with indentations and line breaks. */
|
|
3042
3040
|
prettyPrint?: boolean;
|
|
3043
|
-
/** Part of `name`. Name of the resource to update. Example: apps/myapp/services/default/versions/1. */
|
|
3041
|
+
/** Part of `name`. Required. Name of the resource to update. Example: apps/myapp/services/default/versions/1. */
|
|
3044
3042
|
projectsId: string;
|
|
3045
3043
|
/** 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. */
|
|
3046
3044
|
quotaUser?: string;
|
|
@@ -3081,7 +3079,7 @@ declare namespace gapi.client {
|
|
|
3081
3079
|
oauth_token?: string;
|
|
3082
3080
|
/** Returns response with indentations and line breaks. */
|
|
3083
3081
|
prettyPrint?: boolean;
|
|
3084
|
-
/** Part of `name`. Name of the resource requested. Example: apps/myapp/services/default. */
|
|
3082
|
+
/** Part of `name`. Required. Name of the resource requested. Example: apps/myapp/services/default. */
|
|
3085
3083
|
projectsId: string;
|
|
3086
3084
|
/** 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. */
|
|
3087
3085
|
quotaUser?: string;
|
|
@@ -3116,7 +3114,7 @@ declare namespace gapi.client {
|
|
|
3116
3114
|
oauth_token?: string;
|
|
3117
3115
|
/** Returns response with indentations and line breaks. */
|
|
3118
3116
|
prettyPrint?: boolean;
|
|
3119
|
-
/** Part of `name`. Name of the resource to update. Example: apps/myapp/services/default. */
|
|
3117
|
+
/** Part of `name`. Required. Name of the resource to update. Example: apps/myapp/services/default. */
|
|
3120
3118
|
projectsId: string;
|
|
3121
3119
|
/** 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. */
|
|
3122
3120
|
quotaUser?: string;
|
|
@@ -3155,7 +3153,7 @@ declare namespace gapi.client {
|
|
|
3155
3153
|
oauth_token?: string;
|
|
3156
3154
|
/** Returns response with indentations and line breaks. */
|
|
3157
3155
|
prettyPrint?: boolean;
|
|
3158
|
-
/** Part of `name`. Name of the resource to update. Example: apps/myapp/services/default. */
|
|
3156
|
+
/** Part of `name`. Required. Name of the resource to update. Example: apps/myapp/services/default. */
|
|
3159
3157
|
projectsId: string;
|
|
3160
3158
|
/** 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. */
|
|
3161
3159
|
quotaUser?: string;
|
|
@@ -3195,7 +3193,7 @@ declare namespace gapi.client {
|
|
|
3195
3193
|
oauth_token?: string;
|
|
3196
3194
|
/** Returns response with indentations and line breaks. */
|
|
3197
3195
|
prettyPrint?: boolean;
|
|
3198
|
-
/** Part of `name`. Name of the Application resource to update. Example: apps/myapp. */
|
|
3196
|
+
/** Part of `name`. Required. Name of the Application resource to update. Example: apps/myapp. */
|
|
3199
3197
|
projectsId: string;
|
|
3200
3198
|
/** 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. */
|
|
3201
3199
|
quotaUser?: string;
|
|
@@ -3230,7 +3228,7 @@ declare namespace gapi.client {
|
|
|
3230
3228
|
oauth_token?: string;
|
|
3231
3229
|
/** Returns response with indentations and line breaks. */
|
|
3232
3230
|
prettyPrint?: boolean;
|
|
3233
|
-
/** Part of `name`. Name of the Application resource to update. Example: apps/myapp. */
|
|
3231
|
+
/** Part of `name`. Required. Name of the Application resource to update. Example: apps/myapp. */
|
|
3234
3232
|
projectsId: string;
|
|
3235
3233
|
/** 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. */
|
|
3236
3234
|
quotaUser?: string;
|