@maxim_mazurok/gapi.client.appengine-v1beta 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=v1beta
12
- // Revision: 20230225
12
+ // Revision: 20230309
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -1834,12 +1834,7 @@ declare namespace gapi.client {
1834
1834
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1835
1835
  uploadType?: string;
1836
1836
  }): Request<Operation>;
1837
- /**
1838
- * 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
1839
- * 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
1840
- * "/v1/{name=users/*}/operations" to their service configuration. For backwards compatibility, the default name includes the operations collection id, however overriding users must
1841
- * ensure the name binding is the parent resource, without the operations collection id.
1842
- */
1837
+ /** Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED. */
1843
1838
  list(request?: {
1844
1839
  /** V1 error format. */
1845
1840
  "$.xgafv"?: string;
@@ -2902,12 +2897,7 @@ declare namespace gapi.client {
2902
2897
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
2903
2898
  uploadType?: string;
2904
2899
  }): Request<Operation>;
2905
- /**
2906
- * 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
2907
- * 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
2908
- * "/v1/{name=users/*}/operations" to their service configuration. For backwards compatibility, the default name includes the operations collection id, however overriding users must
2909
- * ensure the name binding is the parent resource, without the operations collection id.
2910
- */
2900
+ /** Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED. */
2911
2901
  list(request?: {
2912
2902
  /** V1 error format. */
2913
2903
  "$.xgafv"?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.appengine-v1beta",
3
- "version": "0.0.20230225",
3
+ "version": "0.0.20230309",
4
4
  "description": "TypeScript typings for App Engine Admin API v1beta",
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 */
@@ -334,12 +334,7 @@ gapi.load('client', async () => {
334
334
  appsId: "Test string",
335
335
  operationsId: "Test string",
336
336
  });
337
- /**
338
- * 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
339
- * 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"
340
- * 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
341
- * resource, without the operations collection id.
342
- */
337
+ /** Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED. */
343
338
  await gapi.client.appengine.apps.operations.list({
344
339
  appsId: "Test string",
345
340
  filter: "Test string",
@@ -1004,12 +999,7 @@ gapi.load('client', async () => {
1004
999
  operationsId: "Test string",
1005
1000
  projectsId: "Test string",
1006
1001
  });
1007
- /**
1008
- * 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
1009
- * 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"
1010
- * 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
1011
- * resource, without the operations collection id.
1012
- */
1002
+ /** Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED. */
1013
1003
  await gapi.client.appengine.projects.locations.operations.list({
1014
1004
  filter: "Test string",
1015
1005
  locationsId: "Test string",