public sealed class OneTimeSchedule : IMessage<OneTimeSchedule>, IEquatable<OneTimeSchedule>, IDeepCloneable<OneTimeSchedule>, IBufferMessage, IMessage
Sets the time for a one time patch deployment. Timestamp is in
RFC3339 text format.
[[["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-04-17 UTC."],[[["This webpage provides documentation for the `OneTimeSchedule` class within the `Google.Cloud.OsConfig.V1` namespace, detailing its use in scheduling one-time patch deployments."],["The `OneTimeSchedule` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its integration with the Google Protocol Buffers library."],["The class has two constructors: a default constructor `OneTimeSchedule()` and a copy constructor `OneTimeSchedule(OneTimeSchedule other)`."],["The `ExecuteTime` property is a required field that uses a `Timestamp` type to set the specific execution time for the patch job."],["This is the documentation for version 1.5.0 of this class and contains links to previous and future versions, with 2.4.0 being the most current."]]],[]]