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.



4517
4518
4519
# File 'lib/google/apis/retail_v2alpha/classes.rb', line 4517

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



4510
4511
4512
# File 'lib/google/apis/retail_v2alpha/classes.rb', line 4510

def bigquery_destination
  @bigquery_destination
end

#gcs_destinationGoogle::Apis::RetailV2alpha::GoogleCloudRetailV2alphaOutputConfigGcsDestination

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



4515
4516
4517
# File 'lib/google/apis/retail_v2alpha/classes.rb', line 4515

def gcs_destination
  @gcs_destination
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4522
4523
4524
4525
# File 'lib/google/apis/retail_v2alpha/classes.rb', line 4522

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