gcloud-sdk 0.30.0

Async Google gRPC/REST APIs and the client implementation hiding complexity of GCP authentication based on Tonic middleware and Reqwest.
Documentation
1
2
3
4
5
6
7
8
#[cfg(feature = "google-cloud-kms-v1")]
pub mod kms;

#[cfg(feature = "google-cloud-secretmanager-v1")]
pub mod secretmanager;

#[cfg(feature = "google-rest-storage-v1")]
pub mod storage_upload_support;