1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
#[cfg(any(feature = "google-cloud-bigquery-analyticshub-v1"))]
pub mod analyticshub;
#[cfg(
    any(
        feature = "google-cloud-bigquery-biglake-v1",
        feature = "google-cloud-bigquery-biglake-v1alpha1",
    )
)]
pub mod biglake;
#[cfg(
    any(
        feature = "google-cloud-bigquery-connection-v1",
        feature = "google-cloud-bigquery-connection-v1beta1",
    )
)]
pub mod connection;
#[cfg(any(feature = "google-cloud-bigquery-dataexchange-v1beta1"))]
pub mod dataexchange;
#[cfg(
    any(
        feature = "google-cloud-bigquery-datapolicies-v1",
        feature = "google-cloud-bigquery-datapolicies-v1beta1",
    )
)]
pub mod datapolicies;
#[cfg(any(feature = "google-cloud-bigquery-datatransfer-v1"))]
pub mod datatransfer;
#[cfg(any(feature = "google-cloud-bigquery-logging-v1"))]
pub mod logging;
#[cfg(
    any(
        feature = "google-cloud-bigquery-migration-v2",
        feature = "google-cloud-bigquery-migration-v2alpha",
    )
)]
pub mod migration;
#[cfg(any(feature = "google-cloud-bigquery-reservation-v1"))]
pub mod reservation;
#[cfg(
    any(
        feature = "google-cloud-bigquery-storage-v1",
        feature = "google-cloud-bigquery-storage-v1beta1",
        feature = "google-cloud-bigquery-storage-v1beta2",
    )
)]
pub mod storage;