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.
4069 4070 4071 |
# File 'lib/google/apis/retail_v2alpha/classes.rb', line 4069 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
4062 4063 4064 |
# File 'lib/google/apis/retail_v2alpha/classes.rb', line 4062 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
4067 4068 4069 |
# File 'lib/google/apis/retail_v2alpha/classes.rb', line 4067 def gcs_destination @gcs_destination end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4074 4075 4076 4077 |
# File 'lib/google/apis/retail_v2alpha/classes.rb', line 4074 def update!(**args) @bigquery_destination = args[:bigquery_destination] if args.key?(:bigquery_destination) @gcs_destination = args[:gcs_destination] if args.key?(:gcs_destination) end |