Reference documentation and code samples for the Google Shopping Merchant DataSources V1beta Client class Frequency.
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.
Protobuf type google.shopping.merchant.datasources.v1beta.FileInput.FetchSettings.Frequency
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Shopping Merchant DataSources V1beta Client - Class Frequency (1.0.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0 (latest)](/php/docs/reference/shopping-merchant-datasources/latest/V1beta.FileInput.FetchSettings.Frequency)\n- [0.6.0](/php/docs/reference/shopping-merchant-datasources/0.6.0/V1beta.FileInput.FetchSettings.Frequency)\n- [0.5.1](/php/docs/reference/shopping-merchant-datasources/0.5.1/V1beta.FileInput.FetchSettings.Frequency)\n- [0.4.0](/php/docs/reference/shopping-merchant-datasources/0.4.0/V1beta.FileInput.FetchSettings.Frequency)\n- [0.3.1](/php/docs/reference/shopping-merchant-datasources/0.3.1/V1beta.FileInput.FetchSettings.Frequency)\n- [0.2.3](/php/docs/reference/shopping-merchant-datasources/0.2.3/V1beta.FileInput.FetchSettings.Frequency)\n- [0.1.0](/php/docs/reference/shopping-merchant-datasources/0.1.0/V1beta.FileInput.FetchSettings.Frequency) \n| **Beta**\n|\n|\n| This library is covered by the [Pre-GA Offerings Terms](/terms/service-terms#1)\n| of the Terms of Service. Pre-GA libraries might have limited support,\n| and changes to pre-GA libraries might not be compatible with other pre-GA versions.\n| For more information, see the\n[launch stage descriptions](/products#product-launch-stages). \nReference documentation and code samples for the Google Shopping Merchant DataSources V1beta Client class Frequency.\n\nThe required fields vary based on the frequency of fetching. For a\nmonthly\nfetch schedule,\nday of month\nand\nhour of day\nare required. For a weekly fetch schedule,\nday of week\nand hour of day\nare required. For a daily fetch schedule, only an hour of day\nis required.\n\nProtobuf type `google.shopping.merchant.datasources.v1beta.FileInput.FetchSettings.Frequency`\n\nNamespace\n---------\n\nGoogle \\\\ Shopping \\\\ Merchant \\\\ DataSources \\\\ V1beta \\\\ FileInput \\\\ FetchSettings\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### FREQUENCY_UNSPECIFIED\n\n Value: 0\n\nFrequency unspecified.\n\nGenerated from protobuf enum `FREQUENCY_UNSPECIFIED = 0;`\n\n### FREQUENCY_DAILY\n\n Value: 1\n\nThe fetch happens every day.\n\nGenerated from protobuf enum `FREQUENCY_DAILY = 1;`\n\n### FREQUENCY_WEEKLY\n\n Value: 2\n\nThe fetch happens every week.\n\nGenerated from protobuf enum `FREQUENCY_WEEKLY = 2;`\n\n### FREQUENCY_MONTHLY\n\n Value: 3\n\nThe fetch happens every month.\n\nGenerated from protobuf enum `FREQUENCY_MONTHLY = 3;`"]]