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-03-21 UTC."],[[["The latest version available for the Google Cloud Deploy v1 API class `OneTimeWindow` is 3.4.0, with version 3.2.0 being the current page's focus."],["`OneTimeWindow` is a class used to define a specific time period during which certain actions are restricted, as seen in the example of blocking actions over New Year's Eve."],["The `OneTimeWindow` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides constructors for creating a new `OneTimeWindow` object either with default values or by cloning an existing `OneTimeWindow` instance."],["`OneTimeWindow` contains four properties: `EndDate`, `EndTime`, `StartDate`, and `StartTime`, which are used to define the time frame for the one-time window."]]],[]]