Class StreamingPullResponse.Types.AcknowledgeConfirmation (2.10.0)

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

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(StreamingPullResponse.Types.AcknowledgeConfirmation)

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

Properties

AckIds

public RepeatedField<string> AckIds { get; }

Successfully processed acknowledgement IDs.

Property Value
TypeDescription
RepeatedField<String>

InvalidAckIds

public RepeatedField<string> InvalidAckIds { get; }

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

Property Value
TypeDescription
RepeatedField<String>

UnorderedAckIds

public RepeatedField<string> UnorderedAckIds { get; }

List of acknowledgement IDs that were out of order.

Property Value
TypeDescription
RepeatedField<String>