@maxim_mazurok/gapi.client.datastream-v1alpha1 0.0.20230222 → 0.0.20230308
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://datastream.googleapis.com/$discovery/rest?version=v1alpha1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20230308
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -1008,12 +1008,7 @@ declare namespace gapi.client {
|
|
|
1008
1008
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1009
1009
|
uploadType?: string;
|
|
1010
1010
|
}): Request<Operation>;
|
|
1011
|
-
/**
|
|
1012
|
-
* 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
|
|
1013
|
-
* to 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
|
|
1014
|
-
* `"/v1/{name=users/*}/operations"` to their service configuration. For backwards compatibility, the default name includes the operations collection id, however overriding users must
|
|
1015
|
-
* ensure the name binding is the parent resource, without the operations collection id.
|
|
1016
|
-
*/
|
|
1011
|
+
/** Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`. */
|
|
1017
1012
|
list(request?: {
|
|
1018
1013
|
/** V1 error format. */
|
|
1019
1014
|
"$.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: 20230308
|
|
7
7
|
|
|
8
8
|
gapi.load('client', async () => {
|
|
9
9
|
/** now we can use gapi.client */
|
|
@@ -307,12 +307,7 @@ gapi.load('client', async () => {
|
|
|
307
307
|
await gapi.client.datastream.projects.locations.operations.get({
|
|
308
308
|
name: "Test string",
|
|
309
309
|
});
|
|
310
|
-
/**
|
|
311
|
-
* 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
|
|
312
|
-
* 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
|
|
313
|
-
* `"/v1/{name=users/*}/operations"` to their service configuration. For backwards compatibility, the default name includes the operations collection id, however overriding users must
|
|
314
|
-
* ensure the name binding is the parent resource, without the operations collection id.
|
|
315
|
-
*/
|
|
310
|
+
/** Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`. */
|
|
316
311
|
await gapi.client.datastream.projects.locations.operations.list({
|
|
317
312
|
filter: "Test string",
|
|
318
313
|
name: "Test string",
|