[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["很难理解","hardToUnderstand","thumb-down"],["信息或示例代码不正确","incorrectInformationOrSampleCode","thumb-down"],["没有我需要的信息/示例","missingTheInformationSamplesINeed","thumb-down"],["翻译问题","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2024-06-28。"],[[["This webpage details the process for initiating the asynchronous cancellation of a long-running operation, acknowledging that success is not guaranteed."],["The HTTP request to cancel an operation is a `POST` request to a specific URL structure using gRPC Transcoding, with the operation's name included as a path parameter."],["Canceling the operation requires an empty request body, meaning no data needs to be sent in the request."],["A successful cancellation will be confirmed with an empty JSON object in the response body, while the operation's status will contain a `Code.CANCELLED` error."],["Authorization for canceling an operation requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]