Class ImportUserEventsRequest (0.11.11)

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

NameDescription
inline_source google.cloud.discoveryengine_v1alpha.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_v1alpha.types.GcsSource
Cloud Storage location for the input content. This field is a member of oneof_ source.
bigquery_source google.cloud.discoveryengine_v1alpha.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_v1alpha.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.