@maxim_mazurok/gapi.client.appengine-v1beta 0.0.20231024 → 0.0.20231107
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=v1beta
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20231107
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -1251,10 +1251,7 @@ declare namespace gapi.client {
|
|
|
1251
1251
|
*/
|
|
1252
1252
|
handlers?:
|
|
1253
1253
|
UrlMap[];
|
|
1254
|
-
/**
|
|
1255
|
-
* 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
|
|
1256
|
-
* GET requests if view=FULL is set.
|
|
1257
|
-
*/
|
|
1254
|
+
/** Configures health checking for instances. Unhealthy instances are stopped and replaced with new instances. Only applicable in the App Engine flexible environment. */
|
|
1258
1255
|
healthCheck?:
|
|
1259
1256
|
HealthCheck;
|
|
1260
1257
|
/**
|
|
@@ -1275,7 +1272,7 @@ declare namespace gapi.client {
|
|
|
1275
1272
|
/** Configuration for third-party Python runtime libraries that are required by the application.Only returned in GET requests if view=FULL is set. */
|
|
1276
1273
|
libraries?:
|
|
1277
1274
|
Library[];
|
|
1278
|
-
/** Configures liveness health checking for instances. Unhealthy instances are stopped and replaced with new
|
|
1275
|
+
/** Configures liveness health checking for instances. Unhealthy instances are stopped and replaced with new instances */
|
|
1279
1276
|
livenessCheck?:
|
|
1280
1277
|
LivenessCheck;
|
|
1281
1278
|
/**
|
|
@@ -1293,7 +1290,7 @@ declare namespace gapi.client {
|
|
|
1293
1290
|
/** 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. */
|
|
1294
1291
|
nobuildFilesRegex?:
|
|
1295
1292
|
string;
|
|
1296
|
-
/** Configures readiness health checking for instances. Unhealthy instances are not put into the backend traffic rotation.
|
|
1293
|
+
/** Configures readiness health checking for instances. Unhealthy instances are not put into the backend traffic rotation. */
|
|
1297
1294
|
readinessCheck?:
|
|
1298
1295
|
ReadinessCheck;
|
|
1299
1296
|
/** 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: 20231107
|
|
7
7
|
|
|
8
8
|
gapi.load('client', async () => {
|
|
9
9
|
/** now we can use gapi.client */
|