Class AcknowledgeRequest (2.5.0)

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

Request for the Acknowledge method.

Attributes

NameDescription
subscription str
Required. The subscription whose message is being acknowledged. Format is projects/{project}/subscriptions/{sub}.
ack_ids Sequence[str]
Required. The acknowledgment ID for the messages being acknowledged that was returned by the Pub/Sub system in the Pull response. Must not be empty.