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

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

Information related to the details for one ad tag. 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.VodAdTagDetail

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 ad tag detail for the specified VOD session, in the form of projects/{project}/locations/{location}/vodSessions/{vod_session_id}/vodAdTagDetails/{id}.

↳ ad_requests array<Google\Cloud\Video\Stitcher\V1\AdRequest>

A list of ad requests for one ad tag.

getName

The name of the ad tag detail for the specified VOD session, in the form of projects/{project}/locations/{location}/vodSessions/{vod_session_id}/vodAdTagDetails/{id}.

Returns
TypeDescription
string

setName

The name of the ad tag detail for the specified VOD session, in the form of projects/{project}/locations/{location}/vodSessions/{vod_session_id}/vodAdTagDetails/{id}.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getAdRequests

A list of ad requests for one ad tag.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setAdRequests

A list of ad requests for one ad tag.

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