public class DisplayVideo.Advertisers.Channels extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
DisplayVideo.Advertisers.Channels.Create |
class |
DisplayVideo.Advertisers.Channels.Get |
class |
DisplayVideo.Advertisers.Channels.List |
class |
DisplayVideo.Advertisers.Channels.Patch |
class |
DisplayVideo.Advertisers.Channels.Sites
The "sites" collection of methods.
|
| Constructor and Description |
|---|
Channels() |
| Modifier and Type | Method and Description |
|---|---|
DisplayVideo.Advertisers.Channels.Create |
create(Long advertiserId,
Channel content)
Creates a new channel.
|
DisplayVideo.Advertisers.Channels.Get |
get(Long advertiserId,
Long channelId)
Gets a channel for a partner or advertiser.
|
DisplayVideo.Advertisers.Channels.List |
list(Long advertiserId)
Lists channels for a partner or advertiser.
|
DisplayVideo.Advertisers.Channels.Patch |
patch(Long advertiserId,
Long channelId,
Channel content)
Updates a channel.
|
DisplayVideo.Advertisers.Channels.Sites |
sites()
An accessor for creating requests from the Sites collection.
|
public DisplayVideo.Advertisers.Channels.Create create(Long advertiserId, Channel content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.advertiserId - The ID of the advertiser that owns the created channel.content - the ChannelIOExceptionpublic DisplayVideo.Advertisers.Channels.Get get(Long advertiserId, Long channelId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.advertiserId - The ID of the advertiser that owns the fetched channel.channelId - Required. The ID of the channel to fetch.IOExceptionpublic DisplayVideo.Advertisers.Channels.List list(Long advertiserId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.advertiserId - The ID of the advertiser that owns the channels.IOExceptionpublic DisplayVideo.Advertisers.Channels.Patch patch(Long advertiserId, Long channelId, Channel content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.advertiserId - The ID of the advertiser that owns the created channel.channelId - Output only. The unique ID of the channel. Assigned by the system.content - the ChannelIOExceptionpublic DisplayVideo.Advertisers.Channels.Sites sites()
The typical use is:
DisplayVideo displayvideo = new DisplayVideo(...);DisplayVideo.Sites.List request = displayvideo.sites().list(parameters ...)
Copyright © 2011–2026 Google. All rights reserved.