Class: Google::Cloud::Video::LiveStream::V1::TimeInterval
- Inherits:
-
Object
- Object
- Google::Cloud::Video::LiveStream::V1::TimeInterval
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/video/livestream/v1/resources.rb
Overview
TimeInterval represents a time interval.
Instance Attribute Summary collapse
-
#end_time ⇒ ::Google::Protobuf::Timestamp
Optional.
-
#start_time ⇒ ::Google::Protobuf::Timestamp
Optional.
Instance Attribute Details
#end_time ⇒ ::Google::Protobuf::Timestamp
Returns Optional. The end time of the interval.
897 898 899 900 |
# File 'proto_docs/google/cloud/video/livestream/v1/resources.rb', line 897 class TimeInterval include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#start_time ⇒ ::Google::Protobuf::Timestamp
Returns Optional. The start time of the interval.
897 898 899 900 |
# File 'proto_docs/google/cloud/video/livestream/v1/resources.rb', line 897 class TimeInterval include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |