Class: Google::Cloud::Retail::V2::UserEventInputConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/retail/v2/import_config.rb

Overview

The input config source for user events.

Instance Attribute Summary collapse

Instance Attribute Details

#big_query_source::Google::Cloud::Retail::V2::BigQuerySource

Returns Required. BigQuery input source.

Returns:



285
286
287
288
# File 'proto_docs/google/cloud/retail/v2/import_config.rb', line 285

class UserEventInputConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#gcs_source::Google::Cloud::Retail::V2::GcsSource

Returns Required. Google Cloud Storage location for the input content.

Returns:



285
286
287
288
# File 'proto_docs/google/cloud/retail/v2/import_config.rb', line 285

class UserEventInputConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#user_event_inline_source::Google::Cloud::Retail::V2::UserEventInlineSource

Returns Required. The Inline source for the input content for UserEvents.

Returns:



285
286
287
288
# File 'proto_docs/google/cloud/retail/v2/import_config.rb', line 285

class UserEventInputConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end