An enum to be used to mark the essential (for polling) fields in an
API-specific Operation object. A custom Operation object may contain many
different fields, but only few of them are essential to conduct a successful
polling process.
A field in an API-specific (custom) Operation object which carries the same
meaning as google.longrunning.Operation.error.code.
ErrorMessage
A field in an API-specific (custom) Operation object which carries the same
meaning as google.longrunning.Operation.error.message.
Name
A field in an API-specific (custom) Operation object which carries the same
meaning as google.longrunning.Operation.name.
Status
A field in an API-specific (custom) Operation object which carries the same
meaning as google.longrunning.Operation.done. If the annotated field is of
an enum type, annotated_field_name == EnumType.DONE semantics should be
equivalent to Operation.done == true. If the annotated field is of type
boolean, then it should follow the same semantics as Operation.done.
Otherwise, a non-empty value should be treated as Operation.done == true.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This page documents the `OperationResponseMapping` enum, which is used to identify key fields within a custom Operation object for polling purposes."],["The latest version of `OperationResponseMapping` is 3.3.0, with older versions such as 3.2.0, 3.1.0, 3.0.0, 2.3.0, and 2.2.0 also available."],["The enum includes fields like `ErrorCode`, `ErrorMessage`, `Name`, and `Status`, each mapping to equivalent fields in `google.longrunning.Operation`, enabling the association between custom fields and the properties of the standard `Operation`."],["The `Status` field can be a boolean or an enum type which provides information about the operation completion status."],["`Undefined` should not be used."]]],[]]