Skip to content

Commit 24df055

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

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

discovery/videointelligence-v1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@
281281
]
282282
},
283283
"list": {
284-
"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.",
284+
"description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.",
285285
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/operations",
286286
"httpMethod": "GET",
287287
"id": "videointelligence.projects.locations.operations.list",
@@ -350,7 +350,7 @@
350350
}
351351
}
352352
},
353-
"revision": "20220913",
353+
"revision": "20230316",
354354
"rootUrl": "https://videointelligence.googleapis.com/",
355355
"schemas": {
356356
"GoogleCloudVideointelligenceV1_AnnotateVideoProgress": {

src/apis/videointelligence/v1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4295,7 +4295,7 @@ export namespace videointelligence_v1 {
42954295
}
42964296

42974297
/**
4298-
* 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.
4298+
* Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.
42994299
* @example
43004300
* ```js
43014301
* // Before running the sample:

0 commit comments

Comments
 (0)