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 \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 |
↳ 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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getAdRequests
A list of ad requests for one ad tag.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setAdRequests
A list of ad requests for one ad tag.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Video\Stitcher\V1\AdRequest>
|
Returns | |
---|---|
Type | Description |
$this |