@maxim_mazurok/gapi.client.appengine-v1beta 0.0.20250131 → 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.
Files changed (2) hide show
  1. package/index.d.ts +6 -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=v1beta
12
- // Revision: 20250131
12
+ // Revision: 20250210
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -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 zero to disable max_instances configuration. */
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;
@@ -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. */
@@ -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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.appengine-v1beta",
3
- "version": "0.0.20250131",
3
+ "version": "0.0.20250210",
4
4
  "description": "TypeScript typings for App Engine Admin API v1beta",
5
5
  "repository": {
6
6
  "type": "git",