Class ModifyAckDeadlineConfirmation (2.13.6)

ModifyAckDeadlineConfirmation(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Acknowledgement IDs sent in one or more previous requests to modify the deadline for a specific message.

Attributes

NameDescription
ack_ids Sequence[str]
Successfully processed acknowledgement IDs.
invalid_ack_ids Sequence[str]
List of acknowledgement IDs that were malformed or whose acknowledgement deadline has expired.

Inheritance

builtins.object > proto.message.Message > ModifyAckDeadlineConfirmation