Class: Google::Apis::DataplexV1::GoogleCloudDataplexV1DataDiscoveryResult
- Inherits:
-
Object
- Object
- Google::Apis::DataplexV1::GoogleCloudDataplexV1DataDiscoveryResult
- 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
-
#bigquery_publishing ⇒ Google::Apis::DataplexV1::GoogleCloudDataplexV1DataDiscoveryResultBigQueryPublishing
Describes BigQuery publishing configurations.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDataplexV1DataDiscoveryResult
constructor
A new instance of GoogleCloudDataplexV1DataDiscoveryResult.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDataplexV1DataDiscoveryResult
Returns a new instance of GoogleCloudDataplexV1DataDiscoveryResult.
1573 1574 1575 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 1573 def initialize(**args) update!(**args) end |
Instance Attribute Details
#bigquery_publishing ⇒ Google::Apis::DataplexV1::GoogleCloudDataplexV1DataDiscoveryResultBigQueryPublishing
Describes BigQuery publishing configurations.
Corresponds to the JSON property bigqueryPublishing
1571 1572 1573 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 1571 def bigquery_publishing @bigquery_publishing end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1578 1579 1580 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 1578 def update!(**args) @bigquery_publishing = args[:bigquery_publishing] if args.key?(:bigquery_publishing) end |