Reference documentation and code samples for the Video Stitcher V1 API class Google::Cloud::Video::Stitcher::V1::Event.
Describes an event and a trigger URI.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#id
def id() -> ::String
    Returns
    
  - (::String) — The ID of the event.
#id=
def id=(value) -> ::String
    Parameter
    
  - value (::String) — The ID of the event.
    Returns
    
  - (::String) — The ID of the event.
#offset
def offset() -> ::Google::Protobuf::Duration
    Returns
    
  - 
        (::Google::Protobuf::Duration) — The offset in seconds if the event type is PROGRESS.
#offset=
def offset=(value) -> ::Google::Protobuf::Duration
    Parameter
    
  - 
        value (::Google::Protobuf::Duration) — The offset in seconds if the event type is PROGRESS.
    Returns
    
  - 
        (::Google::Protobuf::Duration) — The offset in seconds if the event type is PROGRESS.
#type
def type() -> ::Google::Cloud::Video::Stitcher::V1::Event::EventType
    Returns
    
  - (::Google::Cloud::Video::Stitcher::V1::Event::EventType) — Describes the event that occurred.
#type=
def type=(value) -> ::Google::Cloud::Video::Stitcher::V1::Event::EventType
    Parameter
    
  - value (::Google::Cloud::Video::Stitcher::V1::Event::EventType) — Describes the event that occurred.
    Returns
    
  - (::Google::Cloud::Video::Stitcher::V1::Event::EventType) — Describes the event that occurred.
#uri
def uri() -> ::String
    Returns
    
  - (::String) — The URI to trigger for this event.
#uri=
def uri=(value) -> ::String
    Parameter
    
  - value (::String) — The URI to trigger for this event.
    Returns
    
- (::String) — The URI to trigger for this event.