@maxim_mazurok/gapi.client.appengine-v1beta 0.0.20250127 → 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.
Files changed (3) hide show
  1. package/index.d.ts +17 -17
  2. package/package.json +1 -1
  3. 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: 20250127
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 {
@@ -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
  }
@@ -2335,7 +2335,7 @@ declare namespace gapi.client {
2335
2335
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2336
2336
  uploadType?: string;
2337
2337
  },
2338
- body: Service
2338
+ body: Service,
2339
2339
  ): Request<Operation>;
2340
2340
  versions: VersionsResource;
2341
2341
  }
@@ -2392,7 +2392,7 @@ declare namespace gapi.client {
2392
2392
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2393
2393
  uploadType?: string;
2394
2394
  },
2395
- body: Application
2395
+ body: Application,
2396
2396
  ): Request<Operation>;
2397
2397
  /** Gets information about an application. */
2398
2398
  get(request?: {
@@ -2512,7 +2512,7 @@ declare namespace gapi.client {
2512
2512
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2513
2513
  uploadType?: string;
2514
2514
  },
2515
- body: Application
2515
+ body: Application,
2516
2516
  ): Request<Operation>;
2517
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. */
2518
2518
  repair(request: {
@@ -2570,7 +2570,7 @@ declare namespace gapi.client {
2570
2570
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2571
2571
  uploadType?: string;
2572
2572
  },
2573
- body: RepairApplicationRequest
2573
+ body: RepairApplicationRequest,
2574
2574
  ): Request<Operation>;
2575
2575
  authorizedCertificates: AuthorizedCertificatesResource;
2576
2576
  authorizedDomains: AuthorizedDomainsResource;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.appengine-v1beta",
3
- "version": "0.0.20250127",
3
+ "version": "0.0.20250131",
4
4
  "description": "TypeScript typings for App Engine Admin API v1beta",
5
5
  "repository": {
6
6
  "type": "git",
package/readme.md CHANGED
@@ -30,7 +30,7 @@ gapi.client.load(
30
30
  () => {
31
31
  // now we can use:
32
32
  // gapi.client.appengine
33
- }
33
+ },
34
34
  );
35
35
  ```
36
36
 
@@ -68,7 +68,7 @@ gapi.auth.authorize(
68
68
  } else {
69
69
  /* handle authorization error */
70
70
  }
71
- }
71
+ },
72
72
  );
73
73
  ```
74
74