Skip to content

Commit a66c33a

Browse files
yoshi-automationsofisl
authored andcommitted
fix(workflows): update the API
#### workflows:v1beta The following keys were changed: - resources.projects.resources.locations.resources.operations.methods.list.description #### workflows:v1 The following keys were changed: - resources.projects.resources.locations.resources.operations.methods.list.description
1 parent afcce93 commit a66c33a

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

discovery/workflows-v1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@
230230
]
231231
},
232232
"list": {
233-
"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.",
233+
"description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.",
234234
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/operations",
235235
"httpMethod": "GET",
236236
"id": "workflows.projects.locations.operations.list",
@@ -449,7 +449,7 @@
449449
}
450450
}
451451
},
452-
"revision": "20230125",
452+
"revision": "20230308",
453453
"rootUrl": "https://workflows.googleapis.com/",
454454
"schemas": {
455455
"Empty": {

discovery/workflows-v1beta.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@
230230
]
231231
},
232232
"list": {
233-
"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.",
233+
"description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.",
234234
"flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/operations",
235235
"httpMethod": "GET",
236236
"id": "workflows.projects.locations.operations.list",
@@ -444,7 +444,7 @@
444444
}
445445
}
446446
},
447-
"revision": "20220406",
447+
"revision": "20230308",
448448
"rootUrl": "https://workflows.googleapis.com/",
449449
"schemas": {
450450
"Empty": {

src/apis/workflows/v1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -890,7 +890,7 @@ export namespace workflows_v1 {
890890
}
891891

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

src/apis/workflows/v1beta.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -890,7 +890,7 @@ export namespace workflows_v1beta {
890890
}
891891

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

0 commit comments

Comments
 (0)