@maxim_mazurok/gapi.client.appengine-v1alpha 0.0.20230225 → 0.0.20230309

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 +3 -13
  2. package/package.json +1 -1
  3. package/tests.ts +3 -13
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=v1alpha
12
- // Revision: 20230225
12
+ // Revision: 20230309
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -913,12 +913,7 @@ declare namespace gapi.client {
913
913
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
914
914
  uploadType?: string;
915
915
  }): Request<Operation>;
916
- /**
917
- * Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED.NOTE: the name binding allows API services to
918
- * override the binding to use different resource name schemes, such as users/*‍/operations. To override the binding, API services can add a binding such as
919
- * "/v1/{name=users/*}/operations" to their service configuration. For backwards compatibility, the default name includes the operations collection id, however overriding users must
920
- * ensure the name binding is the parent resource, without the operations collection id.
921
- */
916
+ /** Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED. */
922
917
  list(request?: {
923
918
  /** V1 error format. */
924
919
  "$.xgafv"?: string;
@@ -991,12 +986,7 @@ declare namespace gapi.client {
991
986
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
992
987
  uploadType?: string;
993
988
  }): Request<Operation>;
994
- /**
995
- * Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED.NOTE: the name binding allows API services to
996
- * override the binding to use different resource name schemes, such as users/*‍/operations. To override the binding, API services can add a binding such as
997
- * "/v1/{name=users/*}/operations" to their service configuration. For backwards compatibility, the default name includes the operations collection id, however overriding users must
998
- * ensure the name binding is the parent resource, without the operations collection id.
999
- */
989
+ /** Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED. */
1000
990
  list(request?: {
1001
991
  /** V1 error format. */
1002
992
  "$.xgafv"?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.appengine-v1alpha",
3
- "version": "0.0.20230225",
3
+ "version": "0.0.20230309",
4
4
  "description": "TypeScript typings for App Engine Admin API v1alpha",
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: 20230225
6
+ // Revision: 20230309
7
7
 
8
8
  gapi.load('client', async () => {
9
9
  /** now we can use gapi.client */
@@ -190,12 +190,7 @@ gapi.load('client', async () => {
190
190
  appsId: "Test string",
191
191
  operationsId: "Test string",
192
192
  });
193
- /**
194
- * Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED.NOTE: the name binding allows API services to
195
- * override the binding to use different resource name schemes, such as users/*‍/operations. To override the binding, API services can add a binding such as "/v1/{name=users/*}/operations"
196
- * to their service configuration. For backwards compatibility, the default name includes the operations collection id, however overriding users must ensure the name binding is the parent
197
- * resource, without the operations collection id.
198
- */
193
+ /** Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED. */
199
194
  await gapi.client.appengine.apps.operations.list({
200
195
  appsId: "Test string",
201
196
  filter: "Test string",
@@ -220,12 +215,7 @@ gapi.load('client', async () => {
220
215
  operationsId: "Test string",
221
216
  projectsId: "Test string",
222
217
  });
223
- /**
224
- * Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED.NOTE: the name binding allows API services to
225
- * override the binding to use different resource name schemes, such as users/*‍/operations. To override the binding, API services can add a binding such as "/v1/{name=users/*}/operations"
226
- * to their service configuration. For backwards compatibility, the default name includes the operations collection id, however overriding users must ensure the name binding is the parent
227
- * resource, without the operations collection id.
228
- */
218
+ /** Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED. */
229
219
  await gapi.client.appengine.projects.locations.operations.list({
230
220
  filter: "Test string",
231
221
  locationsId: "Test string",