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

