Reference documentation and code samples for the Video Stitcher V1 API class Google::Cloud::Video::Stitcher::V1::VodStitchDetail.
Detailed information related to the interstitial of a VOD session.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#ad_stitch_details
def ad_stitch_details() -> ::Array<::Google::Cloud::Video::Stitcher::V1::AdStitchDetail>
Returns
- (::Array<::Google::Cloud::Video::Stitcher::V1::AdStitchDetail>) — A list of ad processing details for the fetched ad playlist.
#ad_stitch_details=
def ad_stitch_details=(value) -> ::Array<::Google::Cloud::Video::Stitcher::V1::AdStitchDetail>
Parameter
- value (::Array<::Google::Cloud::Video::Stitcher::V1::AdStitchDetail>) — A list of ad processing details for the fetched ad playlist.
Returns
- (::Array<::Google::Cloud::Video::Stitcher::V1::AdStitchDetail>) — A list of ad processing details for the fetched ad playlist.
#name
def name() -> ::String
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}
.
#name=
def name=(value) -> ::String
Parameter
-
value (::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}
.
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}
.