1
2
3
4
#[cfg(any(feature = "google-devtools-cloudbuild-v1"))]
pub mod v1;
#[cfg(any(feature = "google-devtools-cloudbuild-v2"))]
pub mod v2;