Google Cloud Video Stitcher V1 Client - Class ListLiveAdTagDetailsResponse (0.6.2)

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 \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
Google\Protobuf\Internal\RepeatedField

setLiveAdTagDetails

A list of live session ad tag details.

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

getNextPageToken

The pagination token.

Returns
TypeDescription
string

setNextPageToken

The pagination token.

Parameter
NameDescription
var string
Returns
TypeDescription
$this