public enum AcknowledgementStatusReference documentation and code samples for the Cloud Pub/Sub v1 API enum AcknowledgementStatus.
The possible status values of acknowledgement for a message in an acknowledgement request.
Namespace
Google.Cloud.PubSub.V1Assembly
Google.Cloud.PubSub.V1.dll
Fields |
|
|---|---|
| Name | Description |
FailedPrecondition |
Indicates that the acknowledgement is not successful due to a failed precondition. |
InvalidAckId |
Indicates that the acknowledgement is not successful due to invalid AckId. |
Other |
Indicates that the acknowledgement is not successful due to an unknown reason. |
PermissionDenied |
Indicates that the acknowledgement is not successful due to permission denied error. |
Success |
Default value. Indicates that the acknowledgement is successful. |