| Package | Description |
|---|---|
| com.google.api.services.displayvideo.v4 | |
| com.google.api.services.displayvideo.v4.model |
| Modifier and Type | Method and Description |
|---|---|
DisplayVideo.Advertisers.Channels.Sites.Replace |
DisplayVideo.Advertisers.Channels.Sites.replace(Long advertiserId,
Long channelId,
ReplaceSitesRequest content)
Replaces all of the sites under a single channel.
|
DisplayVideo.Partners.Channels.Sites.Replace |
DisplayVideo.Partners.Channels.Sites.replace(Long partnerId,
Long channelId,
ReplaceSitesRequest content)
Replaces all of the sites under a single channel.
|
| Constructor and Description |
|---|
Replace(Long advertiserId,
Long channelId,
ReplaceSitesRequest content)
Replaces all of the sites under a single channel.
|
Replace(Long partnerId,
Long channelId,
ReplaceSitesRequest content)
Replaces all of the sites under a single channel.
|
| Modifier and Type | Method and Description |
|---|---|
ReplaceSitesRequest |
ReplaceSitesRequest.clone() |
ReplaceSitesRequest |
ReplaceSitesRequest.set(String fieldName,
Object value) |
ReplaceSitesRequest |
ReplaceSitesRequest.setAdvertiserId(Long advertiserId)
The ID of the advertiser that owns the parent channel.
|
ReplaceSitesRequest |
ReplaceSitesRequest.setNewSites(List<Site> newSites)
The sites that will replace the existing sites assigned to the channel, specified as a list of
Sites.
|
ReplaceSitesRequest |
ReplaceSitesRequest.setPartnerId(Long partnerId)
The ID of the partner that owns the parent channel.
|
Copyright © 2011–2026 Google. All rights reserved.