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