Class: Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaOutputConfig
- Inherits:
-
Object
- Object
- Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaOutputConfig
- 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 output configuration setting.
Instance Attribute Summary collapse
-
#bigquery_destination ⇒ Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaOutputConfigBigQueryDestination
The BigQuery output destination configuration.
-
#gcs_destination ⇒ Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaOutputConfigGcsDestination
The Google Cloud Storage output destination configuration.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudRetailV2alphaOutputConfig
constructor
A new instance of GoogleCloudRetailV2alphaOutputConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudRetailV2alphaOutputConfig
Returns a new instance of GoogleCloudRetailV2alphaOutputConfig.
4024 4025 4026 |
# File 'lib/google/apis/retail_v2alpha/classes.rb', line 4024 def initialize(**args) update!(**args) end |
Instance Attribute Details
#bigquery_destination ⇒ Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaOutputConfigBigQueryDestination
The BigQuery output destination configuration.
Corresponds to the JSON property bigqueryDestination
4017 4018 4019 |
# File 'lib/google/apis/retail_v2alpha/classes.rb', line 4017 def bigquery_destination @bigquery_destination end |
#gcs_destination ⇒ Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaOutputConfigGcsDestination
The Google Cloud Storage output destination configuration.
Corresponds to the JSON property gcsDestination
4022 4023 4024 |
# File 'lib/google/apis/retail_v2alpha/classes.rb', line 4022 def gcs_destination @gcs_destination end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4029 4030 4031 4032 |
# File 'lib/google/apis/retail_v2alpha/classes.rb', line 4029 def update!(**args) @bigquery_destination = args[:bigquery_destination] if args.key?(:bigquery_destination) @gcs_destination = args[:gcs_destination] if args.key?(:gcs_destination) end |