Class Google::Cloud::Video::Transcoder::V1beta1::Job::OriginUri

The origin URI.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#dash

def dash() -> ::String
Returns
  • (::String) — Dash manifest URI. If multiple Dash manifests are created, only the first one is listed.

#dash=

def dash=(value) -> ::String
Parameter
  • value (::String) — Dash manifest URI. If multiple Dash manifests are created, only the first one is listed.
Returns
  • (::String) — Dash manifest URI. If multiple Dash manifests are created, only the first one is listed.

#hls

def hls() -> ::String
Returns
  • (::String) — HLS manifest URI per https://tools.ietf.org/html/rfc8216#section-4.3.4. If multiple HLS manifests are created, only the first one is listed.

#hls=

def hls=(value) -> ::String
Parameter
  • value (::String) — HLS manifest URI per https://tools.ietf.org/html/rfc8216#section-4.3.4. If multiple HLS manifests are created, only the first one is listed.
Returns
  • (::String) — HLS manifest URI per https://tools.ietf.org/html/rfc8216#section-4.3.4. If multiple HLS manifests are created, only the first one is listed.