Google Ads Ad Manager V1 Client - Class BatchCreateLiveStreamsResponse (0.8.0)

Reference documentation and code samples for the Google Ads Ad Manager V1 Client class BatchCreateLiveStreamsResponse.

Response object for BatchCreateLiveStreams method.

Generated from protobuf message google.ads.admanager.v1.BatchCreateLiveStreamsResponse

Namespace

Google \ Ads \ AdManager \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ live_streams array<LiveStream>

The LiveStream objects created.

getLiveStreams

The LiveStream objects created.

Returns
Type Description
Google\Protobuf\RepeatedField<LiveStream>

setLiveStreams

The LiveStream objects created.

Parameter
Name Description
var array<LiveStream>
Returns
Type Description
$this