Class: Google::Cloud::Video::Stitcher::V1::VodStitchDetail

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/video/stitcher/v1/stitch_details.rb

Overview

Information related to the interstitial of a VOD session. This resource is only available for VOD sessions that do not implement Google Ad Manager ad insertion.

Instance Attribute Summary collapse

Instance Attribute Details

#ad_stitch_details::Array<::Google::Cloud::Video::Stitcher::V1::AdStitchDetail>

Returns A list of ad processing details for the fetched ad playlist.

Returns:



35
36
37
38
# File 'proto_docs/google/cloud/video/stitcher/v1/stitch_details.rb', line 35

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

#name::String

Returns The name of the stitch detail in the specified VOD session, in the form of projects/{project}/locations/{location}/vodSessions/{vod_session_id}/vodStitchDetails/{id}.

Returns:

  • (::String)

    The name of the stitch detail in the specified VOD session, in the form of projects/{project}/locations/{location}/vodSessions/{vod_session_id}/vodStitchDetails/{id}.



35
36
37
38
# File 'proto_docs/google/cloud/video/stitcher/v1/stitch_details.rb', line 35

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