Reference documentation and code samples for the Google Cloud Video Stitcher V1 Client class ListLiveAdTagDetailsResponse.
Response message for VideoStitcherService.listLiveAdTagDetails.
Generated from protobuf message google.cloud.video.stitcher.v1.ListLiveAdTagDetailsResponse
Namespace
Google \ Cloud \ Video \ Stitcher \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ live_ad_tag_details |
array<Google\Cloud\Video\Stitcher\V1\LiveAdTagDetail>
A list of live session ad tag details. |
↳ next_page_token |
string
The pagination token. |
getLiveAdTagDetails
A list of live session ad tag details.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setLiveAdTagDetails
A list of live session ad tag details.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Video\Stitcher\V1\LiveAdTagDetail>
|
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 |