public sealed class OneTimeSchedule : IMessage<OneTimeSchedule>, IEquatable<OneTimeSchedule>, IDeepCloneable<OneTimeSchedule>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud OS Config v1 API class OneTimeSchedule.
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-03-21 UTC."],[[["This document provides reference documentation for the `OneTimeSchedule` class within the Google Cloud OS Config v1 API, specifically version 2.2.0, which is a class used for setting a one-time patch deployment."],["The `OneTimeSchedule` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and data management within the API."],["It inherits from the base `object` class and provides constructors for creating new instances, either as an empty object or by copying an existing `OneTimeSchedule` instance."],["The class includes a single property, `ExecuteTime`, of type `Timestamp`, which is a required field used to specify the desired time for a one-time patch job execution in RFC3339 format."],["The version history of this class is available from 1.3.0 to the latest version, 2.4.0, allowing the user to browse the documentations of these older versions."]]],[]]