Skip to content

Commit

Permalink
fix(rapidmigrationassessment): update the API
Browse files Browse the repository at this point in the history
#### rapidmigrationassessment:v1

The following keys were changed:
- resources.projects.resources.locations.resources.operations.methods.cancel.description
  • Loading branch information
yoshi-automation authored and sofisl committed Jan 29, 2025
1 parent 8e6ebae commit 4b2b1d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions discovery/rapidmigrationassessment-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@
"operations": {
"methods": {
"cancel": {
"description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.",
"description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.",
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}:cancel",
"httpMethod": "POST",
"id": "rapidmigrationassessment.projects.locations.operations.cancel",
Expand Down Expand Up @@ -633,7 +633,7 @@
}
}
},
"revision": "20230911",
"revision": "20241211",
"rootUrl": "https://rapidmigrationassessment.googleapis.com/",
"schemas": {
"Annotation": {
Expand Down
2 changes: 1 addition & 1 deletion src/apis/rapidmigrationassessment/v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1686,7 +1686,7 @@ export namespace rapidmigrationassessment_v1 {
}

/**
* Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
* Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.
*
* @param params - Parameters for request
* @param options - Optionally override request options, such as `url`, `method`, and `encoding`.
Expand Down

0 comments on commit 4b2b1d1

Please sign in to comment.