Reference documentation and code samples for the Live Stream V1 API class Google::Cloud::Video::LiveStream::V1::TimeInterval.
TimeInterval represents a time interval.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#end_time
def end_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Optional. The end time of the interval.
#end_time=
def end_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — Optional. The end time of the interval.
Returns
- (::Google::Protobuf::Timestamp) — Optional. The end time of the interval.
#start_time
def start_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Optional. The start time of the interval.
#start_time=
def start_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — Optional. The start time of the interval.
Returns
- (::Google::Protobuf::Timestamp) — Optional. The start time of the interval.