# `Google.Pubsub.V1.AcknowledgeRequest`
[🔗](https://github.com/dashbitco/broadway_cloud_pub_sub/blob/v2.0.0-rc.0/lib/broadway_cloud_pub_sub/proto/google/pubsub/v1/pubsub.pb.ex#L78)

Request for the Acknowledge method.

# `t`

```elixir
@type t() :: %Google.Pubsub.V1.AcknowledgeRequest{
  __protobuf__: true,
  __unknown_fields__: [Protobuf.unknown_field()],
  ack_ids: [String.t()],
  subscription: String.t()
}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
