content  v2.1
Properties | List of all members
Google.Apis.ShoppingContent.v2_1.Data.DatafeedFetchSchedule Class Reference

The required fields vary based on the frequency of fetching. For a monthly fetch schedule, day_of_month and hour are required. For a weekly fetch schedule, weekday and hour are required. For a daily fetch schedule, only hour is required. More...

Inheritance diagram for Google.Apis.ShoppingContent.v2_1.Data.DatafeedFetchSchedule:
Google::Apis::Requests::IDirectResponseSchema

Properties

virtual System.Nullable< long > DayOfMonth [get, set]
 The day of the month the feed file should be fetched (1-31). More...
 
virtual string FetchUrl [get, set]
 The URL where the feed file can be fetched. Google Merchant Center will support automatic scheduled uploads using the HTTP, HTTPS, FTP, or SFTP protocols, so the value will need to be a valid link using one of those four protocols. More...
 
virtual System.Nullable< long > Hour [get, set]
 The hour of the day the feed file should be fetched (0-23). More...
 
virtual System.Nullable< long > MinuteOfHour [get, set]
 The minute of the hour the feed file should be fetched (0-59). Read-only. More...
 
virtual string Password [get, set]
 An optional password for fetch_url. More...
 
virtual System.Nullable< bool > Paused [get, set]
 Whether the scheduled fetch is paused or not. More...
 
virtual string TimeZone [get, set]
 Time zone used for schedule. UTC by default. E.g., "America/Los_Angeles". More...
 
virtual string Username [get, set]
 An optional user name for fetch_url. More...
 
virtual string Weekday [get, set]
 The day of the week the feed file should be fetched. More...
 
virtual string ETag [get, set]
 The ETag of the item. More...
 
- Properties inherited from Google::Apis::Requests::IDirectResponseSchema
string ETag
 

Detailed Description

The required fields vary based on the frequency of fetching. For a monthly fetch schedule, day_of_month and hour are required. For a weekly fetch schedule, weekday and hour are required. For a daily fetch schedule, only hour is required.

Property Documentation

◆ DayOfMonth

virtual System.Nullable<long> Google.Apis.ShoppingContent.v2_1.Data.DatafeedFetchSchedule.DayOfMonth
getset

The day of the month the feed file should be fetched (1-31).

◆ ETag

virtual string Google.Apis.ShoppingContent.v2_1.Data.DatafeedFetchSchedule.ETag
getset

The ETag of the item.

◆ FetchUrl

virtual string Google.Apis.ShoppingContent.v2_1.Data.DatafeedFetchSchedule.FetchUrl
getset

The URL where the feed file can be fetched. Google Merchant Center will support automatic scheduled uploads using the HTTP, HTTPS, FTP, or SFTP protocols, so the value will need to be a valid link using one of those four protocols.

◆ Hour

virtual System.Nullable<long> Google.Apis.ShoppingContent.v2_1.Data.DatafeedFetchSchedule.Hour
getset

The hour of the day the feed file should be fetched (0-23).

◆ MinuteOfHour

virtual System.Nullable<long> Google.Apis.ShoppingContent.v2_1.Data.DatafeedFetchSchedule.MinuteOfHour
getset

The minute of the hour the feed file should be fetched (0-59). Read-only.

◆ Password

virtual string Google.Apis.ShoppingContent.v2_1.Data.DatafeedFetchSchedule.Password
getset

An optional password for fetch_url.

◆ Paused

virtual System.Nullable<bool> Google.Apis.ShoppingContent.v2_1.Data.DatafeedFetchSchedule.Paused
getset

Whether the scheduled fetch is paused or not.

◆ TimeZone

virtual string Google.Apis.ShoppingContent.v2_1.Data.DatafeedFetchSchedule.TimeZone
getset

Time zone used for schedule. UTC by default. E.g., "America/Los_Angeles".

◆ Username

virtual string Google.Apis.ShoppingContent.v2_1.Data.DatafeedFetchSchedule.Username
getset

An optional user name for fetch_url.

◆ Weekday

virtual string Google.Apis.ShoppingContent.v2_1.Data.DatafeedFetchSchedule.Weekday
getset

The day of the week the feed file should be fetched.


The documentation for this class was generated from the following file: