public class DisplayVideo.CustomBiddingAlgorithms extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
DisplayVideo.CustomBiddingAlgorithms.Create |
class |
DisplayVideo.CustomBiddingAlgorithms.Get |
class |
DisplayVideo.CustomBiddingAlgorithms.List |
class |
DisplayVideo.CustomBiddingAlgorithms.Patch |
class |
DisplayVideo.CustomBiddingAlgorithms.Rules
The "rules" collection of methods.
|
class |
DisplayVideo.CustomBiddingAlgorithms.Scripts
The "scripts" collection of methods.
|
class |
DisplayVideo.CustomBiddingAlgorithms.UploadRules |
class |
DisplayVideo.CustomBiddingAlgorithms.UploadScript |
| Constructor and Description |
|---|
CustomBiddingAlgorithms() |
| Modifier and Type | Method and Description |
|---|---|
DisplayVideo.CustomBiddingAlgorithms.Create |
create(CustomBiddingAlgorithm content)
Creates a new custom bidding algorithm.
|
DisplayVideo.CustomBiddingAlgorithms.Get |
get(Long customBiddingAlgorithmId)
Gets a custom bidding algorithm.
|
DisplayVideo.CustomBiddingAlgorithms.List |
list()
Lists custom bidding algorithms that are accessible to the current user and can be used in
bidding stratgies.
|
DisplayVideo.CustomBiddingAlgorithms.Patch |
patch(Long customBiddingAlgorithmId,
CustomBiddingAlgorithm content)
Updates an existing custom bidding algorithm.
|
DisplayVideo.CustomBiddingAlgorithms.Rules |
rules()
An accessor for creating requests from the Rules collection.
|
DisplayVideo.CustomBiddingAlgorithms.Scripts |
scripts()
An accessor for creating requests from the Scripts collection.
|
DisplayVideo.CustomBiddingAlgorithms.UploadRules |
uploadRules(Long customBiddingAlgorithmId)
Creates a rules reference object for an AlgorithmRules file.
|
DisplayVideo.CustomBiddingAlgorithms.UploadScript |
uploadScript(Long customBiddingAlgorithmId)
Creates a custom bidding script reference object for a script file.
|
public DisplayVideo.CustomBiddingAlgorithms.Create create(CustomBiddingAlgorithm content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.content - the CustomBiddingAlgorithmIOExceptionpublic DisplayVideo.CustomBiddingAlgorithms.Get get(Long customBiddingAlgorithmId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.customBiddingAlgorithmId - Required. The ID of the custom bidding algorithm to fetch.IOExceptionpublic DisplayVideo.CustomBiddingAlgorithms.List list() throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.IOExceptionpublic DisplayVideo.CustomBiddingAlgorithms.Patch patch(Long customBiddingAlgorithmId, CustomBiddingAlgorithm content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.customBiddingAlgorithmId - Output only. The unique ID of the custom bidding algorithm. Assigned by the system.content - the CustomBiddingAlgorithmIOExceptionpublic DisplayVideo.CustomBiddingAlgorithms.UploadRules uploadRules(Long customBiddingAlgorithmId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.customBiddingAlgorithmId - Required. The ID of the custom bidding algorithm that owns the rules resource.IOExceptionpublic DisplayVideo.CustomBiddingAlgorithms.UploadScript uploadScript(Long customBiddingAlgorithmId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.customBiddingAlgorithmId - Required. The ID of the custom bidding algorithm owns the script.IOExceptionpublic DisplayVideo.CustomBiddingAlgorithms.Rules rules()
The typical use is:
DisplayVideo displayvideo = new DisplayVideo(...);DisplayVideo.Rules.List request = displayvideo.rules().list(parameters ...)
public DisplayVideo.CustomBiddingAlgorithms.Scripts scripts()
The typical use is:
DisplayVideo displayvideo = new DisplayVideo(...);DisplayVideo.Scripts.List request = displayvideo.scripts().list(parameters ...)
Copyright © 2011–2026 Google. All rights reserved.