| Package | Description |
|---|---|
| com.google.api.services.displayvideo.v3.model |
| Modifier and Type | Method and Description |
|---|---|
AlgorithmRulesRuleCondition |
AlgorithmRulesRuleCondition.clone() |
AlgorithmRulesRuleCondition |
AlgorithmRulesRuleCondition.set(String fieldName,
Object value) |
AlgorithmRulesRuleCondition |
AlgorithmRulesRuleCondition.setReturnValue(AlgorithmRulesSignalValue returnValue)
The value returned if the `signalComparisons` condition evaluates to `TRUE`.
|
AlgorithmRulesRuleCondition |
AlgorithmRulesRuleCondition.setSignalComparisons(List<AlgorithmRulesSignalComparison> signalComparisons)
List of comparisons that build `if` statement condition.
|
| Modifier and Type | Method and Description |
|---|---|
List<AlgorithmRulesRuleCondition> |
AlgorithmRulesRule.getConditions()
List of conditions in this rule.
|
| Modifier and Type | Method and Description |
|---|---|
AlgorithmRulesRule |
AlgorithmRulesRule.setConditions(List<AlgorithmRulesRuleCondition> conditions)
List of conditions in this rule.
|
Copyright © 2011–2026 Google. All rights reserved.