@maxim_mazurok/gapi.client.appengine-v1 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 +21 -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=v1
|
|
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 v1 */
|
|
18
18
|
function load(
|
|
19
|
-
urlOrObject: 'https://appengine.googleapis.com/$discovery/rest?version=v1'
|
|
19
|
+
urlOrObject: 'https://appengine.googleapis.com/$discovery/rest?version=v1',
|
|
20
20
|
): Promise<void>;
|
|
21
21
|
/** @deprecated Please load APIs with discovery documents. */
|
|
22
22
|
function load(name: 'appengine', version: 'v1'): Promise<void>;
|
|
@@ -694,7 +694,7 @@ declare namespace gapi.client {
|
|
|
694
694
|
sslManagementType?: string;
|
|
695
695
|
}
|
|
696
696
|
interface StandardSchedulerSettings {
|
|
697
|
-
/** Maximum number of instances to run for this version. Set to
|
|
697
|
+
/** Maximum number of instances to run for this version. Set to 2147483647 to disable max_instances configuration. */
|
|
698
698
|
maxInstances?: number;
|
|
699
699
|
/** Minimum number of instances to run for this version. Set to zero to disable min_instances configuration. */
|
|
700
700
|
minInstances?: number;
|
|
@@ -922,7 +922,7 @@ declare namespace gapi.client {
|
|
|
922
922
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
923
923
|
uploadType?: string;
|
|
924
924
|
},
|
|
925
|
-
body: AuthorizedCertificate
|
|
925
|
+
body: AuthorizedCertificate,
|
|
926
926
|
): Request<AuthorizedCertificate>;
|
|
927
927
|
/** Deletes the specified SSL certificate. */
|
|
928
928
|
delete(request?: {
|
|
@@ -1081,7 +1081,7 @@ declare namespace gapi.client {
|
|
|
1081
1081
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1082
1082
|
uploadType?: string;
|
|
1083
1083
|
},
|
|
1084
|
-
body: AuthorizedCertificate
|
|
1084
|
+
body: AuthorizedCertificate,
|
|
1085
1085
|
): Request<AuthorizedCertificate>;
|
|
1086
1086
|
}
|
|
1087
1087
|
interface AuthorizedDomainsResource {
|
|
@@ -1178,7 +1178,7 @@ declare namespace gapi.client {
|
|
|
1178
1178
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1179
1179
|
uploadType?: string;
|
|
1180
1180
|
},
|
|
1181
|
-
body: DomainMapping
|
|
1181
|
+
body: DomainMapping,
|
|
1182
1182
|
): Request<Operation>;
|
|
1183
1183
|
/** Deletes the specified domain mapping. A user must be authorized to administer the associated domain in order to delete a DomainMapping resource. */
|
|
1184
1184
|
delete(request?: {
|
|
@@ -1333,7 +1333,7 @@ declare namespace gapi.client {
|
|
|
1333
1333
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1334
1334
|
uploadType?: string;
|
|
1335
1335
|
},
|
|
1336
|
-
body: DomainMapping
|
|
1336
|
+
body: DomainMapping,
|
|
1337
1337
|
): Request<Operation>;
|
|
1338
1338
|
}
|
|
1339
1339
|
interface IngressRulesResource {
|
|
@@ -1393,7 +1393,7 @@ declare namespace gapi.client {
|
|
|
1393
1393
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1394
1394
|
uploadType?: string;
|
|
1395
1395
|
},
|
|
1396
|
-
body: BatchUpdateIngressRulesRequest
|
|
1396
|
+
body: BatchUpdateIngressRulesRequest,
|
|
1397
1397
|
): Request<BatchUpdateIngressRulesResponse>;
|
|
1398
1398
|
/** Creates a firewall rule for the application. */
|
|
1399
1399
|
create(request: {
|
|
@@ -1451,7 +1451,7 @@ declare namespace gapi.client {
|
|
|
1451
1451
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1452
1452
|
uploadType?: string;
|
|
1453
1453
|
},
|
|
1454
|
-
body: FirewallRule
|
|
1454
|
+
body: FirewallRule,
|
|
1455
1455
|
): Request<FirewallRule>;
|
|
1456
1456
|
/** Deletes the specified firewall rule. */
|
|
1457
1457
|
delete(request?: {
|
|
@@ -1608,7 +1608,7 @@ declare namespace gapi.client {
|
|
|
1608
1608
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1609
1609
|
uploadType?: string;
|
|
1610
1610
|
},
|
|
1611
|
-
body: FirewallRule
|
|
1611
|
+
body: FirewallRule,
|
|
1612
1612
|
): Request<FirewallRule>;
|
|
1613
1613
|
}
|
|
1614
1614
|
interface FirewallResource {
|
|
@@ -1811,7 +1811,7 @@ declare namespace gapi.client {
|
|
|
1811
1811
|
/** Part of `name`. See documentation of `appsId`. */
|
|
1812
1812
|
versionsId: string;
|
|
1813
1813
|
},
|
|
1814
|
-
body: DebugInstanceRequest
|
|
1814
|
+
body: DebugInstanceRequest,
|
|
1815
1815
|
): Request<Operation>;
|
|
1816
1816
|
/** 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. */
|
|
1817
1817
|
delete(request?: {
|
|
@@ -1976,7 +1976,7 @@ declare namespace gapi.client {
|
|
|
1976
1976
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1977
1977
|
uploadType?: string;
|
|
1978
1978
|
},
|
|
1979
|
-
body: Version
|
|
1979
|
+
body: Version,
|
|
1980
1980
|
): Request<Operation>;
|
|
1981
1981
|
/** Deletes an existing Version resource. */
|
|
1982
1982
|
delete(request?: {
|
|
@@ -2145,7 +2145,7 @@ declare namespace gapi.client {
|
|
|
2145
2145
|
/** Part of `name`. See documentation of `appsId`. */
|
|
2146
2146
|
versionsId: string;
|
|
2147
2147
|
},
|
|
2148
|
-
body: Version
|
|
2148
|
+
body: Version,
|
|
2149
2149
|
): Request<Operation>;
|
|
2150
2150
|
instances: InstancesResource;
|
|
2151
2151
|
}
|
|
@@ -2164,6 +2164,8 @@ declare namespace gapi.client {
|
|
|
2164
2164
|
callback?: string;
|
|
2165
2165
|
/** Selector specifying which fields to include in a partial response. */
|
|
2166
2166
|
fields?: string;
|
|
2167
|
+
/** 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.) */
|
|
2168
|
+
force?: boolean;
|
|
2167
2169
|
/** 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. */
|
|
2168
2170
|
key?: string;
|
|
2169
2171
|
/** OAuth 2.0 token for the current user. */
|
|
@@ -2307,7 +2309,7 @@ declare namespace gapi.client {
|
|
|
2307
2309
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2308
2310
|
uploadType?: string;
|
|
2309
2311
|
},
|
|
2310
|
-
body: Service
|
|
2312
|
+
body: Service,
|
|
2311
2313
|
): Request<Operation>;
|
|
2312
2314
|
versions: VersionsResource;
|
|
2313
2315
|
}
|
|
@@ -2364,7 +2366,7 @@ declare namespace gapi.client {
|
|
|
2364
2366
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2365
2367
|
uploadType?: string;
|
|
2366
2368
|
},
|
|
2367
|
-
body: Application
|
|
2369
|
+
body: Application,
|
|
2368
2370
|
): Request<Operation>;
|
|
2369
2371
|
/** Gets information about an application. */
|
|
2370
2372
|
get(request?: {
|
|
@@ -2484,7 +2486,7 @@ declare namespace gapi.client {
|
|
|
2484
2486
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2485
2487
|
uploadType?: string;
|
|
2486
2488
|
},
|
|
2487
|
-
body: Application
|
|
2489
|
+
body: Application,
|
|
2488
2490
|
): Request<Operation>;
|
|
2489
2491
|
/** 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. */
|
|
2490
2492
|
repair(request: {
|
|
@@ -2542,7 +2544,7 @@ declare namespace gapi.client {
|
|
|
2542
2544
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2543
2545
|
uploadType?: string;
|
|
2544
2546
|
},
|
|
2545
|
-
body: RepairApplicationRequest
|
|
2547
|
+
body: RepairApplicationRequest,
|
|
2546
2548
|
): Request<Operation>;
|
|
2547
2549
|
authorizedCertificates: AuthorizedCertificatesResource;
|
|
2548
2550
|
authorizedDomains: AuthorizedDomainsResource;
|
|
@@ -2641,6 +2643,8 @@ declare namespace gapi.client {
|
|
|
2641
2643
|
callback?: string;
|
|
2642
2644
|
/** Selector specifying which fields to include in a partial response. */
|
|
2643
2645
|
fields?: string;
|
|
2646
|
+
/** 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.) */
|
|
2647
|
+
force?: boolean;
|
|
2644
2648
|
/** 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. */
|
|
2645
2649
|
key?: string;
|
|
2646
2650
|
/** Part of `name`. See documentation of `projectsId`. */
|
package/package.json
CHANGED
package/readme.md
CHANGED