Class: Google::Apis::DataplexV1::GoogleCloudDataplexV1DataDiscoveryResult

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 output of a data discovery scan.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDataplexV1DataDiscoveryResult

Returns a new instance of GoogleCloudDataplexV1DataDiscoveryResult.



1609
1610
1611
# File 'lib/google/apis/dataplex_v1/classes.rb', line 1609

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

Instance Attribute Details

#bigquery_publishingGoogle::Apis::DataplexV1::GoogleCloudDataplexV1DataDiscoveryResultBigQueryPublishing

Describes BigQuery publishing configurations. Corresponds to the JSON property bigqueryPublishing



1602
1603
1604
# File 'lib/google/apis/dataplex_v1/classes.rb', line 1602

def bigquery_publishing
  @bigquery_publishing
end

#scan_statisticsGoogle::Apis::DataplexV1::GoogleCloudDataplexV1DataDiscoveryResultScanStatistics

Describes result statistics of a data scan discovery job. Corresponds to the JSON property scanStatistics



1607
1608
1609
# File 'lib/google/apis/dataplex_v1/classes.rb', line 1607

def scan_statistics
  @scan_statistics
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1614
1615
1616
1617
# File 'lib/google/apis/dataplex_v1/classes.rb', line 1614

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