Class: Google::Cloud::Retail::V2::UserEventInputConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Retail::V2::UserEventInputConfig
- 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
-
#big_query_source ⇒ ::Google::Cloud::Retail::V2::BigQuerySource
Required.
-
#gcs_source ⇒ ::Google::Cloud::Retail::V2::GcsSource
Required.
-
#user_event_inline_source ⇒ ::Google::Cloud::Retail::V2::UserEventInlineSource
Required.
Instance Attribute Details
#big_query_source ⇒ ::Google::Cloud::Retail::V2::BigQuerySource
Returns Required. BigQuery input source.
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.
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.
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 |