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

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/video/transcoder/v1beta1/resources.rb

Overview

The origin URI.

Instance Attribute Summary collapse

Instance Attribute Details

#dash::String

Returns 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.



106
107
108
109
# File 'proto_docs/google/cloud/video/transcoder/v1beta1/resources.rb', line 106

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

#hls::String

Returns 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:



106
107
108
109
# File 'proto_docs/google/cloud/video/transcoder/v1beta1/resources.rb', line 106

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