Cloud Pub/Sub v1 API - Enum AcknowledgementStatus (3.12.0)

public enum AcknowledgementStatus

Reference 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.V1

Assembly

Google.Cloud.PubSub.V1.dll

Fields

NameDescription
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.