public class DisplayVideo.Advertisers.Channels.Sites extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
DisplayVideo.Advertisers.Channels.Sites.BulkEdit |
class |
DisplayVideo.Advertisers.Channels.Sites.Create |
class |
DisplayVideo.Advertisers.Channels.Sites.Delete |
class |
DisplayVideo.Advertisers.Channels.Sites.List |
class |
DisplayVideo.Advertisers.Channels.Sites.Replace |
| Constructor and Description |
|---|
Sites() |
| Modifier and Type | Method and Description |
|---|---|
DisplayVideo.Advertisers.Channels.Sites.BulkEdit |
bulkEdit(Long advertiserId,
Long channelId,
BulkEditSitesRequest content)
Bulk edits sites under a single channel.
|
DisplayVideo.Advertisers.Channels.Sites.Create |
create(Long advertiserId,
Long channelId,
Site content)
Creates a site in a channel.
|
DisplayVideo.Advertisers.Channels.Sites.Delete |
delete(Long advertiserId,
Long channelId,
String urlOrAppId)
Deletes a site from a channel.
|
DisplayVideo.Advertisers.Channels.Sites.List |
list(Long advertiserId,
Long channelId)
Lists sites in a channel.
|
DisplayVideo.Advertisers.Channels.Sites.Replace |
replace(Long advertiserId,
Long channelId,
ReplaceSitesRequest content)
Replaces all of the sites under a single channel.
|
public DisplayVideo.Advertisers.Channels.Sites.BulkEdit bulkEdit(Long advertiserId, Long channelId, BulkEditSitesRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.advertiserId - The ID of the advertiser that owns the parent channel.channelId - Required. The ID of the parent channel to which the sites belong.content - the BulkEditSitesRequestIOExceptionpublic DisplayVideo.Advertisers.Channels.Sites.Create create(Long advertiserId, Long channelId, Site content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.advertiserId - The ID of the advertiser that owns the parent channel.channelId - Required. The ID of the parent channel in which the site will be created.content - the SiteIOExceptionpublic DisplayVideo.Advertisers.Channels.Sites.Delete delete(Long advertiserId, Long channelId, String urlOrAppId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.advertiserId - The ID of the advertiser that owns the parent channel.channelId - Required. The ID of the parent channel to which the site belongs.urlOrAppId - Required. The URL or app ID of the site to delete.IOExceptionpublic DisplayVideo.Advertisers.Channels.Sites.List list(Long advertiserId, Long channelId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.advertiserId - The ID of the advertiser that owns the parent channel.channelId - Required. The ID of the parent channel to which the requested sites belong.IOExceptionpublic DisplayVideo.Advertisers.Channels.Sites.Replace replace(Long advertiserId, Long channelId, ReplaceSitesRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.advertiserId - The ID of the advertiser that owns the parent channel.channelId - Required. The ID of the parent channel whose sites will be replaced.content - the ReplaceSitesRequestIOExceptionCopyright © 2011–2026 Google. All rights reserved.