@maxim_mazurok/gapi.client.appengine-v1 0.0.20230225 → 0.0.20230306
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.
- package/index.d.ts +2 -7
- package/package.json +1 -1
- package/tests.ts +2 -7
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:
|
|
12
|
+
// Revision: 20230306
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -1811,12 +1811,7 @@ declare namespace gapi.client {
|
|
|
1811
1811
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1812
1812
|
uploadType?: string;
|
|
1813
1813
|
}): Request<Operation>;
|
|
1814
|
-
/**
|
|
1815
|
-
* 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
|
|
1816
|
-
* 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
|
|
1817
|
-
* "/v1/{name=users/*}/operations" to their service configuration. For backwards compatibility, the default name includes the operations collection id, however overriding users must
|
|
1818
|
-
* ensure the name binding is the parent resource, without the operations collection id.
|
|
1819
|
-
*/
|
|
1814
|
+
/** Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED. */
|
|
1820
1815
|
list(request?: {
|
|
1821
1816
|
/** V1 error format. */
|
|
1822
1817
|
"$.xgafv"?: string;
|
package/package.json
CHANGED
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:
|
|
6
|
+
// Revision: 20230306
|
|
7
7
|
|
|
8
8
|
gapi.load('client', async () => {
|
|
9
9
|
/** now we can use gapi.client */
|
|
@@ -333,12 +333,7 @@ gapi.load('client', async () => {
|
|
|
333
333
|
appsId: "Test string",
|
|
334
334
|
operationsId: "Test string",
|
|
335
335
|
});
|
|
336
|
-
/**
|
|
337
|
-
* 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
|
|
338
|
-
* 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"
|
|
339
|
-
* 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
|
|
340
|
-
* resource, without the operations collection id.
|
|
341
|
-
*/
|
|
336
|
+
/** Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED. */
|
|
342
337
|
await gapi.client.appengine.apps.operations.list({
|
|
343
338
|
appsId: "Test string",
|
|
344
339
|
filter: "Test string",
|