Class: Google::Cloud::Video::LiveStream::V1::TimeInterval

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#end_time::Google::Protobuf::Timestamp

Returns Optional. The end time of the interval.

Returns:



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.

Returns:



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