Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
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}.
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
or
BigQuery dataset for DataDocumentationScan only
Format:
//bigquery.googleapis.com/projects/PROJECT_ID/datasets/DATASET_ID