@maxim_mazurok/gapi.client.gkehub-v1 0.0.20230224 → 0.0.20230316
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://gkehub.googleapis.com/$discovery/rest?version=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20230316
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -2088,12 +2088,7 @@ declare namespace gapi.client {
|
|
|
2088
2088
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2089
2089
|
uploadType?: string;
|
|
2090
2090
|
}): Request<Operation>;
|
|
2091
|
-
/**
|
|
2092
|
-
* 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
|
|
2093
|
-
* 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
|
|
2094
|
-
* `"/v1/{name=users/*}/operations"` to their service configuration. For backwards compatibility, the default name includes the operations collection id, however overriding users must
|
|
2095
|
-
* ensure the name binding is the parent resource, without the operations collection id.
|
|
2096
|
-
*/
|
|
2091
|
+
/** Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`. */
|
|
2097
2092
|
list(request?: {
|
|
2098
2093
|
/** V1 error format. */
|
|
2099
2094
|
"$.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: 20230316
|
|
7
7
|
|
|
8
8
|
gapi.load('client', async () => {
|
|
9
9
|
/** now we can use gapi.client */
|
|
@@ -1128,12 +1128,7 @@ gapi.load('client', async () => {
|
|
|
1128
1128
|
await gapi.client.gkehub.projects.locations.operations.get({
|
|
1129
1129
|
name: "Test string",
|
|
1130
1130
|
});
|
|
1131
|
-
/**
|
|
1132
|
-
* 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
|
|
1133
|
-
* 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
|
|
1134
|
-
* `"/v1/{name=users/*}/operations"` to their service configuration. For backwards compatibility, the default name includes the operations collection id, however overriding users must
|
|
1135
|
-
* ensure the name binding is the parent resource, without the operations collection id.
|
|
1136
|
-
*/
|
|
1131
|
+
/** Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`. */
|
|
1137
1132
|
await gapi.client.gkehub.projects.locations.operations.list({
|
|
1138
1133
|
filter: "Test string",
|
|
1139
1134
|
name: "Test string",
|