{"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 UTC。"],[[["`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"]]