public sealed class TimeWindows : IMessage<TimeWindows>, IEquatable<TimeWindows>, IDeepCloneable<TimeWindows>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Deploy v1 API class TimeWindows.
Time windows within which actions are restricted. See the documentation for more information on how to configure dates/times.
Implements
IMessageTimeWindows, IEquatableTimeWindows, IDeepCloneableTimeWindows, IBufferMessage, IMessageNamespace
Google.Cloud.Deploy.V1Assembly
Google.Cloud.Deploy.V1.dll
Constructors
TimeWindows()
public TimeWindows()
TimeWindows(TimeWindows)
public TimeWindows(TimeWindows other)
Parameter | |
---|---|
Name | Description |
other |
TimeWindows |
Properties
OneTimeWindows
public RepeatedField<OneTimeWindow> OneTimeWindows { get; }
Optional. One-time windows within which actions are restricted.
Property Value | |
---|---|
Type | Description |
RepeatedFieldOneTimeWindow |
TimeZone
public string TimeZone { get; set; }
Required. The time zone in IANA format IANA Time Zone Database (e.g. America/New_York).
Property Value | |
---|---|
Type | Description |
string |
WeeklyWindows
public RepeatedField<WeeklyWindow> WeeklyWindows { get; }
Optional. Recurring weekly windows within which actions are restricted.
Property Value | |
---|---|
Type | Description |
RepeatedFieldWeeklyWindow |