Reference documentation and code samples for the Google Ads Ad Manager V1 Client class BatchUpdateAdUnitsRequest.
Request object for BatchUpdateAdUnits
method.
Generated from protobuf message google.ads.admanager.v1.BatchUpdateAdUnitsRequest
Namespace
Google \ Ads \ AdManager \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The parent resource where AdUnits
will be updated. Format: networks/{network_code}
The parent field in the UpdateAdUnitRequest must match this field.
↳ requests
array< UpdateAdUnitRequest
>
Required. The AdUnit
objects to update. A maximum of 100 objects can be updated in a batch.
getParent
Required. The parent resource where AdUnits
will be updated.
Format: networks/{network_code}
The parent field in the UpdateAdUnitRequest must match this
field.
string
setParent
Required. The parent resource where AdUnits
will be updated.
Format: networks/{network_code}
The parent field in the UpdateAdUnitRequest must match this
field.
var
string
$this
getRequests
Required. The AdUnit
objects to update.
A maximum of 100 objects can be updated in a batch.
setRequests
Required. The AdUnit
objects to update.
A maximum of 100 objects can be updated in a batch.
$this
static::build
parent
string
Required. The parent resource where AdUnits
will be updated.
Format: networks/{network_code}
The parent field in the UpdateAdUnitRequest must match this
field. Please see AdUnitServiceClient::networkName()
for help formatting this field.
requests
array< UpdateAdUnitRequest
>
Required. The AdUnit
objects to update.
A maximum of 100 objects can be updated in a batch.

