Caution: You are viewing documentation for the API's REST interface. Most of our official client libraries use gRPC. See the REST Introduction for details.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-04-23 UTC."],[[["The `Operations.CancelOperation` request message uses JSON format for data exchange."],["The JSON structure includes a mandatory \"name\" field specifying the operation to cancel."],["The \"name\" field is a string representing the unique identifier of the targeted operation resource."]]],["The core content details the structure and fields for canceling an operation, specifically via the `Operations.CancelOperation` request. The request is represented in JSON format and includes a single field: `name`. This `string` field designates the specific operation resource that the user intends to cancel. The provided example showcases the JSON structure with the `name` key and its associated string value.\n"]]