@maxim_mazurok/gapi.client.workstations-v1beta 0.0.20230301 → 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.
Files changed (3) hide show
  1. package/index.d.ts +2 -7
  2. package/package.json +1 -1
  3. 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://workstations.googleapis.com/$discovery/rest?version=v1beta
12
- // Revision: 20230301
12
+ // Revision: 20230308
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -584,12 +584,7 @@ declare namespace gapi.client {
584
584
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
585
585
  uploadType?: string;
586
586
  }): Request<Operation>;
587
- /**
588
- * 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
589
- * 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
590
- * `"/v1/{name=users/*}/operations"` to their service configuration. For backwards compatibility, the default name includes the operations collection id, however overriding users must
591
- * ensure the name binding is the parent resource, without the operations collection id.
592
- */
587
+ /** Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`. */
593
588
  list(request?: {
594
589
  /** V1 error format. */
595
590
  "$.xgafv"?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.workstations-v1beta",
3
- "version": "0.0.20230301",
3
+ "version": "0.0.20230308",
4
4
  "description": "TypeScript typings for Cloud Workstations 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: 20230301
6
+ // Revision: 20230308
7
7
 
8
8
  gapi.load('client', async () => {
9
9
  /** now we can use gapi.client */
@@ -50,12 +50,7 @@ gapi.load('client', async () => {
50
50
  await gapi.client.workstations.projects.locations.operations.get({
51
51
  name: "Test string",
52
52
  });
53
- /**
54
- * 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
55
- * 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
56
- * `"/v1/{name=users/*}/operations"` to their service configuration. For backwards compatibility, the default name includes the operations collection id, however overriding users must
57
- * ensure the name binding is the parent resource, without the operations collection id.
58
- */
53
+ /** Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`. */
59
54
  await gapi.client.workstations.projects.locations.operations.list({
60
55
  filter: "Test string",
61
56
  name: "Test string",