Reference documentation and code samples for the Memorystore V1 API class Google::Cloud::Memorystore::V1::AutomatedBackupConfig::FixedFrequencySchedule.
This schedule allows the backup to be triggered at a fixed frequency
(currently only daily is supported).
Inherits
Object
Extended By
Google::Protobuf::MessageExts::ClassMethods
Includes
Google::Protobuf::MessageExts
Methods
#start_time
defstart_time()->::Google::Type::TimeOfDay
Returns
(::Google::Type::TimeOfDay) — Required. The start time of every automated backup in UTC. It must be set
to the start of an hour. This field is required.
#start_time=
defstart_time=(value)->::Google::Type::TimeOfDay
Parameter
value (::Google::Type::TimeOfDay) — Required. The start time of every automated backup in UTC. It must be set
to the start of an hour. This field is required.
Returns
(::Google::Type::TimeOfDay) — Required. The start time of every automated backup in UTC. It must be set
to the start of an hour. This field is required.
[[["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,["# Memorystore V1 API - Class Google::Cloud::Memorystore::V1::AutomatedBackupConfig::FixedFrequencySchedule (v1.2.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.2.0 (latest)](/ruby/docs/reference/google-cloud-memorystore-v1/latest/Google-Cloud-Memorystore-V1-AutomatedBackupConfig-FixedFrequencySchedule)\n- [1.1.1](/ruby/docs/reference/google-cloud-memorystore-v1/1.1.1/Google-Cloud-Memorystore-V1-AutomatedBackupConfig-FixedFrequencySchedule)\n- [1.0.0](/ruby/docs/reference/google-cloud-memorystore-v1/1.0.0/Google-Cloud-Memorystore-V1-AutomatedBackupConfig-FixedFrequencySchedule)\n- [0.3.0](/ruby/docs/reference/google-cloud-memorystore-v1/0.3.0/Google-Cloud-Memorystore-V1-AutomatedBackupConfig-FixedFrequencySchedule)\n- [0.2.0](/ruby/docs/reference/google-cloud-memorystore-v1/0.2.0/Google-Cloud-Memorystore-V1-AutomatedBackupConfig-FixedFrequencySchedule)\n- [0.1.0](/ruby/docs/reference/google-cloud-memorystore-v1/0.1.0/Google-Cloud-Memorystore-V1-AutomatedBackupConfig-FixedFrequencySchedule) \nReference documentation and code samples for the Memorystore V1 API class Google::Cloud::Memorystore::V1::AutomatedBackupConfig::FixedFrequencySchedule.\n\nThis schedule allows the backup to be triggered at a fixed frequency\n(currently only daily is supported). \n\nInherits\n--------\n\n- Object \n\nExtended By\n-----------\n\n- Google::Protobuf::MessageExts::ClassMethods \n\nIncludes\n--------\n\n- Google::Protobuf::MessageExts\n\nMethods\n-------\n\n### #start_time\n\n def start_time() -\u003e ::Google::Type::TimeOfDay\n\n**Returns**\n\n- ([::Google::Type::TimeOfDay](./Google-Type-TimeOfDay)) --- Required. The start time of every automated backup in UTC. It must be set to the start of an hour. This field is required.\n\n### #start_time=\n\n def start_time=(value) -\u003e ::Google::Type::TimeOfDay\n\n**Parameter**\n\n- **value** ([::Google::Type::TimeOfDay](./Google-Type-TimeOfDay)) --- Required. The start time of every automated backup in UTC. It must be set to the start of an hour. This field is required. \n**Returns**\n\n- ([::Google::Type::TimeOfDay](./Google-Type-TimeOfDay)) --- Required. The start time of every automated backup in UTC. It must be set to the start of an hour. This field is required."]]