class Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaCompletionDataInputConfig

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::RetailV2alpha::GoogleCloudRetailV2alphaBigQuerySource]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/retail_v2alpha/classes.rb, line 988
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_v2alpha/classes.rb, line 993
def update!(**args)
  @big_query_source = args[:big_query_source] if args.key?(:big_query_source)
end