pub struct GoogleCloudDataplexV1DataSource {
pub entity: Option<String>,
pub resource: Option<String>,
}Expand description
The data source for DataScan.
This type is not used in any activity, and only used as part of another schema.
Fields§
§entity: Option<String>Immutable. The Dataplex Universal Catalog entity that represents the data source (e.g. BigQuery table) for DataScan, of the form: projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}/entities/{entity_id}.
resource: Option<String>Immutable. The service-qualified full resource name of the cloud resource for a DataScan job to scan against. The field could either be: Cloud Storage bucket for DataDiscoveryScan Format: //storage.googleapis.com/projects/PROJECT_ID/buckets/BUCKET_ID or BigQuery table of type “TABLE” for DataProfileScan/DataQualityScan/DataDocumentationScan Format: //bigquery.googleapis.com/projects/PROJECT_ID/datasets/DATASET_ID/tables/TABLE_ID
Trait Implementations§
Source§impl Clone for GoogleCloudDataplexV1DataSource
impl Clone for GoogleCloudDataplexV1DataSource
Source§fn clone(&self) -> GoogleCloudDataplexV1DataSource
fn clone(&self) -> GoogleCloudDataplexV1DataSource
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more