Reference documentation and code samples for the Google.LongRunning enum OperationResponseMapping.
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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This page provides documentation for the `OperationResponseMapping` enum within the `Google.LongRunning` namespace, used in the context of .NET development."],["The `OperationResponseMapping` enum helps identify key fields within a custom `Operation` object that are essential for the polling process, specifically those relevant to `google.longrunning.Operation`."],["The documentation includes descriptions for each enum field (`ErrorCode`, `ErrorMessage`, `Name`, `Status`, and `Undefined`), explaining their purpose and how they map to the standard `google.longrunning.Operation` fields."],["The most recent version of the `OperationResponseMapping` documentation is version 3.3.0, with older versions ranging back to 2.2.0 also available for reference."]]],[]]