Class: Google::Apis::DataplexV1::GoogleCloudDataplexV1DataDiscoveryResultBigQueryPublishing
- Inherits:
-
Object
- Object
- Google::Apis::DataplexV1::GoogleCloudDataplexV1DataDiscoveryResultBigQueryPublishing
- 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
Describes BigQuery publishing configurations.
Instance Attribute Summary collapse
-
#dataset ⇒ String
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDataplexV1DataDiscoveryResultBigQueryPublishing
constructor
A new instance of GoogleCloudDataplexV1DataDiscoveryResultBigQueryPublishing.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDataplexV1DataDiscoveryResultBigQueryPublishing
Returns a new instance of GoogleCloudDataplexV1DataDiscoveryResultBigQueryPublishing.
1594 1595 1596 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 1594 def initialize(**args) update!(**args) end |
Instance Attribute Details
#dataset ⇒ String
Output only. The BigQuery dataset to publish to. It takes the form projects/
project_id
/datasets/dataset_id
. If not set, the service creates a default
publishing dataset.
Corresponds to the JSON property dataset
1592 1593 1594 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 1592 def dataset @dataset end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1599 1600 1601 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 1599 def update!(**args) @dataset = args[:dataset] if args.key?(:dataset) end |