ImportUserEventsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Request message for the ImportUserEvents request.
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 |
inline_source |
google.cloud.discoveryengine_v1.types.ImportUserEventsRequest.InlineSource
The Inline source for the input content for UserEvents. This field is a member of oneof _ source .
|
gcs_source |
google.cloud.discoveryengine_v1.types.GcsSource
Cloud Storage location for the input content. This field is a member of oneof _ source .
|
bigquery_source |
google.cloud.discoveryengine_v1.types.BigQuerySource
BigQuery input source. This field is a member of oneof _ source .
|
parent |
str
Required. Parent DataStore resource name, of the form projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}
|
error_config |
google.cloud.discoveryengine_v1.types.ImportErrorConfig
The desired location of errors incurred during the Import. Cannot be set for inline user event imports. |
Classes
InlineSource
InlineSource(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The inline source for the input config for ImportUserEvents method.