ProductInputConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The input config source for products.
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 |
product_inline_source |
google.cloud.retail_v2beta.types.ProductInlineSource
The Inline source for the input content for products. This field is a member of oneof _ source .
|
gcs_source |
google.cloud.retail_v2beta.types.GcsSource
Google Cloud Storage location for the input content. This field is a member of oneof _ source .
|
big_query_source |
google.cloud.retail_v2beta.types.BigQuerySource
BigQuery input source. This field is a member of oneof _ source .
|