Reference documentation and code samples for the Google Cloud Video Stitcher V1 Client class VodStitchDetail.
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 \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 |
↳ 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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getAdStitchDetails
A list of ad processing details for the fetched ad playlist.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setAdStitchDetails
A list of ad processing details for the fetched ad playlist.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Video\Stitcher\V1\AdStitchDetail>
|
Returns | |
---|---|
Type | Description |
$this |