| Package | Description |
|---|---|
| com.google.api.services.displayvideo.v3 | |
| com.google.api.services.displayvideo.v3.model |
| Modifier and Type | Method and Description |
|---|---|
DisplayVideo.Advertisers.Channels.Create |
DisplayVideo.Advertisers.Channels.create(Long advertiserId,
Channel content)
Creates a new channel.
|
DisplayVideo.Partners.Channels.Create |
DisplayVideo.Partners.Channels.create(Long partnerId,
Channel content)
Creates a new channel.
|
DisplayVideo.Advertisers.Channels.Patch |
DisplayVideo.Advertisers.Channels.patch(Long advertiserId,
Long channelId,
Channel content)
Updates a channel.
|
DisplayVideo.Partners.Channels.Patch |
DisplayVideo.Partners.Channels.patch(Long partnerId,
Long channelId,
Channel content)
Updates a channel.
|
| Constructor and Description |
|---|
Create(Long advertiserId,
Channel content)
Creates a new channel.
|
Create(Long partnerId,
Channel content)
Creates a new channel.
|
Patch(Long advertiserId,
Long channelId,
Channel content)
Updates a channel.
|
Patch(Long partnerId,
Long channelId,
Channel content)
Updates a channel.
|
| Modifier and Type | Method and Description |
|---|---|
Channel |
Channel.clone() |
Channel |
Channel.set(String fieldName,
Object value) |
Channel |
Channel.setAdvertiserId(Long advertiserId)
The ID of the advertiser that owns the channel.
|
Channel |
Channel.setChannelId(Long channelId)
Output only.
|
Channel |
Channel.setDisplayName(String displayName)
Required.
|
Channel |
Channel.setName(String name)
Output only.
|
Channel |
Channel.setNegativelyTargetedLineItemCount(Long negativelyTargetedLineItemCount)
Output only.
|
Channel |
Channel.setPartnerId(Long partnerId)
The ID of the partner that owns the channel.
|
Channel |
Channel.setPositivelyTargetedLineItemCount(Long positivelyTargetedLineItemCount)
Output only.
|
| Modifier and Type | Method and Description |
|---|---|
List<Channel> |
ListChannelsResponse.getChannels()
The list of channels.
|
| Modifier and Type | Method and Description |
|---|---|
ListChannelsResponse |
ListChannelsResponse.setChannels(List<Channel> channels)
The list of channels.
|
Copyright © 2011–2026 Google. All rights reserved.