public sealed class OneTimeWindow : IMessage<OneTimeWindow>, IEquatable<OneTimeWindow>, IDeepCloneable<OneTimeWindow>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Deploy v1 API class OneTimeWindow.
One-time window within which actions are restricted. For example, blocking
actions over New Year's Eve from December 31st at 5pm to January 1st at 9am.
[[["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-02 UTC."],[[["This webpage provides documentation for the `OneTimeWindow` class within the Google Cloud Deploy v1 API, with the latest version being 3.4.0."],["The `OneTimeWindow` class defines a time period during which certain actions are restricted, serving as a tool to temporarily block actions."],["It inherits properties and methods from the `object` class and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties to define the `StartDate`, `EndDate`, `StartTime`, and `EndTime`, offering precise control over the restricted time window."],["There are two constructors available, one being the default and the other accepting another `OneTimeWindow` object as a parameter, allowing the creation of new `OneTimeWindow` objects."]]],[]]