Expand description
Google Cloud Client Libraries for Rust - Cloud Functions API
FEEDBACK WANTED: We believe the APIs in this crate are stable, and do not anticipate any breaking changes are needed. We are looking for feedback before labeling the APIs “1.0”. Changes (even breaking changes) are still possible, but not expected.
We also believe the implementation is ready for production, bugs are still possible, but not expected.
This crate contains traits, types, and functions to interact with Cloud Functions API Most applications will use the structs defined in the client module. More specifically:
Modules§
- builder
- Request builders.
- client
- Concrete implementations of this client library traits.
- model
- The messages and enums that are part of this client library.
- stub
- Traits to mock the clients in this library.
Structs§
- Error
- The core error returned by all client libraries.
Type Aliases§
- Result
- An alias of std::result::Result where the error is always Error.