class Google::Apis::RetailV2::GoogleCloudRetailV2CompletionDataInputConfig

The input config source for completion data.

Attributes

big_query_source[RW]

BigQuery source import data from. Corresponds to the JSON property `bigQuerySource` @return [Google::Apis::RetailV2::GoogleCloudRetailV2BigQuerySource]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/retail_v2/classes.rb, line 642
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/retail_v2/classes.rb, line 647
def update!(**args)
  @big_query_source = args[:big_query_source] if args.key?(:big_query_source)
end