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 are required. For a weekly fetch
schedule, day of week and hour of
day are required. For a daily fetch schedule,
only an hour of day 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