@maxim_mazurok/gapi.client.appengine-v1beta 0.0.20250127 → 0.0.20250210
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 +22 -18
- 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: 20250210
|
|
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 {
|
|
@@ -718,7 +718,7 @@ declare namespace gapi.client {
|
|
|
718
718
|
sslManagementType?: string;
|
|
719
719
|
}
|
|
720
720
|
interface StandardSchedulerSettings {
|
|
721
|
-
/** Maximum number of instances to run for this version. Set to
|
|
721
|
+
/** Maximum number of instances to run for this version. Set to 2147483647 to disable max_instances configuration. */
|
|
722
722
|
maxInstances?: number;
|
|
723
723
|
/** Minimum number of instances to run for this version. Set to zero to disable min_instances configuration. */
|
|
724
724
|
minInstances?: number;
|
|
@@ -946,7 +946,7 @@ declare namespace gapi.client {
|
|
|
946
946
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
947
947
|
uploadType?: string;
|
|
948
948
|
},
|
|
949
|
-
body: AuthorizedCertificate
|
|
949
|
+
body: AuthorizedCertificate,
|
|
950
950
|
): Request<AuthorizedCertificate>;
|
|
951
951
|
/** Deletes the specified SSL certificate. */
|
|
952
952
|
delete(request?: {
|
|
@@ -1105,7 +1105,7 @@ declare namespace gapi.client {
|
|
|
1105
1105
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1106
1106
|
uploadType?: string;
|
|
1107
1107
|
},
|
|
1108
|
-
body: AuthorizedCertificate
|
|
1108
|
+
body: AuthorizedCertificate,
|
|
1109
1109
|
): Request<AuthorizedCertificate>;
|
|
1110
1110
|
}
|
|
1111
1111
|
interface AuthorizedDomainsResource {
|
|
@@ -1202,7 +1202,7 @@ declare namespace gapi.client {
|
|
|
1202
1202
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1203
1203
|
uploadType?: string;
|
|
1204
1204
|
},
|
|
1205
|
-
body: DomainMapping
|
|
1205
|
+
body: DomainMapping,
|
|
1206
1206
|
): Request<Operation>;
|
|
1207
1207
|
/** Deletes the specified domain mapping. A user must be authorized to administer the associated domain in order to delete a DomainMapping resource. */
|
|
1208
1208
|
delete(request?: {
|
|
@@ -1357,7 +1357,7 @@ declare namespace gapi.client {
|
|
|
1357
1357
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1358
1358
|
uploadType?: string;
|
|
1359
1359
|
},
|
|
1360
|
-
body: DomainMapping
|
|
1360
|
+
body: DomainMapping,
|
|
1361
1361
|
): Request<Operation>;
|
|
1362
1362
|
}
|
|
1363
1363
|
interface IngressRulesResource {
|
|
@@ -1417,7 +1417,7 @@ declare namespace gapi.client {
|
|
|
1417
1417
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1418
1418
|
uploadType?: string;
|
|
1419
1419
|
},
|
|
1420
|
-
body: BatchUpdateIngressRulesRequest
|
|
1420
|
+
body: BatchUpdateIngressRulesRequest,
|
|
1421
1421
|
): Request<BatchUpdateIngressRulesResponse>;
|
|
1422
1422
|
/** Creates a firewall rule for the application. */
|
|
1423
1423
|
create(request: {
|
|
@@ -1475,7 +1475,7 @@ declare namespace gapi.client {
|
|
|
1475
1475
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1476
1476
|
uploadType?: string;
|
|
1477
1477
|
},
|
|
1478
|
-
body: FirewallRule
|
|
1478
|
+
body: FirewallRule,
|
|
1479
1479
|
): Request<FirewallRule>;
|
|
1480
1480
|
/** Deletes the specified firewall rule. */
|
|
1481
1481
|
delete(request?: {
|
|
@@ -1632,7 +1632,7 @@ declare namespace gapi.client {
|
|
|
1632
1632
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1633
1633
|
uploadType?: string;
|
|
1634
1634
|
},
|
|
1635
|
-
body: FirewallRule
|
|
1635
|
+
body: FirewallRule,
|
|
1636
1636
|
): Request<FirewallRule>;
|
|
1637
1637
|
}
|
|
1638
1638
|
interface FirewallResource {
|
|
@@ -1835,7 +1835,7 @@ declare namespace gapi.client {
|
|
|
1835
1835
|
/** Part of `name`. See documentation of `appsId`. */
|
|
1836
1836
|
versionsId: string;
|
|
1837
1837
|
},
|
|
1838
|
-
body: DebugInstanceRequest
|
|
1838
|
+
body: DebugInstanceRequest,
|
|
1839
1839
|
): Request<Operation>;
|
|
1840
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. */
|
|
1841
1841
|
delete(request?: {
|
|
@@ -2000,7 +2000,7 @@ declare namespace gapi.client {
|
|
|
2000
2000
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2001
2001
|
uploadType?: string;
|
|
2002
2002
|
},
|
|
2003
|
-
body: Version
|
|
2003
|
+
body: Version,
|
|
2004
2004
|
): Request<Operation>;
|
|
2005
2005
|
/** Deletes an existing Version resource. */
|
|
2006
2006
|
delete(request?: {
|
|
@@ -2171,7 +2171,7 @@ declare namespace gapi.client {
|
|
|
2171
2171
|
/** Part of `name`. See documentation of `appsId`. */
|
|
2172
2172
|
versionsId: string;
|
|
2173
2173
|
},
|
|
2174
|
-
body: Version
|
|
2174
|
+
body: Version,
|
|
2175
2175
|
): Request<Operation>;
|
|
2176
2176
|
instances: InstancesResource;
|
|
2177
2177
|
}
|
|
@@ -2190,6 +2190,8 @@ declare namespace gapi.client {
|
|
|
2190
2190
|
callback?: string;
|
|
2191
2191
|
/** Selector specifying which fields to include in a partial response. */
|
|
2192
2192
|
fields?: string;
|
|
2193
|
+
/** Optional. If set to true, any versions of this service will also be deleted. (Otherwise, the request will only succeed if the service has no versions.) */
|
|
2194
|
+
force?: boolean;
|
|
2193
2195
|
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
2194
2196
|
key?: string;
|
|
2195
2197
|
/** OAuth 2.0 token for the current user. */
|
|
@@ -2335,7 +2337,7 @@ declare namespace gapi.client {
|
|
|
2335
2337
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2336
2338
|
uploadType?: string;
|
|
2337
2339
|
},
|
|
2338
|
-
body: Service
|
|
2340
|
+
body: Service,
|
|
2339
2341
|
): Request<Operation>;
|
|
2340
2342
|
versions: VersionsResource;
|
|
2341
2343
|
}
|
|
@@ -2392,7 +2394,7 @@ declare namespace gapi.client {
|
|
|
2392
2394
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2393
2395
|
uploadType?: string;
|
|
2394
2396
|
},
|
|
2395
|
-
body: Application
|
|
2397
|
+
body: Application,
|
|
2396
2398
|
): Request<Operation>;
|
|
2397
2399
|
/** Gets information about an application. */
|
|
2398
2400
|
get(request?: {
|
|
@@ -2512,7 +2514,7 @@ declare namespace gapi.client {
|
|
|
2512
2514
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2513
2515
|
uploadType?: string;
|
|
2514
2516
|
},
|
|
2515
|
-
body: Application
|
|
2517
|
+
body: Application,
|
|
2516
2518
|
): Request<Operation>;
|
|
2517
2519
|
/** 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. */
|
|
2518
2520
|
repair(request: {
|
|
@@ -2570,7 +2572,7 @@ declare namespace gapi.client {
|
|
|
2570
2572
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2571
2573
|
uploadType?: string;
|
|
2572
2574
|
},
|
|
2573
|
-
body: RepairApplicationRequest
|
|
2575
|
+
body: RepairApplicationRequest,
|
|
2574
2576
|
): Request<Operation>;
|
|
2575
2577
|
authorizedCertificates: AuthorizedCertificatesResource;
|
|
2576
2578
|
authorizedDomains: AuthorizedDomainsResource;
|
|
@@ -2669,6 +2671,8 @@ declare namespace gapi.client {
|
|
|
2669
2671
|
callback?: string;
|
|
2670
2672
|
/** Selector specifying which fields to include in a partial response. */
|
|
2671
2673
|
fields?: string;
|
|
2674
|
+
/** Optional. If set to true, any versions of this service will also be deleted. (Otherwise, the request will only succeed if the service has no versions.) */
|
|
2675
|
+
force?: boolean;
|
|
2672
2676
|
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
2673
2677
|
key?: string;
|
|
2674
2678
|
/** Part of `name`. See documentation of `projectsId`. */
|
package/package.json
CHANGED
package/readme.md
CHANGED