Class: Google::Apis::DataplexV1::GoogleCloudDataplexV1ScannedData
- Inherits:
-
Object
- Object
- Google::Apis::DataplexV1::GoogleCloudDataplexV1ScannedData
- 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 scanned during processing (e.g. in incremental DataScan)
Instance Attribute Summary collapse
-
#incremental_field ⇒ Google::Apis::DataplexV1::GoogleCloudDataplexV1ScannedDataIncrementalField
A data range denoted by a pair of start/end values of a field.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDataplexV1ScannedData
constructor
A new instance of GoogleCloudDataplexV1ScannedData.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDataplexV1ScannedData
Returns a new instance of GoogleCloudDataplexV1ScannedData.
6521 6522 6523 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 6521 def initialize(**args) update!(**args) end |
Instance Attribute Details
#incremental_field ⇒ Google::Apis::DataplexV1::GoogleCloudDataplexV1ScannedDataIncrementalField
A data range denoted by a pair of start/end values of a field.
Corresponds to the JSON property incrementalField
6519 6520 6521 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 6519 def incremental_field @incremental_field end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6526 6527 6528 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 6526 def update!(**args) @incremental_field = args[:incremental_field] if args.key?(:incremental_field) end |