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.
Implements
IMessageStreamingPullResponseTypesAcknowledgeConfirmation, IEquatableStreamingPullResponseTypesAcknowledgeConfirmation, IDeepCloneableStreamingPullResponseTypesAcknowledgeConfirmation, IBufferMessage, IMessageNamespace
Google.Cloud.PubSub.V1Assembly
Google.Cloud.PubSub.V1.dll
Constructors
AcknowledgeConfirmation()
public AcknowledgeConfirmation()
AcknowledgeConfirmation(AcknowledgeConfirmation)
public AcknowledgeConfirmation(StreamingPullResponse.Types.AcknowledgeConfirmation other)
Parameter | |
---|---|
Name | Description |
other |
StreamingPullResponseTypesAcknowledgeConfirmation |
Properties
AckIds
public RepeatedField<string> AckIds { get; }
Optional. Successfully processed acknowledgement IDs.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
InvalidAckIds
public RepeatedField<string> InvalidAckIds { get; }
Optional. List of acknowledgement IDs that were malformed or whose acknowledgement deadline has expired.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
TemporaryFailedAckIds
public RepeatedField<string> TemporaryFailedAckIds { get; }
Optional. List of acknowledgement IDs that failed processing with temporary issues.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
UnorderedAckIds
public RepeatedField<string> UnorderedAckIds { get; }
Optional. List of acknowledgement IDs that were out of order.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |