Class: Google::Cloud::Dataplex::V1::DataSource
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::DataSource
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataplex/v1/processing.rb
Overview
The data source for DataScan.
Instance Attribute Summary collapse
-
#entity ⇒ ::String
Immutable.
-
#resource ⇒ ::String
Immutable.
Instance Attribute Details
#entity ⇒ ::String
Returns Immutable. The Dataplex 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}
.
74 75 76 77 |
# File 'proto_docs/google/cloud/dataplex/v1/processing.rb', line 74 class DataSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#resource ⇒ ::String
Returns Immutable. The service-qualified full resource name of the cloud resource for a DataScan job to scan against. The field could be: BigQuery table of type "TABLE" for DataProfileScan/DataQualityScan Format: //bigquery.googleapis.com/projects/PROJECT_ID/datasets/DATASET_ID/tables/TABLE_ID.
74 75 76 77 |
# File 'proto_docs/google/cloud/dataplex/v1/processing.rb', line 74 class DataSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |