A message and its corresponding acknowledgment ID.
Summary
Types
@type t() :: %Google.Pubsub.V1.ReceivedMessage{ __protobuf__: true, __unknown_fields__: [Protobuf.unknown_field()], ack_id: String.t(), delivery_attempt: integer(), message: Google.Pubsub.V1.PubsubMessage.t() | nil }