Reference documentation and code samples for the Google Cloud Video Stitcher V1 Client class ListVodAdTagDetailsResponse.
Response message for VideoStitcherService.listVodAdTagDetails.
Generated from protobuf message google.cloud.video.stitcher.v1.ListVodAdTagDetailsResponse
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ vod_ad_tag_details |
array<Google\Cloud\Video\Stitcher\V1\VodAdTagDetail>
A List of ad tag details. |
↳ next_page_token |
string
The pagination token. |
getVodAdTagDetails
A List of ad tag details.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setVodAdTagDetails
A List of ad tag details.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Video\Stitcher\V1\VodAdTagDetail>
|
Returns | |
---|---|
Type | Description |
$this |
getNextPageToken
The pagination token.
Returns | |
---|---|
Type | Description |
string |
setNextPageToken
The pagination token.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |