1
2
3
4
#[cfg(any(feature = "google-cloud-osconfig-agentendpoint-v1"))]
pub mod v1;
#[cfg(any(feature = "google-cloud-osconfig-agentendpoint-v1beta"))]
pub mod v1beta;