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 |
|
---|---|
Name | Description |
user_event_inline_source |
google.cloud.retail_v2alpha.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_v2alpha.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_v2alpha.types.BigQuerySource
Required. BigQuery input source. This field is a member of oneof _ source .
|