pub struct GoogleCloudDataplexV1DataDiscoverySpecBigQueryPublishingConfig {
pub connection: Option<String>,
pub location: Option<String>,
pub project: Option<String>,
pub table_type: Option<String>,
}Expand description
Describes BigQuery publishing configurations.
This type is not used in any activity, and only used as part of another schema.
Fields§
§connection: Option<String>Optional. The BigQuery connection used to create BigLake tables. Must be in the form projects/{project_id}/locations/{location_id}/connections/{connection_id}
location: Option<String>Optional. The location of the BigQuery dataset to publish BigLake external or non-BigLake external tables to. 1. If the Cloud Storage bucket is located in a multi-region bucket, then BigQuery dataset can be in the same multi-region bucket or any single region that is included in the same multi-region bucket. The datascan can be created in any single region that is included in the same multi-region bucket 2. If the Cloud Storage bucket is located in a dual-region bucket, then BigQuery dataset can be located in regions that are included in the dual-region bucket, or in a multi-region that includes the dual-region. The datascan can be created in any single region that is included in the same dual-region bucket. 3. If the Cloud Storage bucket is located in a single region, then BigQuery dataset can be in the same single region or any multi-region bucket that includes the same single region. The datascan will be created in the same single region as the bucket. 4. If the BigQuery dataset is in single region, it must be in the same single region as the datascan.For supported values, refer to https://cloud.google.com/bigquery/docs/locations#supported_locations.
project: Option<String>Optional. The project of the BigQuery dataset to publish BigLake external or non-BigLake external tables to. If not specified, the project of the Cloud Storage bucket will be used. The format is “projects/{project_id_or_number}”.
table_type: Option<String>Optional. Determines whether to publish discovered tables as BigLake external tables or non-BigLake external tables.
Trait Implementations§
Source§impl Clone for GoogleCloudDataplexV1DataDiscoverySpecBigQueryPublishingConfig
impl Clone for GoogleCloudDataplexV1DataDiscoverySpecBigQueryPublishingConfig
Source§fn clone(
&self,
) -> GoogleCloudDataplexV1DataDiscoverySpecBigQueryPublishingConfig
fn clone( &self, ) -> GoogleCloudDataplexV1DataDiscoverySpecBigQueryPublishingConfig
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more