yoshidan / google-cloud-rust

Google Cloud Client Libraries for Rust.
MIT License
222 stars 80 forks source link

pubsub: add delivery attempt to received message #161

Closed gwik closed 1 year ago

gwik commented 1 year ago

Adds delivery_attempt to rust type ReceivedMessage, copied from its protobuf counterpart.

https://github.com/googleapis/googleapis/blob/3c7c76fb63d0f511cdb8c3c1cbc157315f6fbfd3/google/pubsub/v1/pubsub.proto#L1115

yoshidan commented 1 year ago

Thanks!