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
Namespace
Google \ Cloud \ Video \ Stitcher \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description | 
| data | arrayOptional. Data for populating the Message object. | 
| ↳ vod_ad_tag_details | array<VodAdTagDetail>A List of ad tag details. | 
| ↳ next_page_token | stringThe 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<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 | |