{"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.}
欄位
name
string
伺服器指派的名稱,而且只在當初傳回這個名稱的服務中是唯一的。如果您使用預設的 HTTP 對應,則 name 應該是以 operations/{unique_id} 結尾的資源名稱。
[[["容易理解","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"]],["上次更新時間:2025-02-20 (世界標準時間)。"],[[["The `Operation` resource represents a long-running network API call with metadata, status (`done`, `error`, or `response`), and a server-assigned name."],["`Status` provides a structured error model with an error code, message, and details for REST and RPC APIs."],["You can retrieve the latest state of an asynchronous SDF download task operation using the `get` method."]]],["An operation represents a long-running API call, indicated by its `name`, `metadata`, and `done` status. If `done` is true, the `result` is either an `error` object, described by the status code, message, and details, or a successful `response`. Methods include a `get` function that allows to retrieve the most recent status of an async download operation.\n"]]