Google Cloud Video Stitcher V1 Client - Class LiveAdTagDetail (0.8.3)

Reference documentation and code samples for the Google Cloud Video Stitcher V1 Client class LiveAdTagDetail.

Container for a live session's ad tag detail.

Generated from protobuf message google.cloud.video.stitcher.v1.LiveAdTagDetail

Namespace

Google \ Cloud \ Video \ Stitcher \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

The resource name in the form of projects/{project}/locations/{location}/liveSessions/{live_session}/liveAdTagDetails/{id}.

↳ ad_requests array<Google\Cloud\Video\Stitcher\V1\AdRequest>

A list of ad requests.

getName

The resource name in the form of projects/{project}/locations/{location}/liveSessions/{live_session}/liveAdTagDetails/{id}.

Returns
TypeDescription
string

setName

The resource name in the form of projects/{project}/locations/{location}/liveSessions/{live_session}/liveAdTagDetails/{id}.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getAdRequests

A list of ad requests.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setAdRequests

A list of ad requests.

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