Class: Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaOutputConfigBigQueryDestination
- Inherits:
-
Object
- Object
- Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaOutputConfigBigQueryDestination
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/retail_v2alpha/classes.rb,
lib/google/apis/retail_v2alpha/representations.rb,
lib/google/apis/retail_v2alpha/representations.rb
Overview
The BigQuery output destination configuration.
Instance Attribute Summary collapse
-
#dataset_id ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudRetailV2alphaOutputConfigBigQueryDestination
constructor
A new instance of GoogleCloudRetailV2alphaOutputConfigBigQueryDestination.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudRetailV2alphaOutputConfigBigQueryDestination
Returns a new instance of GoogleCloudRetailV2alphaOutputConfigBigQueryDestination.
3996 3997 3998 |
# File 'lib/google/apis/retail_v2alpha/classes.rb', line 3996 def initialize(**args) update!(**args) end |
Instance Attribute Details
#dataset_id ⇒ String
Required. The ID of a BigQuery Dataset.
Corresponds to the JSON property datasetId
3994 3995 3996 |
# File 'lib/google/apis/retail_v2alpha/classes.rb', line 3994 def dataset_id @dataset_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4001 4002 4003 |
# File 'lib/google/apis/retail_v2alpha/classes.rb', line 4001 def update!(**args) @dataset_id = args[:dataset_id] if args.key?(:dataset_id) end |