@maxim_mazurok/gapi.client.pubsublite-v1 0.0.20230228 → 0.0.20230318

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://pubsublite.googleapis.com/$discovery/rest?version=v1
12
- // Revision: 20230228
12
+ // Revision: 20230318
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -412,12 +412,7 @@ declare namespace gapi.client {
412
412
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
413
413
  uploadType?: string;
414
414
  }): Request<Operation>;
415
- /**
416
- * 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
417
- * 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
418
- * `"/v1/{name=users/*}/operations"` to their service configuration. For backwards compatibility, the default name includes the operations collection id, however overriding users must
419
- * ensure the name binding is the parent resource, without the operations collection id.
420
- */
415
+ /** Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`. */
421
416
  list(request?: {
422
417
  /** V1 error format. */
423
418
  "$.xgafv"?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.pubsublite-v1",
3
- "version": "0.0.20230228",
3
+ "version": "0.0.20230318",
4
4
  "description": "TypeScript typings for Pub/Sub Lite API v1",
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: 20230228
6
+ // Revision: 20230318
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.pubsublite.admin.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.pubsublite.admin.projects.locations.operations.list({
60
55
  filter: "Test string",
61
56
  name: "Test string",