public sealed class TimeWindow : IMessage<TimeWindow>, IEquatable<TimeWindow>, IDeepCloneable<TimeWindow>, IBufferMessage, IMessageRepresents an arbitrary window of time.
Implements
IMessage<TimeWindow>, IEquatable<TimeWindow>, IDeepCloneable<TimeWindow>, IBufferMessage, IMessageNamespace
Google.Cloud.Container.V1Assembly
Google.Cloud.Container.V1.dll
Constructors
TimeWindow()
public TimeWindow()TimeWindow(TimeWindow)
public TimeWindow(TimeWindow other)| Parameter | |
|---|---|
| Name | Description |
other |
TimeWindow |
Properties
EndTime
public Timestamp EndTime { get; set; }The time that the window ends. The end time should take place after the start time.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
MaintenanceExclusionOptions
public MaintenanceExclusionOptions MaintenanceExclusionOptions { get; set; }MaintenanceExclusionOptions provides maintenance exclusion related options.
| Property Value | |
|---|---|
| Type | Description |
MaintenanceExclusionOptions |
|
OptionsCase
public TimeWindow.OptionsOneofCase OptionsCase { get; }| Property Value | |
|---|---|
| Type | Description |
TimeWindow.OptionsOneofCase |
|
StartTime
public Timestamp StartTime { get; set; }The time that the window first starts.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|