#![allow(bare_trait_objects)]
const _PROTOBUF_VERSION_CHECK: () = ::protobuf::VERSION_2_28_0;
pub const API_CLIENT_ID: &str = "gcp-grpc-rs";
pub const VERSION: &str = env!("CARGO_PKG_VERSION");
pub(crate) mod iam;
pub(crate) mod rpc;
pub(crate) mod r#type;
pub mod api;
#[cfg(feature = "bigtable")]
pub mod bigtable;
pub mod cloud;
#[cfg(any(feature = "bigtable", feature = "pubsub", feature = "spanner"))]
pub mod empty;
pub mod identity;
pub mod logging;
pub mod longrunning;
pub mod orgpolicy;
#[cfg(feature = "pubsub")]
pub mod pubsub;
#[cfg(feature = "spanner")]
pub mod spanner;