Module: Google::Shopping::Merchant::DataSources::V1beta::FileInput::FetchSettings::Frequency

Defined in:
proto_docs/google/shopping/merchant/datasources/v1beta/fileinputs.rb

Overview

The required fields vary based on the frequency of fetching. For a monthly fetch schedule, [day of month][google.shopping.content.bundles.DataSources.FileInput.FetchSchedule.day_of_month] and [hour of day][google.shopping.content.bundles.DataSources.FileInput.FetchSchedule.time_of_day] are required. For a weekly fetch schedule, [day of week][google.shopping.content.bundles.DataSources.FileInput.FetchSchedule.day_of_week] and [hour of day][google.shopping.content.bundles.DataSources.FileInput.FetchSchedule.time_of_day] are required. For a daily fetch schedule, only an [hour of day][google.shopping.content.bundles.DataSources.FileInput.FetchSchedule.time_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