| Package | Description |
|---|---|
| com.google.api.services.displayvideo.v2 | |
| com.google.api.services.displayvideo.v2.model |
| Modifier and Type | Method and Description |
|---|---|
DisplayVideo.GuaranteedOrders.Create |
DisplayVideo.GuaranteedOrders.create(GuaranteedOrder content)
Creates a new guaranteed order.
|
DisplayVideo.GuaranteedOrders.Patch |
DisplayVideo.GuaranteedOrders.patch(String guaranteedOrderId,
GuaranteedOrder content)
Updates an existing guaranteed order.
|
| Constructor and Description |
|---|
Create(GuaranteedOrder content)
Creates a new guaranteed order.
|
Patch(String guaranteedOrderId,
GuaranteedOrder content)
Updates an existing guaranteed order.
|
| Modifier and Type | Method and Description |
|---|---|
GuaranteedOrder |
GuaranteedOrder.clone() |
GuaranteedOrder |
GuaranteedOrder.set(String fieldName,
Object value) |
GuaranteedOrder |
GuaranteedOrder.setDefaultAdvertiserId(Long defaultAdvertiserId)
Output only.
|
GuaranteedOrder |
GuaranteedOrder.setDefaultCampaignId(Long defaultCampaignId)
The ID of the default campaign that is assigned to the guaranteed order.
|
GuaranteedOrder |
GuaranteedOrder.setDisplayName(String displayName)
Required.
|
GuaranteedOrder |
GuaranteedOrder.setExchange(String exchange)
Required.
|
GuaranteedOrder |
GuaranteedOrder.setGuaranteedOrderId(String guaranteedOrderId)
Output only.
|
GuaranteedOrder |
GuaranteedOrder.setLegacyGuaranteedOrderId(String legacyGuaranteedOrderId)
Output only.
|
GuaranteedOrder |
GuaranteedOrder.setName(String name)
Output only.
|
GuaranteedOrder |
GuaranteedOrder.setPublisherName(String publisherName)
Required.
|
GuaranteedOrder |
GuaranteedOrder.setReadAccessInherited(Boolean readAccessInherited)
Whether all advertisers of read_write_partner_id have read access to the guaranteed order.
|
GuaranteedOrder |
GuaranteedOrder.setReadAdvertiserIds(List<Long> readAdvertiserIds)
The IDs of advertisers with read access to the guaranteed order.
|
GuaranteedOrder |
GuaranteedOrder.setReadWriteAdvertiserId(Long readWriteAdvertiserId)
The advertiser with read/write access to the guaranteed order.
|
GuaranteedOrder |
GuaranteedOrder.setReadWritePartnerId(Long readWritePartnerId)
The partner with read/write access to the guaranteed order.
|
GuaranteedOrder |
GuaranteedOrder.setStatus(GuaranteedOrderStatus status)
The status settings of the guaranteed order.
|
GuaranteedOrder |
GuaranteedOrder.setUpdateTime(String updateTime)
Output only.
|
| Modifier and Type | Method and Description |
|---|---|
List<GuaranteedOrder> |
ListGuaranteedOrdersResponse.getGuaranteedOrders()
The list of guaranteed orders.
|
| Modifier and Type | Method and Description |
|---|---|
ListGuaranteedOrdersResponse |
ListGuaranteedOrdersResponse.setGuaranteedOrders(List<GuaranteedOrder> guaranteedOrders)
The list of guaranteed orders.
|
Copyright © 2011–2026 Google. All rights reserved.