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