public sealed class TimeInterval : IMessage<TimeInterval>, IEquatable<TimeInterval>, IDeepCloneable<TimeInterval>, IBufferMessage, IMessage
Reference documentation and code samples for the Live Stream v1 API class TimeInterval.
TimeInterval represents a time interval.
Implements
IMessageTimeInterval, IEquatableTimeInterval, IDeepCloneableTimeInterval, IBufferMessage, IMessageNamespace
Google.Cloud.Video.LiveStream.V1Assembly
Google.Cloud.Video.LiveStream.V1.dll
Constructors
TimeInterval()
public TimeInterval()
TimeInterval(TimeInterval)
public TimeInterval(TimeInterval other)
Parameter | |
---|---|
Name | Description |
other |
TimeInterval |
Properties
EndTime
public Timestamp EndTime { get; set; }
Optional. The end time of the interval.
Property Value | |
---|---|
Type | Description |
Timestamp |
StartTime
public Timestamp StartTime { get; set; }
Optional. The start time of the interval.
Property Value | |
---|---|
Type | Description |
Timestamp |