Google Cloud Video Stitcher V1 Client - Class VodStitchDetail (0.8.3)

Reference documentation and code samples for the Google Cloud Video Stitcher V1 Client class VodStitchDetail.

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

Generated from protobuf message google.cloud.video.stitcher.v1.VodStitchDetail

Namespace

Google \ Cloud \ Video \ Stitcher \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name 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}.

↳ ad_stitch_details array<Google\Cloud\Video\Stitcher\V1\AdStitchDetail>

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

getName

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
TypeDescription
string

setName

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getAdStitchDetails

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

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setAdStitchDetails

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

Parameter
NameDescription
var array<Google\Cloud\Video\Stitcher\V1\AdStitchDetail>
Returns
TypeDescription
$this