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.



4503
4504
4505
# File 'lib/google/apis/retail_v2alpha/classes.rb', line 4503

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



4496
4497
4498
# File 'lib/google/apis/retail_v2alpha/classes.rb', line 4496

def bigquery_destination
  @bigquery_destination
end

#gcs_destinationGoogle::Apis::RetailV2alpha::GoogleCloudRetailV2alphaOutputConfigGcsDestination

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



4501
4502
4503
# File 'lib/google/apis/retail_v2alpha/classes.rb', line 4501

def gcs_destination
  @gcs_destination
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



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

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