Class TimeWindow (2.3.0)

public sealed class TimeWindow : IMessage<TimeWindow>, IEquatable<TimeWindow>, IDeepCloneable<TimeWindow>, IBufferMessage, IMessage

Represents an arbitrary window of time.

Inheritance

Object > TimeWindow

Namespace

Google.Cloud.Container.V1

Assembly

Google.Cloud.Container.V1.dll

Constructors

TimeWindow()

public TimeWindow()

TimeWindow(TimeWindow)

public TimeWindow(TimeWindow other)
Parameter
NameDescription
otherTimeWindow

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
TypeDescription
Timestamp

StartTime

public Timestamp StartTime { get; set; }

The time that the window first starts.

Property Value
TypeDescription
Timestamp