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.
Namespace: Google.Cloud
Assembly: Google.LongRunning.dll
Syntax
public enum OperationResponseMapping
Fields
Name | Description |
---|---|
ErrorCode | 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, |
Undefined | Do not use. |