Google.Pubsub.V1.StreamingPullResponse.AcknowledgeConfirmation (BroadwayCloudPubSub v2.0.0-rc.0)

Copy Markdown View Source

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

Summary

Types

t()

@type t() :: %Google.Pubsub.V1.StreamingPullResponse.AcknowledgeConfirmation{
  __protobuf__: true,
  __unknown_fields__: [Protobuf.unknown_field()],
  ack_ids: [String.t()],
  invalid_ack_ids: [String.t()],
  temporary_failed_ack_ids: [String.t()],
  unordered_ack_ids: [String.t()]
}