| Package | Description |
|---|---|
| com.google.api.ads.admanager.axis.v202005 |
| Modifier and Type | Field and Description |
|---|---|
static AdRuleErrorReason |
AdRuleErrorReason.BREAK_TEMPLATE_MUST_HAVE_EXACTLY_ONE_FLEXIBLE_AD_SPOT |
static AdRuleErrorReason |
AdRuleErrorReason.NAME_CONTAINS_INVALID_CHARACTERS |
static AdRuleErrorReason |
AdRuleErrorReason.UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static AdRuleErrorReason |
AdRuleErrorReason.fromString(String value) |
static AdRuleErrorReason |
AdRuleErrorReason.fromValue(String value) |
AdRuleErrorReason |
AdRuleError.getReason()
Gets the reason value for this AdRuleError.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AdRuleError.setReason(AdRuleErrorReason reason)
Sets the reason value for this AdRuleError.
|
| Constructor and Description |
|---|
AdRuleError(String fieldPath,
FieldPathElement[] fieldPathElements,
String trigger,
String errorString,
AdRuleErrorReason reason) |
Copyright © 2021. All rights reserved.