Class: Google::Apis::DataplexV1::GoogleCloudDataplexV1DataScanEventDataProfileResult
- Inherits:
-
Object
- Object
- Google::Apis::DataplexV1::GoogleCloudDataplexV1DataScanEventDataProfileResult
- 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
Data profile result for data scan job.
Instance Attribute Summary collapse
-
#row_count ⇒ Fixnum
The count of rows processed in the data scan job.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDataplexV1DataScanEventDataProfileResult
constructor
A new instance of GoogleCloudDataplexV1DataScanEventDataProfileResult.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDataplexV1DataScanEventDataProfileResult
Returns a new instance of GoogleCloudDataplexV1DataScanEventDataProfileResult.
3463 3464 3465 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 3463 def initialize(**args) update!(**args) end |
Instance Attribute Details
#row_count ⇒ Fixnum
The count of rows processed in the data scan job.
Corresponds to the JSON property rowCount
3461 3462 3463 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 3461 def row_count @row_count end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3468 3469 3470 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 3468 def update!(**args) @row_count = args[:row_count] if args.key?(:row_count) end |