Class: Google::Apis::DataplexV1::GoogleCloudDataplexV1DataSource
- Inherits:
-
Object
- Object
- Google::Apis::DataplexV1::GoogleCloudDataplexV1DataSource
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dataplex_v1/classes.rb,
lib/google/apis/dataplex_v1/representations.rb,
lib/google/apis/dataplex_v1/representations.rb
Overview
The data source for DataScan.
Instance Attribute Summary collapse
-
#entity ⇒ String
Immutable.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDataplexV1DataSource
constructor
A new instance of GoogleCloudDataplexV1DataSource.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDataplexV1DataSource
Returns a new instance of GoogleCloudDataplexV1DataSource.
2075 2076 2077 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 2075 def initialize(**args) update!(**args) end |
Instance Attribute Details
#entity ⇒ String
Immutable. The dataplex entity that contains the data for DataScan, of the
form: projects/project_number/locations/location_id/lakes/lake_id/zones/
zone_id/entities/entity_id.
Corresponds to the JSON property entity
2073 2074 2075 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 2073 def entity @entity end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2080 2081 2082 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 2080 def update!(**args) @entity = args[:entity] if args.key?(:entity) end |