Class: Google::Apis::DataplexV1::GoogleCloudDataplexV1ScannedData

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDataplexV1ScannedData

Returns a new instance of GoogleCloudDataplexV1ScannedData.



4567
4568
4569
# File 'lib/google/apis/dataplex_v1/classes.rb', line 4567

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#incremental_fieldGoogle::Apis::DataplexV1::GoogleCloudDataplexV1ScannedDataIncrementalField

A data range denoted by a pair of start/end values of a field. Corresponds to the JSON property incrementalField



4565
4566
4567
# File 'lib/google/apis/dataplex_v1/classes.rb', line 4565

def incremental_field
  @incremental_field
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4572
4573
4574
# File 'lib/google/apis/dataplex_v1/classes.rb', line 4572

def update!(**args)
  @incremental_field = args[:incremental_field] if args.key?(:incremental_field)
end