@maxim_mazurok/gapi.client.appengine-v1 0.0.20230814 → 0.0.20230831

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 +8 -2
  2. package/package.json +1 -1
  3. package/tests.ts +8 -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: 20230814
12
+ // Revision: 20230831
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -75,6 +75,9 @@ declare namespace gapi.client {
75
75
  /** Output only. The Google Container Registry domain used for storing managed build docker images for this application. */
76
76
  gcrDomain?:
77
77
  string;
78
+ /** Additional Google Generated Customer Metadata, this field won't be provided by default and can be requested by setting the IncludeExtraData field in GetApplicationRequest */
79
+ generatedCustomerMetadata?:
80
+ { [P in string]: any };
78
81
  iap?:
79
82
  IdentityAwareProxy;
80
83
  /**
@@ -1272,7 +1275,7 @@ declare namespace gapi.client {
1272
1275
  /** The egress setting for the connector, controlling what traffic is diverted through it. */
1273
1276
  egressSetting?:
1274
1277
  string;
1275
- /** Full Serverless VPC Access Connector name e.g. /projects/my-project/locations/us-central1/connectors/c1. */
1278
+ /** Full Serverless VPC Access Connector name e.g. projects/my-project/locations/us-central1/connectors/c1. */
1276
1279
  name?:
1277
1280
  string;
1278
1281
  }
@@ -3510,6 +3513,9 @@ declare namespace gapi.client {
3510
3513
  /** Selector specifying which fields to include in a partial response. */
3511
3514
  fields?:
3512
3515
  string;
3516
+ /** Options to include extra data */
3517
+ includeExtraData?:
3518
+ string;
3513
3519
  /** 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. */
3514
3520
  key?:
3515
3521
  string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.appengine-v1",
3
- "version": "0.0.20230814",
3
+ "version": "0.0.20230831",
4
4
  "description": "TypeScript typings for App Engine Admin API v1",
5
5
  "license": "MIT",
6
6
  "author": {
package/tests.ts CHANGED
@@ -3,7 +3,7 @@
3
3
  // This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
4
4
  // In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
5
5
 
6
- // Revision: 20230814
6
+ // Revision: 20230831
7
7
 
8
8
  gapi.load('client', async () => {
9
9
  /** now we can use gapi.client */
@@ -58,6 +58,9 @@ gapi.load('client', async () => {
58
58
  useContainerOptimizedOs: true,
59
59
  },
60
60
  gcrDomain: "Test string",
61
+ generatedCustomerMetadata: {
62
+ A: 42
63
+ },
61
64
  iap: {
62
65
  enabled: true,
63
66
  oauth2ClientId: "Test string",
@@ -73,6 +76,7 @@ gapi.load('client', async () => {
73
76
  /** Gets information about an application. */
74
77
  await gapi.client.appengine.apps.get({
75
78
  appsId: "Test string",
79
+ includeExtraData: "Test string",
76
80
  });
77
81
  /**
78
82
  * Updates the specified Application resource. You can update the following fields: auth_domain - Google authentication domain for controlling user access to the application.
@@ -100,6 +104,9 @@ gapi.load('client', async () => {
100
104
  useContainerOptimizedOs: true,
101
105
  },
102
106
  gcrDomain: "Test string",
107
+ generatedCustomerMetadata: {
108
+ A: 42
109
+ },
103
110
  iap: {
104
111
  enabled: true,
105
112
  oauth2ClientId: "Test string",