@maxim_mazurok/gapi.client.appengine-v1 0.0.20231030 → 0.0.20231109
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 +4 -7
- package/package.json +1 -1
- package/tests.ts +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: 20231109
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -1220,10 +1220,7 @@ declare namespace gapi.client {
|
|
|
1220
1220
|
*/
|
|
1221
1221
|
handlers?:
|
|
1222
1222
|
UrlMap[];
|
|
1223
|
-
/**
|
|
1224
|
-
* Configures health checking for instances. Unhealthy instances are stopped and replaced with new instances. Only applicable in the App Engine flexible environment.Only returned in
|
|
1225
|
-
* GET requests if view=FULL is set.
|
|
1226
|
-
*/
|
|
1223
|
+
/** Configures health checking for instances. Unhealthy instances are stopped and replaced with new instances. Only applicable in the App Engine flexible environment. */
|
|
1227
1224
|
healthCheck?:
|
|
1228
1225
|
HealthCheck;
|
|
1229
1226
|
/**
|
|
@@ -1244,7 +1241,7 @@ declare namespace gapi.client {
|
|
|
1244
1241
|
/** Configuration for third-party Python runtime libraries that are required by the application.Only returned in GET requests if view=FULL is set. */
|
|
1245
1242
|
libraries?:
|
|
1246
1243
|
Library[];
|
|
1247
|
-
/** Configures liveness health checking for instances. Unhealthy instances are stopped and replaced with new
|
|
1244
|
+
/** Configures liveness health checking for instances. Unhealthy instances are stopped and replaced with new instances */
|
|
1248
1245
|
livenessCheck?:
|
|
1249
1246
|
LivenessCheck;
|
|
1250
1247
|
/**
|
|
@@ -1262,7 +1259,7 @@ declare namespace gapi.client {
|
|
|
1262
1259
|
/** Files that match this pattern will not be built into this version. Only applicable for Go runtimes.Only returned in GET requests if view=FULL is set. */
|
|
1263
1260
|
nobuildFilesRegex?:
|
|
1264
1261
|
string;
|
|
1265
|
-
/** Configures readiness health checking for instances. Unhealthy instances are not put into the backend traffic rotation.
|
|
1262
|
+
/** Configures readiness health checking for instances. Unhealthy instances are not put into the backend traffic rotation. */
|
|
1266
1263
|
readinessCheck?:
|
|
1267
1264
|
ReadinessCheck;
|
|
1268
1265
|
/** Machine resources for this version. Only applicable in the App Engine flexible environment. */
|
package/package.json
CHANGED
package/tests.ts
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
4
4
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
5
5
|
|
|
6
|
-
// Revision:
|
|
6
|
+
// Revision: 20231109
|
|
7
7
|
|
|
8
8
|
gapi.load('client', async () => {
|
|
9
9
|
/** now we can use gapi.client */
|