| Package | Description |
|---|---|
| com.google.api.services.displayvideo.v4 | |
| com.google.api.services.displayvideo.v4.model |
| Modifier and Type | Method and Description |
|---|---|
DisplayVideo.InventorySources.Create |
DisplayVideo.InventorySources.create(InventorySource content)
Creates a new inventory source.
|
DisplayVideo.InventorySources.Patch |
DisplayVideo.InventorySources.patch(Long inventorySourceId,
InventorySource content)
Updates an existing inventory source.
|
| Constructor and Description |
|---|
Create(InventorySource content)
Creates a new inventory source.
|
Patch(Long inventorySourceId,
InventorySource content)
Updates an existing inventory source.
|
| Modifier and Type | Method and Description |
|---|---|
InventorySource |
InventorySource.clone() |
InventorySource |
InventorySource.set(String fieldName,
Object value) |
InventorySource |
InventorySource.setCommitment(String commitment)
Whether the inventory source has a guaranteed or non-guaranteed delivery.
|
InventorySource |
InventorySource.setCreativeConfigs(List<CreativeConfig> creativeConfigs)
The creative requirements of the inventory source.
|
InventorySource |
InventorySource.setDealId(String dealId)
The ID in the exchange space that uniquely identifies the inventory source.
|
InventorySource |
InventorySource.setDeliveryMethod(String deliveryMethod)
The delivery method of the inventory source.
|
InventorySource |
InventorySource.setDisplayName(String displayName)
The display name of the inventory source.
|
InventorySource |
InventorySource.setExchange(String exchange)
The exchange to which the inventory source belongs.
|
InventorySource |
InventorySource.setGuaranteedOrderId(String guaranteedOrderId)
Immutable.
|
InventorySource |
InventorySource.setInventorySourceId(Long inventorySourceId)
Output only.
|
InventorySource |
InventorySource.setInventorySourceProductType(String inventorySourceProductType)
Output only.
|
InventorySource |
InventorySource.setInventorySourceType(String inventorySourceType)
Denotes the type of the inventory source.
|
InventorySource |
InventorySource.setName(String name)
Output only.
|
InventorySource |
InventorySource.setPublisherName(String publisherName)
The publisher/seller name of the inventory source.
|
InventorySource |
InventorySource.setRateDetails(RateDetails rateDetails)
Required.
|
InventorySource |
InventorySource.setReadAdvertiserIds(List<Long> readAdvertiserIds)
Output only.
|
InventorySource |
InventorySource.setReadPartnerIds(List<Long> readPartnerIds)
Output only.
|
InventorySource |
InventorySource.setReadWriteAccessors(InventorySourceAccessors readWriteAccessors)
The partner or advertisers that have read/write access to the inventory source.
|
InventorySource |
InventorySource.setStatus(InventorySourceStatus status)
The status settings of the inventory source.
|
InventorySource |
InventorySource.setTimeRange(TimeRange timeRange)
The time range when this inventory source starts and stops serving.
|
InventorySource |
InventorySource.setUpdateTime(String updateTime)
Output only.
|
| Modifier and Type | Method and Description |
|---|---|
List<InventorySource> |
ListInventorySourcesResponse.getInventorySources()
The list of inventory sources.
|
| Modifier and Type | Method and Description |
|---|---|
ListInventorySourcesResponse |
ListInventorySourcesResponse.setInventorySources(List<InventorySource> inventorySources)
The list of inventory sources.
|
Copyright © 2011–2026 Google. All rights reserved.