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
-
(::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
-
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.
-
(::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
-
(::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
-
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.
-
(::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
-
(::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
-
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.
-
(::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.