Reference documentation and code samples for the Google Cloud Video Stitcher V1 Client class LiveAdTagDetail.
Information related to the details for one ad tag. This resource is only available for live sessions that do not implement Google Ad Manager ad insertion.
Generated from protobuf message google.cloud.video.stitcher.v1.LiveAdTagDetail
Namespace
Google \ Cloud \ Video \ Stitcher \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
The resource name in the form of |
↳ 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 | |
---|---|
Type | Description |
string |
setName
The resource name in the form of
projects/{project}/locations/{location}/liveSessions/{live_session}/liveAdTagDetails/{id}
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getAdRequests
A list of ad requests.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setAdRequests
A list of ad requests.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Video\Stitcher\V1\AdRequest>
|
Returns | |
---|---|
Type | Description |
$this |