| Package | Description |
|---|---|
| com.google.api.services.displayvideo.v3 | |
| com.google.api.services.displayvideo.v3.model |
| Modifier and Type | Method and Description |
|---|---|
DisplayVideo.CustomBiddingAlgorithms.Create |
DisplayVideo.CustomBiddingAlgorithms.create(CustomBiddingAlgorithm content)
Creates a new custom bidding algorithm.
|
DisplayVideo.CustomBiddingAlgorithms.Patch |
DisplayVideo.CustomBiddingAlgorithms.patch(Long customBiddingAlgorithmId,
CustomBiddingAlgorithm content)
Updates an existing custom bidding algorithm.
|
| Constructor and Description |
|---|
Create(CustomBiddingAlgorithm content)
Creates a new custom bidding algorithm.
|
Patch(Long customBiddingAlgorithmId,
CustomBiddingAlgorithm content)
Updates an existing custom bidding algorithm.
|
| Modifier and Type | Method and Description |
|---|---|
CustomBiddingAlgorithm |
CustomBiddingAlgorithm.clone() |
CustomBiddingAlgorithm |
CustomBiddingAlgorithm.set(String fieldName,
Object value) |
CustomBiddingAlgorithm |
CustomBiddingAlgorithm.setAdvertiserId(Long advertiserId)
Immutable.
|
CustomBiddingAlgorithm |
CustomBiddingAlgorithm.setCustomBiddingAlgorithmId(Long customBiddingAlgorithmId)
Output only.
|
CustomBiddingAlgorithm |
CustomBiddingAlgorithm.setCustomBiddingAlgorithmType(String customBiddingAlgorithmType)
Required.
|
CustomBiddingAlgorithm |
CustomBiddingAlgorithm.setDisplayName(String displayName)
Required.
|
CustomBiddingAlgorithm |
CustomBiddingAlgorithm.setEntityStatus(String entityStatus)
Controls whether or not the custom bidding algorithm can be used as a bidding strategy.
|
CustomBiddingAlgorithm |
CustomBiddingAlgorithm.setModelDetails(List<CustomBiddingModelDetails> modelDetails)
Output only.
|
CustomBiddingAlgorithm |
CustomBiddingAlgorithm.setName(String name)
Output only.
|
CustomBiddingAlgorithm |
CustomBiddingAlgorithm.setPartnerId(Long partnerId)
Immutable.
|
CustomBiddingAlgorithm |
CustomBiddingAlgorithm.setSharedAdvertiserIds(List<Long> sharedAdvertiserIds)
The IDs of the advertisers who have access to this algorithm.
|
| Modifier and Type | Method and Description |
|---|---|
List<CustomBiddingAlgorithm> |
ListCustomBiddingAlgorithmsResponse.getCustomBiddingAlgorithms()
The list of custom bidding algorithms.
|
| Modifier and Type | Method and Description |
|---|---|
ListCustomBiddingAlgorithmsResponse |
ListCustomBiddingAlgorithmsResponse.setCustomBiddingAlgorithms(List<CustomBiddingAlgorithm> customBiddingAlgorithms)
The list of custom bidding algorithms.
|
Copyright © 2011–2026 Google. All rights reserved.