#google-cloud #gcp #google-api #api-client #sdk

bin+lib google-cloud-longrunning

Google Cloud Client Libraries for Rust - Long Running Operations API

33 releases (21 breaking)

new 0.22.0 Feb 18, 2025
0.21.0 Nov 26, 2024
0.20.1 Sep 22, 2024
0.20.0 Jul 12, 2024
0.1.0 Nov 28, 2021

#1398 in Network programming

Download history 780/week @ 2024-10-30 717/week @ 2024-11-06 806/week @ 2024-11-13 1231/week @ 2024-11-20 928/week @ 2024-11-27 1405/week @ 2024-12-04 1846/week @ 2024-12-11 1092/week @ 2024-12-18 310/week @ 2024-12-25 776/week @ 2025-01-01 773/week @ 2025-01-08 1054/week @ 2025-01-15 988/week @ 2025-01-22 1130/week @ 2025-01-29 1045/week @ 2025-02-05 813/week @ 2025-02-12

4,153 downloads per month
Used in 114 crates (110 directly)

Apache-2.0

450KB
7.5K SLoC

Google Cloud Client Libraries for Rust - Long Running Operations API

WARNING: this crate is under active development. We expect multiple breaking changes in the upcoming releases. Testing is also incomplete, we do not recommend that you use this crate in production. We welcome feedback about the APIs, documentation, missing features, bugs, etc.

Defines types and an abstract service to handle long-running operations.

Long-running operations are a common pattern to handle methods that may take a significant amount of time to execute. Many Google APIs return an Operation message (defined in this crate) that are roughly analogous to a future. The operation will eventually complete, though it may still return an error on completion. The client libraries provide helpers to simplify polling of these operations.

This crate used to contain a different implementation, with a different surface. @yoshidan generously donated the crate name to Google. Their crate continues to live as gcloud-longrunning.

Quickstart

The main types to work with this crate are the clients:

More Information

Dependencies

~19–32MB
~555K SLoC