{"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/some/unique/name。
[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["很难理解","hardToUnderstand","thumb-down"],["信息或示例代码不正确","incorrectInformationOrSampleCode","thumb-down"],["没有我需要的信息/示例","missingTheInformationSamplesINeed","thumb-down"],["翻译问题","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-03-04。"],[[["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."]]],[]]