public class DisplayVideo.CustomBiddingAlgorithms.Rules extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
DisplayVideo.CustomBiddingAlgorithms.Rules.Create |
class |
DisplayVideo.CustomBiddingAlgorithms.Rules.Get |
class |
DisplayVideo.CustomBiddingAlgorithms.Rules.List |
| Constructor and Description |
|---|
Rules() |
| Modifier and Type | Method and Description |
|---|---|
DisplayVideo.CustomBiddingAlgorithms.Rules.Create |
create(Long customBiddingAlgorithmId,
CustomBiddingAlgorithmRules content)
Creates a new rules resource.
|
DisplayVideo.CustomBiddingAlgorithms.Rules.Get |
get(Long customBiddingAlgorithmId,
Long customBiddingAlgorithmRulesId)
Retrieves a rules resource.
|
DisplayVideo.CustomBiddingAlgorithms.Rules.List |
list(Long customBiddingAlgorithmId)
Lists rules resources that belong to the given algorithm.
|
public DisplayVideo.CustomBiddingAlgorithms.Rules.Create create(Long customBiddingAlgorithmId, CustomBiddingAlgorithmRules content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.customBiddingAlgorithmId - Required. The ID of the custom bidding algorithm that owns the rules resource.content - the CustomBiddingAlgorithmRulesIOExceptionpublic DisplayVideo.CustomBiddingAlgorithms.Rules.Get get(Long customBiddingAlgorithmId, Long customBiddingAlgorithmRulesId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.customBiddingAlgorithmId - Required. The ID of the custom bidding algorithm that owns the rules resource.customBiddingAlgorithmRulesId - Required. The ID of the rules resource to fetch.IOExceptionpublic DisplayVideo.CustomBiddingAlgorithms.Rules.List list(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.IOExceptionCopyright © 2011–2026 Google. All rights reserved.