Enum Class AdGroupPrimaryStatusReasonEnum.AdGroupPrimaryStatusReason
java.lang.Object
java.lang.Enum<AdGroupPrimaryStatusReasonEnum.AdGroupPrimaryStatusReason>
com.google.ads.googleads.v18.enums.AdGroupPrimaryStatusReasonEnum.AdGroupPrimaryStatusReason
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<AdGroupPrimaryStatusReasonEnum.AdGroupPrimaryStatusReason>,Constable
- Enclosing class:
- AdGroupPrimaryStatusReasonEnum
public static enum AdGroupPrimaryStatusReasonEnum.AdGroupPrimaryStatusReason
extends Enum<AdGroupPrimaryStatusReasonEnum.AdGroupPrimaryStatusReason>
implements com.google.protobuf.ProtocolMessageEnum
Possible ad group status reasons.Protobuf enum
google.ads.googleads.v18.enums.AdGroupPrimaryStatusReasonEnum.AdGroupPrimaryStatusReason-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe user-specified ad group ads statuses in this ad group are all paused.The construction of this ad group is not yet complete.The user-specified ad group status is paused.Ad group has been paused due to prolonged low activity in serving.The user-specified ad group status is removed.The AdGroup belongs to a Draft campaign.The user-specified time for this campaign to end has passed.The user-specified campaign status is paused.The user-specified time for this campaign to start is in the future.The user-specified campaign status is removed.Policy status reason when at least one ad is disapproved.Policy status reason when at least one ad is limited by policy.The user-specified keyword statuses in this ad group are all paused.Policy status reason when most ads are pending review.No eligible ad group ads exist in this ad group.No eligible keywords exist in this ad group.Used for return value only.Not specified. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThe user-specified ad group ads statuses in this ad group are all paused.static final intThe construction of this ad group is not yet complete.static final intAd group has been paused due to prolonged low activity in serving.static final intThe user-specified ad group status is paused.static final intThe user-specified ad group status is removed.static final intThe AdGroup belongs to a Draft campaign.static final intThe user-specified time for this campaign to end has passed.static final intThe user-specified campaign status is paused.static final intThe user-specified time for this campaign to start is in the future.static final intThe user-specified campaign status is removed.static final intPolicy status reason when at least one ad is disapproved.static final intPolicy status reason when at least one ad is limited by policy.static final intThe user-specified keyword statuses in this ad group are all paused.static final intPolicy status reason when most ads are pending review.static final intNo eligible ad group ads exist in this ad group.static final intNo eligible keywords exist in this ad group.static final intUsed for return value only.static final intNot specified. -
Method Summary
Modifier and TypeMethodDescriptionforNumber(int value) static final com.google.protobuf.Descriptors.EnumDescriptorfinal com.google.protobuf.Descriptors.EnumDescriptorfinal intfinal com.google.protobuf.Descriptors.EnumValueDescriptorstatic com.google.protobuf.Internal.EnumLiteMap<AdGroupPrimaryStatusReasonEnum.AdGroupPrimaryStatusReason>valueOf(int value) Deprecated.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
UNSPECIFIED
Not specified.
UNSPECIFIED = 0; -
UNKNOWN
Used for return value only. Represents value unknown in this version.
UNKNOWN = 1; -
CAMPAIGN_REMOVED
The user-specified campaign status is removed. Contributes to AdGroupPrimaryStatus.NOT_ELIGIBLE.
CAMPAIGN_REMOVED = 2; -
CAMPAIGN_PAUSED
The user-specified campaign status is paused. Contributes to AdGroupPrimaryStatus.NOT_ELIGIBLE.
CAMPAIGN_PAUSED = 3; -
CAMPAIGN_PENDING
The user-specified time for this campaign to start is in the future. Contributes to AdGroupPrimaryStatus.NOT_ELIGIBLE
CAMPAIGN_PENDING = 4; -
CAMPAIGN_ENDED
The user-specified time for this campaign to end has passed. Contributes to AdGroupPrimaryStatus.NOT_ELIGIBLE.
CAMPAIGN_ENDED = 5; -
AD_GROUP_PAUSED
The user-specified ad group status is paused. Contributes to AdGroupPrimaryStatus.PAUSED.
AD_GROUP_PAUSED = 6; -
AD_GROUP_REMOVED
The user-specified ad group status is removed. Contributes to AdGroupPrimaryStatus.REMOVED.
AD_GROUP_REMOVED = 7; -
AD_GROUP_INCOMPLETE
The construction of this ad group is not yet complete. Contributes to AdGroupPrimaryStatus.NOT_ELIGIBLE.
AD_GROUP_INCOMPLETE = 8; -
KEYWORDS_PAUSED
The user-specified keyword statuses in this ad group are all paused. Contributes to AdGroupPrimaryStatus.NOT_ELIGIBLE.
KEYWORDS_PAUSED = 9; -
NO_KEYWORDS
No eligible keywords exist in this ad group. Contributes to AdGroupPrimaryStatus.NOT_ELIGIBLE.
NO_KEYWORDS = 10; -
AD_GROUP_ADS_PAUSED
The user-specified ad group ads statuses in this ad group are all paused. Contributes to AdGroupPrimaryStatus.NOT_ELIGIBLE.
AD_GROUP_ADS_PAUSED = 11; -
NO_AD_GROUP_ADS
No eligible ad group ads exist in this ad group. Contributes to AdGroupPrimaryStatus.NOT_ELIGIBLE.
NO_AD_GROUP_ADS = 12; -
HAS_ADS_DISAPPROVED
Policy status reason when at least one ad is disapproved. Contributes to multiple AdGroupPrimaryStatus.
HAS_ADS_DISAPPROVED = 13; -
HAS_ADS_LIMITED_BY_POLICY
public static final AdGroupPrimaryStatusReasonEnum.AdGroupPrimaryStatusReason HAS_ADS_LIMITED_BY_POLICYPolicy status reason when at least one ad is limited by policy. Contributes to multiple AdGroupPrimaryStatus.
HAS_ADS_LIMITED_BY_POLICY = 14; -
MOST_ADS_UNDER_REVIEW
Policy status reason when most ads are pending review. Contributes to AdGroupPrimaryStatus.PENDING.
MOST_ADS_UNDER_REVIEW = 15; -
CAMPAIGN_DRAFT
The AdGroup belongs to a Draft campaign. Contributes to AdGroupPrimaryStatus.NOT_ELIGIBLE.
CAMPAIGN_DRAFT = 16; -
AD_GROUP_PAUSED_DUE_TO_LOW_ACTIVITY
public static final AdGroupPrimaryStatusReasonEnum.AdGroupPrimaryStatusReason AD_GROUP_PAUSED_DUE_TO_LOW_ACTIVITYAd group has been paused due to prolonged low activity in serving. Contributes to AdGroupPrimaryStatus.PAUSED.
AD_GROUP_PAUSED_DUE_TO_LOW_ACTIVITY = 19; -
UNRECOGNIZED
-
-
Field Details
-
UNSPECIFIED_VALUE
public static final int UNSPECIFIED_VALUENot specified.
UNSPECIFIED = 0;- See Also:
-
UNKNOWN_VALUE
public static final int UNKNOWN_VALUEUsed for return value only. Represents value unknown in this version.
UNKNOWN = 1;- See Also:
-
CAMPAIGN_REMOVED_VALUE
public static final int CAMPAIGN_REMOVED_VALUEThe user-specified campaign status is removed. Contributes to AdGroupPrimaryStatus.NOT_ELIGIBLE.
CAMPAIGN_REMOVED = 2;- See Also:
-
CAMPAIGN_PAUSED_VALUE
public static final int CAMPAIGN_PAUSED_VALUEThe user-specified campaign status is paused. Contributes to AdGroupPrimaryStatus.NOT_ELIGIBLE.
CAMPAIGN_PAUSED = 3;- See Also:
-
CAMPAIGN_PENDING_VALUE
public static final int CAMPAIGN_PENDING_VALUEThe user-specified time for this campaign to start is in the future. Contributes to AdGroupPrimaryStatus.NOT_ELIGIBLE
CAMPAIGN_PENDING = 4;- See Also:
-
CAMPAIGN_ENDED_VALUE
public static final int CAMPAIGN_ENDED_VALUEThe user-specified time for this campaign to end has passed. Contributes to AdGroupPrimaryStatus.NOT_ELIGIBLE.
CAMPAIGN_ENDED = 5;- See Also:
-
AD_GROUP_PAUSED_VALUE
public static final int AD_GROUP_PAUSED_VALUEThe user-specified ad group status is paused. Contributes to AdGroupPrimaryStatus.PAUSED.
AD_GROUP_PAUSED = 6;- See Also:
-
AD_GROUP_REMOVED_VALUE
public static final int AD_GROUP_REMOVED_VALUEThe user-specified ad group status is removed. Contributes to AdGroupPrimaryStatus.REMOVED.
AD_GROUP_REMOVED = 7;- See Also:
-
AD_GROUP_INCOMPLETE_VALUE
public static final int AD_GROUP_INCOMPLETE_VALUEThe construction of this ad group is not yet complete. Contributes to AdGroupPrimaryStatus.NOT_ELIGIBLE.
AD_GROUP_INCOMPLETE = 8;- See Also:
-
KEYWORDS_PAUSED_VALUE
public static final int KEYWORDS_PAUSED_VALUEThe user-specified keyword statuses in this ad group are all paused. Contributes to AdGroupPrimaryStatus.NOT_ELIGIBLE.
KEYWORDS_PAUSED = 9;- See Also:
-
NO_KEYWORDS_VALUE
public static final int NO_KEYWORDS_VALUENo eligible keywords exist in this ad group. Contributes to AdGroupPrimaryStatus.NOT_ELIGIBLE.
NO_KEYWORDS = 10;- See Also:
-
AD_GROUP_ADS_PAUSED_VALUE
public static final int AD_GROUP_ADS_PAUSED_VALUEThe user-specified ad group ads statuses in this ad group are all paused. Contributes to AdGroupPrimaryStatus.NOT_ELIGIBLE.
AD_GROUP_ADS_PAUSED = 11;- See Also:
-
NO_AD_GROUP_ADS_VALUE
public static final int NO_AD_GROUP_ADS_VALUENo eligible ad group ads exist in this ad group. Contributes to AdGroupPrimaryStatus.NOT_ELIGIBLE.
NO_AD_GROUP_ADS = 12;- See Also:
-
HAS_ADS_DISAPPROVED_VALUE
public static final int HAS_ADS_DISAPPROVED_VALUEPolicy status reason when at least one ad is disapproved. Contributes to multiple AdGroupPrimaryStatus.
HAS_ADS_DISAPPROVED = 13;- See Also:
-
HAS_ADS_LIMITED_BY_POLICY_VALUE
public static final int HAS_ADS_LIMITED_BY_POLICY_VALUEPolicy status reason when at least one ad is limited by policy. Contributes to multiple AdGroupPrimaryStatus.
HAS_ADS_LIMITED_BY_POLICY = 14;- See Also:
-
MOST_ADS_UNDER_REVIEW_VALUE
public static final int MOST_ADS_UNDER_REVIEW_VALUEPolicy status reason when most ads are pending review. Contributes to AdGroupPrimaryStatus.PENDING.
MOST_ADS_UNDER_REVIEW = 15;- See Also:
-
CAMPAIGN_DRAFT_VALUE
public static final int CAMPAIGN_DRAFT_VALUEThe AdGroup belongs to a Draft campaign. Contributes to AdGroupPrimaryStatus.NOT_ELIGIBLE.
CAMPAIGN_DRAFT = 16;- See Also:
-
AD_GROUP_PAUSED_DUE_TO_LOW_ACTIVITY_VALUE
public static final int AD_GROUP_PAUSED_DUE_TO_LOW_ACTIVITY_VALUEAd group has been paused due to prolonged low activity in serving. Contributes to AdGroupPrimaryStatus.PAUSED.
AD_GROUP_PAUSED_DUE_TO_LOW_ACTIVITY = 19;- See Also:
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getNumber
public final int getNumber()- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
@Deprecated public static AdGroupPrimaryStatusReasonEnum.AdGroupPrimaryStatusReason valueOf(int value) Deprecated.Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
value- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
forNumber
- Parameters:
value- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<AdGroupPrimaryStatusReasonEnum.AdGroupPrimaryStatusReason> internalGetValueMap() -
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()- Specified by:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() -
valueOf
public static AdGroupPrimaryStatusReasonEnum.AdGroupPrimaryStatusReason valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
desc- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-