Class: Google::Apis::RetailV2beta::GoogleCloudRetailV2betaOutputConfig
- Inherits:
-
Object
- Object
- Google::Apis::RetailV2beta::GoogleCloudRetailV2betaOutputConfig
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/retail_v2beta/classes.rb,
lib/google/apis/retail_v2beta/representations.rb,
lib/google/apis/retail_v2beta/representations.rb
Overview
The output configuration setting.
Instance Attribute Summary collapse
-
#bigquery_destination ⇒ Google::Apis::RetailV2beta::GoogleCloudRetailV2betaOutputConfigBigQueryDestination
The BigQuery output destination configuration.
-
#gcs_destination ⇒ Google::Apis::RetailV2beta::GoogleCloudRetailV2betaOutputConfigGcsDestination
The Google Cloud Storage output destination configuration.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudRetailV2betaOutputConfig
constructor
A new instance of GoogleCloudRetailV2betaOutputConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudRetailV2betaOutputConfig
Returns a new instance of GoogleCloudRetailV2betaOutputConfig.
4971 4972 4973 |
# File 'lib/google/apis/retail_v2beta/classes.rb', line 4971 def initialize(**args) update!(**args) end |
Instance Attribute Details
#bigquery_destination ⇒ Google::Apis::RetailV2beta::GoogleCloudRetailV2betaOutputConfigBigQueryDestination
The BigQuery output destination configuration.
Corresponds to the JSON property bigqueryDestination
4964 4965 4966 |
# File 'lib/google/apis/retail_v2beta/classes.rb', line 4964 def bigquery_destination @bigquery_destination end |
#gcs_destination ⇒ Google::Apis::RetailV2beta::GoogleCloudRetailV2betaOutputConfigGcsDestination
The Google Cloud Storage output destination configuration.
Corresponds to the JSON property gcsDestination
4969 4970 4971 |
# File 'lib/google/apis/retail_v2beta/classes.rb', line 4969 def gcs_destination @gcs_destination end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4976 4977 4978 4979 |
# File 'lib/google/apis/retail_v2beta/classes.rb', line 4976 def update!(**args) @bigquery_destination = args[:bigquery_destination] if args.key?(:bigquery_destination) @gcs_destination = args[:gcs_destination] if args.key?(:gcs_destination) end |