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.
#big_query_source=
def big_query_source=(value) -> ::Google::Cloud::Retail::V2::BigQuerySource
Parameter
- value (::Google::Cloud::Retail::V2::BigQuerySource) — Required. BigQuery input source.
Returns
- (::Google::Cloud::Retail::V2::BigQuerySource) — Required. BigQuery input source.
#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.
#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.
Returns
- (::Google::Cloud::Retail::V2::GcsSource) — Required. Google Cloud Storage location for the input content.
#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.
#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.
Returns
- (::Google::Cloud::Retail::V2::UserEventInlineSource) — Required. The Inline source for the input content for UserEvents.