Class UserEventInputConfig (1.8.1)

UserEventInputConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The input config source for user events.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

NameDescription
user_event_inline_source google.cloud.retail_v2.types.UserEventInlineSource
Required. The Inline source for the input content for UserEvents. This field is a member of oneof_ source.
gcs_source google.cloud.retail_v2.types.GcsSource
Required. Google Cloud Storage location for the input content. This field is a member of oneof_ source.
big_query_source google.cloud.retail_v2.types.BigQuerySource
Required. BigQuery input source. This field is a member of oneof_ source.