@maxim_mazurok/gapi.client.appengine-v1 0.2.20260120 → 0.2.20260202

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 (2) hide show
  1. package/index.d.ts +39 -2
  2. package/package.json +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=v1
12
- // Revision: 20260120
12
+ // Revision: 20260202
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -1646,7 +1646,7 @@ declare namespace gapi.client {
1646
1646
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1647
1647
  uploadType?: string;
1648
1648
  }): Request<Location>;
1649
- /** Lists information about the supported locations for this service. */
1649
+ /** Lists information about the supported locations for this service. This method can be called in two ways: List all public locations: Use the path GET /v1/locations. List project-visible locations: Use the path GET /v1/projects/{project_id}/locations. This may include public locations as well as private or other locations specifically visible to the project. */
1650
1650
  list(request?: {
1651
1651
  /** V1 error format. */
1652
1652
  '$.xgafv'?: string;
@@ -3168,6 +3168,43 @@ declare namespace gapi.client {
3168
3168
  },
3169
3169
  body: DebugInstanceRequest,
3170
3170
  ): Request<Operation>;
3171
+ /** 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. */
3172
+ delete(request?: {
3173
+ /** V1 error format. */
3174
+ '$.xgafv'?: string;
3175
+ /** OAuth access token. */
3176
+ access_token?: string;
3177
+ /** Data format for response. */
3178
+ alt?: string;
3179
+ /** Part of `name`. See documentation of `projectsId`. */
3180
+ applicationsId: string;
3181
+ /** JSONP */
3182
+ callback?: string;
3183
+ /** Selector specifying which fields to include in a partial response. */
3184
+ fields?: string;
3185
+ /** Part of `name`. See documentation of `projectsId`. */
3186
+ instancesId: string;
3187
+ /** 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. */
3188
+ key?: string;
3189
+ /** Part of `name`. See documentation of `projectsId`. */
3190
+ locationsId: string;
3191
+ /** OAuth 2.0 token for the current user. */
3192
+ oauth_token?: string;
3193
+ /** Returns response with indentations and line breaks. */
3194
+ prettyPrint?: boolean;
3195
+ /** Part of `name`. Required. Name of the resource requested. Example: apps/myapp/services/default/versions/v1/instances/instance-1. */
3196
+ projectsId: string;
3197
+ /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
3198
+ quotaUser?: string;
3199
+ /** Part of `name`. See documentation of `projectsId`. */
3200
+ servicesId: string;
3201
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
3202
+ upload_protocol?: string;
3203
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
3204
+ uploadType?: string;
3205
+ /** Part of `name`. See documentation of `projectsId`. */
3206
+ versionsId: string;
3207
+ }): Request<Operation>;
3171
3208
  }
3172
3209
  interface VersionsResource {
3173
3210
  /** Deletes an existing Version resource. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.appengine-v1",
3
- "version": "0.2.20260120",
3
+ "version": "0.2.20260202",
4
4
  "description": "TypeScript typings for App Engine Admin API v1",
5
5
  "repository": {
6
6
  "type": "git",