GoogleCloudDataplexV1DataSource class
The data source for DataScan.
Constructors
- GoogleCloudDataplexV1DataSource({String? entity, String? resource})
- GoogleCloudDataplexV1DataSource.fromJson(Map json_)
Properties
- entity ↔ String?
-
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}.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- resource ↔ String?
-
The service-qualified full resource name of the cloud resource for a
DataScan job to scan against.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited