Class: Google::Cloud::Video::LiveStream::V1::Clip::Slice

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

Slice represents a slice of the requested clip.

Instance Attribute Summary collapse

Instance Attribute Details

#time_slice::Google::Cloud::Video::LiveStream::V1::Clip::TimeSlice

Returns A slice in form of a tuple of Unix epoch time.

Returns:



726
727
728
729
# File 'proto_docs/google/cloud/video/livestream/v1/resources.rb', line 726

class Slice
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end