Enum FileInput.Types.FileInputType
The method of file delivery.
Namespace: Google.Shopping.Merchant.DataSources.V1
Assembly: Google.Shopping.Merchant.DataSources.V1.dll
Syntax
public enum FileInput.Types.FileInputType
Fields
Name | Description |
---|---|
Fetch | The file is fetched from the configured [fetch_uri][google.shopping.merchant.datasources.v1.FileInput.FetchSettings.fetch_uri]. |
GoogleSheets | The file is fetched from Google Sheets specified in the
[fetch_uri][google.shopping.merchant.datasources.v1.FileInput.FetchSettings.fetch_uri].
However, you can't set up |
Unspecified | File input type unspecified. |
Upload | The file is uploaded through SFTP, Google Cloud Storage or manually in the Merchant Center. |