public sealed class Schedule : IMessage<BackupPlan.Types.Schedule>, IEquatable<BackupPlan.Types.Schedule>, IDeepCloneable<BackupPlan.Types.Schedule>, IBufferMessage, IMessage
Reference documentation and code samples for the Backup for GKE v1 API class BackupPlan.Types.Schedule.
Schedule defines scheduling parameters for automatically creating Backups
via this BackupPlan.
[[["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-03-21 UTC."],[[["This webpage provides reference documentation for the `BackupPlan.Types.Schedule` class, which is part of the Google Cloud GKE Backup v1 API."],["The `Schedule` class defines the parameters for scheduling automatic backups within a `BackupPlan`, allowing users to specify when backups should occur."],["The class offers properties like `CronSchedule` to set a repeating backup schedule using cron syntax and `Paused` to enable or disable automatic backup creation."],["The `Schedule` class implements various interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Multiple versions of the `BackupPlan.Types.Schedule` class are documented, ranging from version 1.0.0-beta01 to 2.6.0 (latest), showing the evolution of the API."]]],[]]