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."],[[["The `OneTimeSchedule` class, part of the `Google.Cloud.OsConfig.V1` namespace, is designed to schedule a one-time patch deployment."],["Version 2.4.0 is the latest release, and the provided content lists the class through its history down to version 1.3.0."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality and integration."],["The `ExecuteTime` property of `OneTimeSchedule` defines the specific time for the patch job execution, utilizing the `Timestamp` type."],["The timestamp for a one-time patch is in the [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) format."]]],[]]