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.



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

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



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

def bigquery_destination
  @bigquery_destination
end

#gcs_destinationGoogle::Apis::RetailV2alpha::GoogleCloudRetailV2alphaOutputConfigGcsDestination

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



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

def gcs_destination
  @gcs_destination
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



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

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