@maxim_mazurok/gapi.client.appengine-v1 0.0.20240205 → 0.0.20240218

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=v1
12
- // Revision: 20240205
12
+ // Revision: 20240218
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -159,7 +159,7 @@ declare namespace gapi.client {
159
159
  }
160
160
  interface ContainerState {
161
161
  currentReasons?: Reasons;
162
- /** The previous and current reasons for a container state will be sent for a container event. CLHs that need to know the signal that caused the container event to trigger (edges) as opposed to just knowing the state can act upon differences in the previous and current reasons.Reasons will be provided for every system: service management, data governance, abuse, and billing.If this is a CCFE-triggered event used for reconciliation then the current reasons will be set to their *_CONTROL_PLANE_SYNC state. The previous reasons will contain the last known set of non-unknown non-control_plane_sync reasons for the state.Reasons fields are deprecated. New tenants should only use the state field. If you must know the reason(s) behind a specific state, please consult with CCFE team first (cloud-ccfe-discuss@google.com). */
162
+ /** The previous and current reasons for a container state will be sent for a container event. CLHs that need to know the signal that caused the container event to trigger (edges) as opposed to just knowing the state can act upon differences in the previous and current reasons.Reasons will be provided for every system: service management, data governance, abuse, and billing.If this is a CCFE-triggered event used for reconciliation then the current reasons will be set to their *_CONTROL_PLANE_SYNC state. The previous reasons will contain the last known set of non-unknown non-control_plane_sync reasons for the state. */
163
163
  previousReasons?: Reasons;
164
164
  /** The current state of the container. This state is the culmination of all of the opinions from external systems that CCFE knows about of the container. */
165
165
  state?: string;
@@ -631,6 +631,8 @@ declare namespace gapi.client {
631
631
  decommissionedDate?: Date;
632
632
  /** Date when Runtime is deprecated. */
633
633
  deprecationDate?: Date;
634
+ /** User-friendly display name, e.g. 'Node.js 12', etc. */
635
+ displayName?: string;
634
636
  /** Date when Runtime is end of support. */
635
637
  endOfSupportDate?: Date;
636
638
  /** The environment of the runtime. */
@@ -639,6 +641,8 @@ declare namespace gapi.client {
639
641
  name?: string;
640
642
  /** The stage of life this runtime is in, e.g., BETA, GA, etc. */
641
643
  stage?: string;
644
+ /** Supported operating systems for the runtime, e.g., 'ubuntu22', etc. */
645
+ supportedOperatingSystems?: string[];
642
646
  /** Warning messages, e.g., a deprecation warning. */
643
647
  warnings?: string[];
644
648
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.appengine-v1",
3
- "version": "0.0.20240205",
3
+ "version": "0.0.20240218",
4
4
  "description": "TypeScript typings for App Engine Admin API v1",
5
5
  "repository": {
6
6
  "type": "git",