google-cloud-ai 0.3.0

A gRPC-based crate designed to interact with Google Cloud AI API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
// This file is @generated by prost-build.
pub mod google {
    pub mod ai {
        pub mod generativelanguage {
            pub mod v1 {
                include!("google.ai.generativelanguage.v1.rs");
            }
        }
    }
    pub mod api {
        include!("google.api.rs");
    }
}