fileInputType property
The type of file input.
Output only. Possible string values are:
- "FILE_INPUT_TYPE_UNSPECIFIED" : File input type unspecified.
- "UPLOAD" : The file is uploaded through SFTP, Google Cloud Storage or manually in the Merchant Center.
- "FETCH" : The file is fetched from the configured fetch_uri.
- "GOOGLE_SHEETS" : The file is fetched from Google Sheets specified in
the fetch_uri. However, you can't set up
GOOGLE_SHEETS
as a data source through the API. To addGOOGLE_SHEETS
as a data source through the Merchant Center, see Add products to Merchant Center.
Implementation
core.String? fileInputType;