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
  • Enum Constant Details

  • Field Details

    • UNSPECIFIED_VALUE

      public static final int UNSPECIFIED_VALUE
       Not specified.
       
      UNSPECIFIED = 0;
      See Also:
    • UNKNOWN_VALUE

      public static final int UNKNOWN_VALUE
       Used for return value only. Represents value unknown in this version.
       
      UNKNOWN = 1;
      See Also:
    • CAMPAIGN_REMOVED_VALUE

      public static final int CAMPAIGN_REMOVED_VALUE
       The 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_VALUE
       The 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_VALUE
       The 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_VALUE
       The 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_VALUE
       The 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_VALUE
       The 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_VALUE
       The 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_VALUE
       The 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_VALUE
       No 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_VALUE
       The 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_VALUE
       No 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_VALUE
       Policy 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_VALUE
       Policy 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_VALUE
       Policy 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_VALUE
       The 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_VALUE
       Ad 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 name
      NullPointerException - if the argument is null
    • getNumber

      public final int getNumber()
      Specified by:
      getNumber in interface com.google.protobuf.Internal.EnumLite
      Specified by:
      getNumber in interface com.google.protobuf.ProtocolMessageEnum
    • valueOf

      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 name
      NullPointerException - if the argument is null
    • forNumber

      public static AdGroupPrimaryStatusReasonEnum.AdGroupPrimaryStatusReason forNumber(int value)
      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:
      getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnum
    • getDescriptorForType

      public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.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 name
      NullPointerException - if the argument is null