Retail V2 API - Class Google::Cloud::Retail::V2::UserEventInputConfig (v1.3.0)

Reference documentation and code samples for the Retail V2 API class Google::Cloud::Retail::V2::UserEventInputConfig.

The input config source for user events.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#big_query_source

def big_query_source() -> ::Google::Cloud::Retail::V2::BigQuerySource
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.

#big_query_source=

def big_query_source=(value) -> ::Google::Cloud::Retail::V2::BigQuerySource
Parameter
  • value (::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.

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.

#gcs_source

def gcs_source() -> ::Google::Cloud::Retail::V2::GcsSource
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.

#gcs_source=

def gcs_source=(value) -> ::Google::Cloud::Retail::V2::GcsSource
Parameter
  • value (::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.

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.

#user_event_inline_source

def user_event_inline_source() -> ::Google::Cloud::Retail::V2::UserEventInlineSource
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.

#user_event_inline_source=

def user_event_inline_source=(value) -> ::Google::Cloud::Retail::V2::UserEventInlineSource
Parameter
  • value (::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.

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.