Show / Hide Table of Contents

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 GOOGLE_SHEETS as a data source through the API. To add GOOGLE_SHEETS as a data source through the Merchant Center, see Add products to Merchant Center.

Unspecified

File input type unspecified.

Upload

The file is uploaded through SFTP, Google Cloud Storage or manually in the Merchant Center.

In this article
Back to top Generated by DocFX