@maxim_mazurok/gapi.client.appengine-v1beta 0.0.20240902 → 0.0.20240909

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 +9 -1
  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: 20240902
12
+ // Revision: 20240909
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -301,6 +301,12 @@ declare namespace gapi.client {
301
301
  /** The runtime version of an App Engine flexible application. */
302
302
  runtimeVersion?: string;
303
303
  }
304
+ interface GceTag {
305
+ /** The parents(s) of the tag. Eg. projects/123, folders/456 It usually contains only one parent. But, in some corner cases, it can contain multiple parents. Currently, organizations are not supported. */
306
+ parent?: string[];
307
+ /** The administrative_tag name. */
308
+ tag?: string;
309
+ }
304
310
  interface GoogleAppengineV1betaLocationMetadata {
305
311
  /** App Engine flexible environment is available in the given location.@OutputOnly */
306
312
  flexibleEnvironmentAvailable?: boolean;
@@ -591,6 +597,8 @@ declare namespace gapi.client {
591
597
  consumerProjectNumber?: string;
592
598
  /** The CCFE state of the consumer project. It is the same state that is communicated to the CLH during project events. Notice that this field is not set in the DB, it is only set in this proto when communicated to CLH in the side channel. */
593
599
  consumerProjectState?: string;
600
+ /** The GCE tags associated with the consumer project and those inherited due to their ancestry, if any. Not supported by CCFE. */
601
+ gceTag?: GceTag[];
594
602
  /** The service account authorized to operate on the consumer project. Note: CCFE only propagates P4SA with default tag to CLH. */
595
603
  p4ServiceAccount?: string;
596
604
  /** The producer project id. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.appengine-v1beta",
3
- "version": "0.0.20240902",
3
+ "version": "0.0.20240909",
4
4
  "description": "TypeScript typings for App Engine Admin API v1beta",
5
5
  "repository": {
6
6
  "type": "git",