AcknowledgeConfirmation(mapping=None, *, ignore_unknown_fields=False, **kwargs)Acknowledgment IDs sent in one or more previous requests to acknowledge a previously received message.
| Attributes | |
|---|---|
| Name | Description | 
| ack_ids
   :noindex: | MutableSequence[str]Optional. Successfully processed acknowledgment IDs. | 
| invalid_ack_ids
   :noindex: | MutableSequence[str]Optional. List of acknowledgment IDs that were malformed or whose acknowledgment deadline has expired. | 
| unordered_ack_ids
   :noindex: | MutableSequence[str]Optional. List of acknowledgment IDs that were out of order. | 
| temporary_failed_ack_ids
   :noindex: | MutableSequence[str]Optional. List of acknowledgment IDs that failed processing with temporary issues. |