public sealed class TimestampRange : IMessage<TimestampRange>, IEquatable<TimestampRange>, IDeepCloneable<TimestampRange>, IBufferMessage, IMessage
Message representing a period of time between two timestamps.
Inheritance
System.Object > TimestampRangeImplements
Google.Protobuf.IMessage<TimestampRange>, System.IEquatable<TimestampRange>, Google.Protobuf.IDeepCloneable<TimestampRange>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessageNamespace
Google.Cloud.Talent.V4Assembly
Google.Cloud.Talent.V4.dll
Constructors
TimestampRange()
public TimestampRange()
TimestampRange(TimestampRange)
public TimestampRange(TimestampRange other)
Parameter | |
---|---|
Name | Description |
other | TimestampRange |
Properties
EndTime
public Timestamp EndTime { get; set; }
End of the period (exclusive).
Property Value | |
---|---|
Type | Description |
Google.Protobuf.WellKnownTypes.Timestamp |
StartTime
public Timestamp StartTime { get; set; }
Begin of the period (inclusive).
Property Value | |
---|---|
Type | Description |
Google.Protobuf.WellKnownTypes.Timestamp |