| Package | Description |
|---|---|
| com.google.api.services.displayvideo.v2 | |
| com.google.api.services.displayvideo.v2.model |
| Modifier and Type | Method and Description |
|---|---|
DisplayVideo.CustomBiddingAlgorithms.Scripts.Create |
DisplayVideo.CustomBiddingAlgorithms.Scripts.create(Long customBiddingAlgorithmId,
CustomBiddingScript content)
Creates a new custom bidding script.
|
| Constructor and Description |
|---|
Create(Long customBiddingAlgorithmId,
CustomBiddingScript content)
Creates a new custom bidding script.
|
| Modifier and Type | Method and Description |
|---|---|
CustomBiddingScript |
CustomBiddingScript.clone() |
CustomBiddingScript |
CustomBiddingScript.set(String fieldName,
Object value) |
CustomBiddingScript |
CustomBiddingScript.setActive(Boolean active)
Output only.
|
CustomBiddingScript |
CustomBiddingScript.setCreateTime(String createTime)
Output only.
|
CustomBiddingScript |
CustomBiddingScript.setCustomBiddingAlgorithmId(Long customBiddingAlgorithmId)
Output only.
|
CustomBiddingScript |
CustomBiddingScript.setCustomBiddingScriptId(Long customBiddingScriptId)
Output only.
|
CustomBiddingScript |
CustomBiddingScript.setErrors(List<ScriptError> errors)
Output only.
|
CustomBiddingScript |
CustomBiddingScript.setName(String name)
Output only.
|
CustomBiddingScript |
CustomBiddingScript.setScript(CustomBiddingScriptRef script)
The reference to the uploaded script file.
|
CustomBiddingScript |
CustomBiddingScript.setState(String state)
Output only.
|
| Modifier and Type | Method and Description |
|---|---|
List<CustomBiddingScript> |
ListCustomBiddingScriptsResponse.getCustomBiddingScripts()
The list of custom bidding scripts.
|
| Modifier and Type | Method and Description |
|---|---|
ListCustomBiddingScriptsResponse |
ListCustomBiddingScriptsResponse.setCustomBiddingScripts(List<CustomBiddingScript> customBiddingScripts)
The list of custom bidding scripts.
|
Copyright © 2011–2026 Google. All rights reserved.