| Package | Description |
|---|---|
| com.google.api.services.displayvideo.v2 | |
| com.google.api.services.displayvideo.v2.model |
| Modifier and Type | Method and Description |
|---|---|
DisplayVideo.Advertisers.Channels.Sites.Create |
DisplayVideo.Advertisers.Channels.Sites.create(Long advertiserId,
Long channelId,
Site content)
Creates a site in a channel.
|
DisplayVideo.Partners.Channels.Sites.Create |
DisplayVideo.Partners.Channels.Sites.create(Long partnerId,
Long channelId,
Site content)
Creates a site in a channel.
|
| Constructor and Description |
|---|
Create(Long advertiserId,
Long channelId,
Site content)
Creates a site in a channel.
|
Create(Long partnerId,
Long channelId,
Site content)
Creates a site in a channel.
|
| Modifier and Type | Method and Description |
|---|---|
Site |
Site.clone() |
Site |
Site.set(String fieldName,
Object value) |
Site |
Site.setName(String name)
Output only.
|
Site |
Site.setUrlOrAppId(String urlOrAppId)
Required.
|
| Modifier and Type | Method and Description |
|---|---|
List<Site> |
BulkEditSitesRequest.getCreatedSites()
The sites to create in batch, specified as a list of Sites.
|
List<Site> |
ReplaceSitesRequest.getNewSites()
The sites that will replace the existing sites assigned to the channel, specified as a list of
Sites.
|
List<Site> |
ListSitesResponse.getSites()
The list of sites.
|
List<Site> |
BulkEditSitesResponse.getSites()
The list of sites that have been successfully created.
|
List<Site> |
ReplaceSitesResponse.getSites()
The list of sites in the channel after replacing.
|
| Modifier and Type | Method and Description |
|---|---|
BulkEditSitesRequest |
BulkEditSitesRequest.setCreatedSites(List<Site> createdSites)
The sites to create in batch, specified as a list of Sites.
|
ReplaceSitesRequest |
ReplaceSitesRequest.setNewSites(List<Site> newSites)
The sites that will replace the existing sites assigned to the channel, specified as a list of
Sites.
|
ListSitesResponse |
ListSitesResponse.setSites(List<Site> sites)
The list of sites.
|
BulkEditSitesResponse |
BulkEditSitesResponse.setSites(List<Site> sites)
The list of sites that have been successfully created.
|
ReplaceSitesResponse |
ReplaceSitesResponse.setSites(List<Site> sites)
The list of sites in the channel after replacing.
|
Copyright © 2011–2026 Google. All rights reserved.