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.

Note: The following fields are mutually exclusive: big_query_source, user_event_inline_source, gcs_source. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Cloud::Retail::V2::BigQuerySource)

    Required. BigQuery input source.

    Note: The following fields are mutually exclusive: big_query_source, user_event_inline_source, gcs_source. If a field in that set is populated, all other fields in the set will automatically be cleared.



294
295
296
297
# File 'proto_docs/google/cloud/retail/v2/import_config.rb', line 294

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.

Note: The following fields are mutually exclusive: gcs_source, user_event_inline_source, big_query_source. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Cloud::Retail::V2::GcsSource)

    Required. Google Cloud Storage location for the input content.

    Note: The following fields are mutually exclusive: gcs_source, user_event_inline_source, big_query_source. If a field in that set is populated, all other fields in the set will automatically be cleared.



294
295
296
297
# File 'proto_docs/google/cloud/retail/v2/import_config.rb', line 294

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.

Note: The following fields are mutually exclusive: user_event_inline_source, gcs_source, big_query_source. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Google::Cloud::Retail::V2::UserEventInlineSource)

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

    Note: The following fields are mutually exclusive: user_event_inline_source, gcs_source, big_query_source. If a field in that set is populated, all other fields in the set will automatically be cleared.



294
295
296
297
# File 'proto_docs/google/cloud/retail/v2/import_config.rb', line 294

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