Skip to content

Commit 298e504

Browse files
yoshi-automationsofisl
authored andcommitted
fix(vision): update the API
#### vision:v1 The following keys were changed: - resources.operations.methods.list.description
1 parent 24df055 commit 298e504

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

discovery/vision-v1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@
310310
]
311311
},
312312
"list": {
313-
"description": "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 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\"` 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 resource, without the operations collection id.",
313+
"description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.",
314314
"flatPath": "v1/operations",
315315
"httpMethod": "GET",
316316
"id": "vision.operations.list",
@@ -1282,7 +1282,7 @@
12821282
}
12831283
}
12841284
},
1285-
"revision": "20221021",
1285+
"revision": "20230314",
12861286
"rootUrl": "https://vision.googleapis.com/",
12871287
"schemas": {
12881288
"AddProductToProductSetRequest": {

src/apis/vision/v1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6328,7 +6328,7 @@ export namespace vision_v1 {
63286328
}
63296329

63306330
/**
6331-
* 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 override the binding to use different resource name schemes, such as `users/x/operations`. To override the binding, API services can add a binding such as `"/v1/{name=users/x\}/operations"` 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 resource, without the operations collection id.
6331+
* Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.
63326332
* @example
63336333
* ```js
63346334
* // Before running the sample:

0 commit comments

Comments
 (0)