{"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"]],[["わかりにくい","hardToUnderstand","thumb-down"],["情報またはサンプルコードが不正確","incorrectInformationOrSampleCode","thumb-down"],["必要な情報 / サンプルがない","missingTheInformationSamplesINeed","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2024-05-16 UTC。"],[[["This resource details a long-running operation resulting from a network API call, represented in JSON format."],["The operation's JSON representation includes fields for `name`, `metadata`, `done` status, and a `result` that can be either an `error` or a `response`."],["The `done` field indicates whether the operation is in progress (`false`) or completed (`true`), with the `error` or `response` fields becoming available only upon completion."],["The `Status` type defines a structured error model with a JSON representation containing `code`, `message`, and `details` for comprehensive error reporting."],["The `Status` fields consist of `code`, an `integer` to help classify the error, `message`, a developer-facing error, and `details`, a list of messages that carry the error information."]]],[]]