Module: Google::Shopping::Merchant::DataSources::V1::FileInput::FetchSettings::Frequency
- Defined in:
- proto_docs/google/shopping/merchant/datasources/v1/fileinputs.rb
Overview
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.
Constant Summary collapse
- FREQUENCY_UNSPECIFIED =
Frequency unspecified.
0- FREQUENCY_DAILY =
The fetch happens every day.
1- FREQUENCY_WEEKLY =
The fetch happens every week.
2- FREQUENCY_MONTHLY =
The fetch happens every month.
3