{"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"]],["最終更新日 2025-03-04 UTC。"],[[["The `Operation` resource represents a long-running operation resulting from a network API call."],["An `Operation` includes fields such as `name` (a unique server-assigned identifier), `metadata` (service-specific information), and `done` (a boolean indicating operation completion)."],["The `result` of an `Operation` is a union field that can contain either an `error` object or a `response` object, and if it's not done, it will be neither."],["The available methods for an `Operation` are `get`, which retrieves the latest state, and `testIamPermissions`, which checks the caller's permissions."]]],[]]