Cloud Pub/Sub v1 API - Class StreamingPullResponse.Types.AcknowledgeConfirmation (3.5.1)

public sealed class StreamingPullResponse.Types.AcknowledgeConfirmation : IMessage<StreamingPullResponse.Types.AcknowledgeConfirmation>, IEquatable<StreamingPullResponse.Types.AcknowledgeConfirmation>, IDeepCloneable<StreamingPullResponse.Types.AcknowledgeConfirmation>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Pub/Sub v1 API class StreamingPullResponse.Types.AcknowledgeConfirmation.

Acknowledgement IDs sent in one or more previous requests to acknowledge a previously received message.

Inheritance

object > StreamingPullResponse.Types.AcknowledgeConfirmation

Namespace

Google.Cloud.PubSub.V1

Assembly

Google.Cloud.PubSub.V1.dll

Constructors

AcknowledgeConfirmation()

public AcknowledgeConfirmation()

AcknowledgeConfirmation(AcknowledgeConfirmation)

public AcknowledgeConfirmation(StreamingPullResponse.Types.AcknowledgeConfirmation other)
Parameter
NameDescription
otherStreamingPullResponseTypesAcknowledgeConfirmation

Properties

AckIds

public RepeatedField<string> AckIds { get; }

Successfully processed acknowledgement IDs.

Property Value
TypeDescription
RepeatedFieldstring

InvalidAckIds

public RepeatedField<string> InvalidAckIds { get; }

List of acknowledgement IDs that were malformed or whose acknowledgement deadline has expired.

Property Value
TypeDescription
RepeatedFieldstring

TemporaryFailedAckIds

public RepeatedField<string> TemporaryFailedAckIds { get; }

List of acknowledgement IDs that failed processing with temporary issues.

Property Value
TypeDescription
RepeatedFieldstring

UnorderedAckIds

public RepeatedField<string> UnorderedAckIds { get; }

List of acknowledgement IDs that were out of order.

Property Value
TypeDescription
RepeatedFieldstring