public enum EntityCountLimitExceededReason extends Enum<EntityCountLimitExceededReason>
Java class for EntityCountLimitExceeded.Reason.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="EntityCountLimitExceeded.Reason">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="ACCOUNT_LIMIT"/>
<enumeration value="CAMPAIGN_LIMIT"/>
<enumeration value="ADGROUP_LIMIT"/>
<enumeration value="AD_GROUP_AD_LIMIT"/>
<enumeration value="AD_GROUP_CRITERION_LIMIT"/>
<enumeration value="SHARED_SET_LIMIT"/>
<enumeration value="MATCHING_FUNCTION_LIMIT"/>
<enumeration value="UNKNOWN"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
ACCOUNT_LIMIT
Indicates that this request would exceed the number of allowed entities for the AdWords
account.
|
AD_GROUP_AD_LIMIT
Indicates that this request would exceed the number of allowed entities in an ad group ad.
|
AD_GROUP_CRITERION_LIMIT
Indicates that this request would exceed the number of allowed entities in an ad group
criterion.
|
ADGROUP_LIMIT
Indicates that this request would exceed the number of allowed entities in
an ad group.
|
CAMPAIGN_LIMIT
Indicates that this request would exceed the number of allowed entities in a Campaign.
|
MATCHING_FUNCTION_LIMIT
Exceeds a limit related to a matching function.
|
SHARED_SET_LIMIT
Indicates that this request would exceed the number of allowed entities in
this shared set.
|
UNKNOWN
Specific limit that has been exceeded is unknown (the client may be of an
older version than the server).
|
| Modifier and Type | Method and Description |
|---|---|
static EntityCountLimitExceededReason |
fromValue(String v) |
String |
value() |
static EntityCountLimitExceededReason |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EntityCountLimitExceededReason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EntityCountLimitExceededReason ACCOUNT_LIMIT
#accountLimitType.public static final EntityCountLimitExceededReason CAMPAIGN_LIMIT
#accountLimitType, and the numeric id of the Campaign involved is given by
#enclosingId.public static final EntityCountLimitExceededReason ADGROUP_LIMIT
#accountLimitType, and the numeric id of the ad group
involved is given by #enclosingId.public static final EntityCountLimitExceededReason AD_GROUP_AD_LIMIT
#accountLimitType,
and the #enclosingId contains the ad group id followed by the ad id, separated by a
single comma (,).public static final EntityCountLimitExceededReason AD_GROUP_CRITERION_LIMIT
#accountLimitType, and the #enclosingId contains the ad group id followed by
the criterion id, separated by a single comma (,).public static final EntityCountLimitExceededReason SHARED_SET_LIMIT
#accountLimitType, and the numeric id of the shared
set involved is given by #enclosingId.public static final EntityCountLimitExceededReason MATCHING_FUNCTION_LIMIT
public static final EntityCountLimitExceededReason UNKNOWN
public static EntityCountLimitExceededReason[] values()
for (EntityCountLimitExceededReason c : EntityCountLimitExceededReason.values()) System.out.println(c);
public static EntityCountLimitExceededReason valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String value()
public static EntityCountLimitExceededReason fromValue(String v)
Copyright © 2023. All rights reserved.