public class DisplayVideo.CustomBiddingAlgorithms.Scripts extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
DisplayVideo.CustomBiddingAlgorithms.Scripts.Create |
class |
DisplayVideo.CustomBiddingAlgorithms.Scripts.Get |
class |
DisplayVideo.CustomBiddingAlgorithms.Scripts.List |
| Constructor and Description |
|---|
Scripts() |
| Modifier and Type | Method and Description |
|---|---|
DisplayVideo.CustomBiddingAlgorithms.Scripts.Create |
create(Long customBiddingAlgorithmId,
CustomBiddingScript content)
Creates a new custom bidding script.
|
DisplayVideo.CustomBiddingAlgorithms.Scripts.Get |
get(Long customBiddingAlgorithmId,
Long customBiddingScriptId)
Gets a custom bidding script.
|
DisplayVideo.CustomBiddingAlgorithms.Scripts.List |
list(Long customBiddingAlgorithmId)
Lists custom bidding scripts that belong to the given algorithm.
|
public DisplayVideo.CustomBiddingAlgorithms.Scripts.Create create(Long customBiddingAlgorithmId, CustomBiddingScript content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.customBiddingAlgorithmId - Required. The ID of the custom bidding algorithm that owns the script.content - the CustomBiddingScriptIOExceptionpublic DisplayVideo.CustomBiddingAlgorithms.Scripts.Get get(Long customBiddingAlgorithmId, Long customBiddingScriptId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.customBiddingAlgorithmId - Required. The ID of the custom bidding algorithm owns the script.customBiddingScriptId - Required. The ID of the custom bidding script to fetch.IOExceptionpublic DisplayVideo.CustomBiddingAlgorithms.Scripts.List list(Long customBiddingAlgorithmId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.customBiddingAlgorithmId - Required. The ID of the custom bidding algorithm owns the script.IOExceptionCopyright © 2011–2026 Google. All rights reserved.