Enum FileInput.Types.FetchSettings.Types.Frequency
The required fields vary based on the frequency of fetching. For a
monthly
fetch schedule,
day of month
and
[hour of
day][https://developers.google.com/merchant/api/reference/rest/datasources_v1beta/accounts.dataSources#timeofday]
are required. For a weekly fetch schedule,
[day of
week][https://developers.google.com/merchant/api/reference/rest/datasources_v1beta/accounts.dataSources#dayofweek]
and [hour of
day][https://developers.google.com/merchant/api/reference/rest/datasources_v1beta/accounts.dataSources#timeofday]
are required. For a daily fetch schedule, only an [hour of
day][https://developers.google.com/merchant/api/reference/rest/datasources_v1beta/accounts.dataSources#timeofday]
is required.
Namespace: Google.Shopping.Merchant.DataSources.V1
Assembly: Google.Shopping.Merchant.DataSources.V1.dll
Syntax
public enum FileInput.Types.FetchSettings.Types.Frequency
Fields
Name | Description |
---|---|
Daily | The fetch happens every day. |
Monthly | The fetch happens every month. |
Unspecified | Frequency unspecified. |
Weekly | The fetch happens every week. |