Class: Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaOutputConfig

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudRetailV2alphaOutputConfig

Returns a new instance of GoogleCloudRetailV2alphaOutputConfig.



4734
4735
4736
# File 'lib/google/apis/retail_v2alpha/classes.rb', line 4734

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#bigquery_destinationGoogle::Apis::RetailV2alpha::GoogleCloudRetailV2alphaOutputConfigBigQueryDestination

The BigQuery output destination configuration. Corresponds to the JSON property bigqueryDestination



4727
4728
4729
# File 'lib/google/apis/retail_v2alpha/classes.rb', line 4727

def bigquery_destination
  @bigquery_destination
end

#gcs_destinationGoogle::Apis::RetailV2alpha::GoogleCloudRetailV2alphaOutputConfigGcsDestination

The Google Cloud Storage output destination configuration. Corresponds to the JSON property gcsDestination



4732
4733
4734
# File 'lib/google/apis/retail_v2alpha/classes.rb', line 4732

def gcs_destination
  @gcs_destination
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4739
4740
4741
4742
# File 'lib/google/apis/retail_v2alpha/classes.rb', line 4739

def update!(**args)
  @bigquery_destination = args[:bigquery_destination] if args.key?(:bigquery_destination)
  @gcs_destination = args[:gcs_destination] if args.key?(:gcs_destination)
end