yoshidan / google-cloud-rust

Google Cloud Client Libraries for Rust.
MIT License
243 stars 87 forks source link

chore: gar list functions to return responses structs #210

Closed benjaminch closed 10 months ago

benjaminch commented 10 months ago

List functions to return *Response objects rather than object vector allowing caller to handle pagination.

benjaminch commented 10 months ago

Hey @yoshidan sorry about this one, but figured out that handling list_ functions is better with response objects rather than object vec because it allows client to handle pagination.

benjaminch commented 10 months ago

Thanks :)