|
3 | 3 | "oauth2": {
|
4 | 4 | "scopes": {
|
5 | 5 | "https://www.googleapis.com/auth/cloud-platform": {
|
6 |
| - "description": "See, edit, configure, and delete your Google Cloud Platform data" |
| 6 | + "description": "See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account." |
7 | 7 | }
|
8 | 8 | }
|
9 | 9 | }
|
|
208 | 208 | "resources": {
|
209 | 209 | "operations": {
|
210 | 210 | "methods": {
|
211 |
| - "cancelOperation": { |
| 211 | + "cancel": { |
212 | 212 | "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`.",
|
213 |
| - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}", |
214 |
| - "httpMethod": "DELETE", |
215 |
| - "id": "documentai.projects.locations.operations.cancelOperation", |
| 213 | + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}:cancel", |
| 214 | + "httpMethod": "POST", |
| 215 | + "id": "documentai.projects.locations.operations.cancel", |
216 | 216 | "parameterOrder": [
|
217 | 217 | "name"
|
218 | 218 | ],
|
|
225 | 225 | "type": "string"
|
226 | 226 | }
|
227 | 227 | },
|
228 |
| - "path": "v1/{+name}", |
| 228 | + "path": "v1/{+name}:cancel", |
229 | 229 | "response": {
|
230 | 230 | "$ref": "GoogleProtobufEmpty"
|
231 | 231 | },
|
|
564 | 564 | "resources": {
|
565 | 565 | "operations": {
|
566 | 566 | "methods": {
|
567 |
| - "cancelOperation": { |
| 567 | + "cancel": { |
568 | 568 | "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`.",
|
569 |
| - "flatPath": "uiv1beta3/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}", |
570 |
| - "httpMethod": "DELETE", |
571 |
| - "id": "documentai.uiv1beta3.projects.locations.operations.cancelOperation", |
| 569 | + "flatPath": "uiv1beta3/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}:cancel", |
| 570 | + "httpMethod": "POST", |
| 571 | + "id": "documentai.uiv1beta3.projects.locations.operations.cancel", |
572 | 572 | "parameterOrder": [
|
573 | 573 | "name"
|
574 | 574 | ],
|
|
581 | 581 | "type": "string"
|
582 | 582 | }
|
583 | 583 | },
|
584 |
| - "path": "uiv1beta3/{+name}", |
| 584 | + "path": "uiv1beta3/{+name}:cancel", |
585 | 585 | "response": {
|
586 | 586 | "$ref": "GoogleProtobufEmpty"
|
587 | 587 | },
|
|
664 | 664 | }
|
665 | 665 | }
|
666 | 666 | },
|
667 |
| - "revision": "20210806", |
| 667 | + "revision": "20210817", |
668 | 668 | "rootUrl": "https://documentai.googleapis.com/",
|
669 | 669 | "schemas": {
|
670 | 670 | "GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata": {
|
|
0 commit comments