@maxim_mazurok/gapi.client.appengine-v1beta 0.0.20250120 → 0.0.20250131
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 +19 -17
- package/package.json +1 -1
- package/readme.md +2 -2
package/index.d.ts
CHANGED
|
@@ -9,14 +9,14 @@
|
|
|
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: 20250131
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
16
16
|
declare namespace gapi.client {
|
|
17
17
|
/** Load App Engine Admin API v1beta */
|
|
18
18
|
function load(
|
|
19
|
-
urlOrObject: 'https://appengine.googleapis.com/$discovery/rest?version=v1beta'
|
|
19
|
+
urlOrObject: 'https://appengine.googleapis.com/$discovery/rest?version=v1beta',
|
|
20
20
|
): Promise<void>;
|
|
21
21
|
/** @deprecated Please load APIs with discovery documents. */
|
|
22
22
|
function load(name: 'appengine', version: 'v1beta'): Promise<void>;
|
|
@@ -24,7 +24,7 @@ declare namespace gapi.client {
|
|
|
24
24
|
function load(
|
|
25
25
|
name: 'appengine',
|
|
26
26
|
version: 'v1beta',
|
|
27
|
-
callback: () => any
|
|
27
|
+
callback: () => any,
|
|
28
28
|
): void;
|
|
29
29
|
|
|
30
30
|
namespace appengine {
|
|
@@ -76,6 +76,8 @@ declare namespace gapi.client {
|
|
|
76
76
|
serviceAccount?: string;
|
|
77
77
|
/** Serving status of this application. */
|
|
78
78
|
servingStatus?: string;
|
|
79
|
+
/** The SSL policy that will be applied to the application. If set to Modern it will restrict traffic with TLS < 1.2 and allow only Modern Ciphers suite */
|
|
80
|
+
sslPolicy?: string;
|
|
79
81
|
}
|
|
80
82
|
interface AuthorizedCertificate {
|
|
81
83
|
/** The SSL certificate serving the AuthorizedCertificate resource. This must be obtained independently from a certificate authority. */
|
|
@@ -944,7 +946,7 @@ declare namespace gapi.client {
|
|
|
944
946
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
945
947
|
uploadType?: string;
|
|
946
948
|
},
|
|
947
|
-
body: AuthorizedCertificate
|
|
949
|
+
body: AuthorizedCertificate,
|
|
948
950
|
): Request<AuthorizedCertificate>;
|
|
949
951
|
/** Deletes the specified SSL certificate. */
|
|
950
952
|
delete(request?: {
|
|
@@ -1103,7 +1105,7 @@ declare namespace gapi.client {
|
|
|
1103
1105
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1104
1106
|
uploadType?: string;
|
|
1105
1107
|
},
|
|
1106
|
-
body: AuthorizedCertificate
|
|
1108
|
+
body: AuthorizedCertificate,
|
|
1107
1109
|
): Request<AuthorizedCertificate>;
|
|
1108
1110
|
}
|
|
1109
1111
|
interface AuthorizedDomainsResource {
|
|
@@ -1200,7 +1202,7 @@ declare namespace gapi.client {
|
|
|
1200
1202
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1201
1203
|
uploadType?: string;
|
|
1202
1204
|
},
|
|
1203
|
-
body: DomainMapping
|
|
1205
|
+
body: DomainMapping,
|
|
1204
1206
|
): Request<Operation>;
|
|
1205
1207
|
/** Deletes the specified domain mapping. A user must be authorized to administer the associated domain in order to delete a DomainMapping resource. */
|
|
1206
1208
|
delete(request?: {
|
|
@@ -1355,7 +1357,7 @@ declare namespace gapi.client {
|
|
|
1355
1357
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1356
1358
|
uploadType?: string;
|
|
1357
1359
|
},
|
|
1358
|
-
body: DomainMapping
|
|
1360
|
+
body: DomainMapping,
|
|
1359
1361
|
): Request<Operation>;
|
|
1360
1362
|
}
|
|
1361
1363
|
interface IngressRulesResource {
|
|
@@ -1415,7 +1417,7 @@ declare namespace gapi.client {
|
|
|
1415
1417
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1416
1418
|
uploadType?: string;
|
|
1417
1419
|
},
|
|
1418
|
-
body: BatchUpdateIngressRulesRequest
|
|
1420
|
+
body: BatchUpdateIngressRulesRequest,
|
|
1419
1421
|
): Request<BatchUpdateIngressRulesResponse>;
|
|
1420
1422
|
/** Creates a firewall rule for the application. */
|
|
1421
1423
|
create(request: {
|
|
@@ -1473,7 +1475,7 @@ declare namespace gapi.client {
|
|
|
1473
1475
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1474
1476
|
uploadType?: string;
|
|
1475
1477
|
},
|
|
1476
|
-
body: FirewallRule
|
|
1478
|
+
body: FirewallRule,
|
|
1477
1479
|
): Request<FirewallRule>;
|
|
1478
1480
|
/** Deletes the specified firewall rule. */
|
|
1479
1481
|
delete(request?: {
|
|
@@ -1630,7 +1632,7 @@ declare namespace gapi.client {
|
|
|
1630
1632
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1631
1633
|
uploadType?: string;
|
|
1632
1634
|
},
|
|
1633
|
-
body: FirewallRule
|
|
1635
|
+
body: FirewallRule,
|
|
1634
1636
|
): Request<FirewallRule>;
|
|
1635
1637
|
}
|
|
1636
1638
|
interface FirewallResource {
|
|
@@ -1833,7 +1835,7 @@ declare namespace gapi.client {
|
|
|
1833
1835
|
/** Part of `name`. See documentation of `appsId`. */
|
|
1834
1836
|
versionsId: string;
|
|
1835
1837
|
},
|
|
1836
|
-
body: DebugInstanceRequest
|
|
1838
|
+
body: DebugInstanceRequest,
|
|
1837
1839
|
): Request<Operation>;
|
|
1838
1840
|
/** Stops a running instance.The instance might be automatically recreated based on the scaling settings of the version. For more information, see "How Instances are Managed" (standard environment (https://cloud.google.com/appengine/docs/standard/python/how-instances-are-managed) | flexible environment (https://cloud.google.com/appengine/docs/flexible/python/how-instances-are-managed)).To ensure that instances are not re-created and avoid getting billed, you can stop all instances within the target version by changing the serving status of the version to STOPPED with the apps.services.versions.patch (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions/patch) method. */
|
|
1839
1841
|
delete(request?: {
|
|
@@ -1998,7 +2000,7 @@ declare namespace gapi.client {
|
|
|
1998
2000
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1999
2001
|
uploadType?: string;
|
|
2000
2002
|
},
|
|
2001
|
-
body: Version
|
|
2003
|
+
body: Version,
|
|
2002
2004
|
): Request<Operation>;
|
|
2003
2005
|
/** Deletes an existing Version resource. */
|
|
2004
2006
|
delete(request?: {
|
|
@@ -2169,7 +2171,7 @@ declare namespace gapi.client {
|
|
|
2169
2171
|
/** Part of `name`. See documentation of `appsId`. */
|
|
2170
2172
|
versionsId: string;
|
|
2171
2173
|
},
|
|
2172
|
-
body: Version
|
|
2174
|
+
body: Version,
|
|
2173
2175
|
): Request<Operation>;
|
|
2174
2176
|
instances: InstancesResource;
|
|
2175
2177
|
}
|
|
@@ -2333,7 +2335,7 @@ declare namespace gapi.client {
|
|
|
2333
2335
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2334
2336
|
uploadType?: string;
|
|
2335
2337
|
},
|
|
2336
|
-
body: Service
|
|
2338
|
+
body: Service,
|
|
2337
2339
|
): Request<Operation>;
|
|
2338
2340
|
versions: VersionsResource;
|
|
2339
2341
|
}
|
|
@@ -2390,7 +2392,7 @@ declare namespace gapi.client {
|
|
|
2390
2392
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2391
2393
|
uploadType?: string;
|
|
2392
2394
|
},
|
|
2393
|
-
body: Application
|
|
2395
|
+
body: Application,
|
|
2394
2396
|
): Request<Operation>;
|
|
2395
2397
|
/** Gets information about an application. */
|
|
2396
2398
|
get(request?: {
|
|
@@ -2510,7 +2512,7 @@ declare namespace gapi.client {
|
|
|
2510
2512
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2511
2513
|
uploadType?: string;
|
|
2512
2514
|
},
|
|
2513
|
-
body: Application
|
|
2515
|
+
body: Application,
|
|
2514
2516
|
): Request<Operation>;
|
|
2515
2517
|
/** Recreates the required App Engine features for the specified App Engine application, for example a Cloud Storage bucket or App Engine service account. Use this method if you receive an error message about a missing feature, for example, Error retrieving the App Engine service account. If you have deleted your App Engine service account, this will not be able to recreate it. Instead, you should attempt to use the IAM undelete API if possible at https://cloud.google.com/iam/reference/rest/v1/projects.serviceAccounts/undelete?apix_params=%7B"name"%3A"projects%2F-%2FserviceAccounts%2Funique_id"%2C"resource"%3A%7B%7D%7D . If the deletion was recent, the numeric ID can be found in the Cloud Console Activity Log. */
|
|
2516
2518
|
repair(request: {
|
|
@@ -2568,7 +2570,7 @@ declare namespace gapi.client {
|
|
|
2568
2570
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2569
2571
|
uploadType?: string;
|
|
2570
2572
|
},
|
|
2571
|
-
body: RepairApplicationRequest
|
|
2573
|
+
body: RepairApplicationRequest,
|
|
2572
2574
|
): Request<Operation>;
|
|
2573
2575
|
authorizedCertificates: AuthorizedCertificatesResource;
|
|
2574
2576
|
authorizedDomains: AuthorizedDomainsResource;
|
package/package.json
CHANGED
package/readme.md
CHANGED