{"name": string,"metadata": {"@type": string,field1: ...,...},"done": boolean,// Union field result can be only one of the following:"error": {object (Status)},"response": {"@type": string,field1: ...,...}// End of list of possible types for union field result.}
[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2024-08-21 (世界標準時間)。"],[[["`Operation`: Represents a long-running operation initiated by a network API call, providing metadata, status (`done`, `error`, or `response`), and a unique name."],["`Status`: Defines a structured error model with an error code, message, and optional details for API responses, aiding in debugging and error handling."],["The service provides a `get` method to retrieve the latest status of a long-running `Operation`, allowing you to track its progress and outcome."]]],["The core content defines the \"Operation\" and \"Status\" resources, used in network API calls. An \"Operation\" tracks long-running processes and includes a `name`, `metadata`, and `done` status. If `done` is true, it contains either an `error` or a successful `response`. \"Status\" represents error states with a `code`, `message`, and optional `details`. Operations can be retrieved using the `get` method to check its current status.\n"]]