Enum Class AdGroupAdPrimaryStatusReasonEnum.AdGroupAdPrimaryStatusReason

java.lang.Object
java.lang.Enum<AdGroupAdPrimaryStatusReasonEnum.AdGroupAdPrimaryStatusReason>
com.google.ads.googleads.v18.enums.AdGroupAdPrimaryStatusReasonEnum.AdGroupAdPrimaryStatusReason
All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, Serializable, Comparable<AdGroupAdPrimaryStatusReasonEnum.AdGroupAdPrimaryStatusReason>, Constable
Enclosing class:
AdGroupAdPrimaryStatusReasonEnum

public static enum AdGroupAdPrimaryStatusReasonEnum.AdGroupAdPrimaryStatusReason extends Enum<AdGroupAdPrimaryStatusReasonEnum.AdGroupAdPrimaryStatusReason> implements com.google.protobuf.ProtocolMessageEnum
 Possible ad group ad status reasons.
 
Protobuf enum google.ads.googleads.v18.enums.AdGroupAdPrimaryStatusReasonEnum.AdGroupAdPrimaryStatusReason
  • Enum Constant Details

  • Field Details

    • UNSPECIFIED_VALUE

      public static final int UNSPECIFIED_VALUE
       No value has been 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
       AdGroupAdPrimaryStatus.REMOVED.
       
      CAMPAIGN_REMOVED = 2;
      See Also:
    • CAMPAIGN_PAUSED_VALUE

      public static final int CAMPAIGN_PAUSED_VALUE
       The user-specified campaign status is paused. Contributes to
       AdGroupAdPrimaryStatus.PAUSED.
       
      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 AdGroupAdPrimaryStatus.PENDING.
       
      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 AdGroupAdPrimaryStatus.ENDED.
       
      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
       AdGroupAdPrimaryStatus.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
       AdGroupAdPrimaryStatus.REMOVED.
       
      AD_GROUP_REMOVED = 7;
      See Also:
    • AD_GROUP_AD_PAUSED_VALUE

      public static final int AD_GROUP_AD_PAUSED_VALUE
       The user-specified ad status is paused. Contributes to
       AdGroupAdPrimaryStatus.PAUSED.
       
      AD_GROUP_AD_PAUSED = 8;
      See Also:
    • AD_GROUP_AD_REMOVED_VALUE

      public static final int AD_GROUP_AD_REMOVED_VALUE
       The user-specified ad status is removed. Contributes to
       AdGroupAdPrimaryStatus.REMOVED.
       
      AD_GROUP_AD_REMOVED = 9;
      See Also:
    • AD_GROUP_AD_DISAPPROVED_VALUE

      public static final int AD_GROUP_AD_DISAPPROVED_VALUE
       The ad is disapproved. Contributes to
       AdGroupAdPrimaryStatus.NOT_ELIGIBLE.
       
      AD_GROUP_AD_DISAPPROVED = 10;
      See Also:
    • AD_GROUP_AD_UNDER_REVIEW_VALUE

      public static final int AD_GROUP_AD_UNDER_REVIEW_VALUE
       The ad is under review. Contributes to AdGroupAdPrimaryStatus.PENDING.
       
      AD_GROUP_AD_UNDER_REVIEW = 11;
      See Also:
    • AD_GROUP_AD_POOR_QUALITY_VALUE

      public static final int AD_GROUP_AD_POOR_QUALITY_VALUE
       The ad is poor quality. This is determined by the serving stack that
       served the Ad. Contributes to AdGroupAdPrimaryStatus.LIMITED.
       
      AD_GROUP_AD_POOR_QUALITY = 12;
      See Also:
    • AD_GROUP_AD_NO_ADS_VALUE

      public static final int AD_GROUP_AD_NO_ADS_VALUE
       No eligible ads instances could be generated. Contributes to
       AdGroupAdPrimaryStatus.PENDING.
       
      AD_GROUP_AD_NO_ADS = 13;
      See Also:
    • AD_GROUP_AD_APPROVED_LABELED_VALUE

      public static final int AD_GROUP_AD_APPROVED_LABELED_VALUE
       The ad is internally labeled with a limiting label. Contributes to
       AdGroupAdPrimaryStatus.LIMITED.
       
      AD_GROUP_AD_APPROVED_LABELED = 14;
      See Also:
    • AD_GROUP_AD_AREA_OF_INTEREST_ONLY_VALUE

      public static final int AD_GROUP_AD_AREA_OF_INTEREST_ONLY_VALUE
       The ad is only serving in the user-specified area of interest.
       Contributes to AdGroupAdPrimaryStatus.LIMITED.
       
      AD_GROUP_AD_AREA_OF_INTEREST_ONLY = 15;
      See Also:
    • AD_GROUP_AD_UNDER_APPEAL_VALUE

      public static final int AD_GROUP_AD_UNDER_APPEAL_VALUE
       The ad is part of an ongoing appeal. This reason does not impact
       AdGroupAdPrimaryStatus.
       
      AD_GROUP_AD_UNDER_APPEAL = 16;
      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

      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<AdGroupAdPrimaryStatusReasonEnum.AdGroupAdPrimaryStatusReason> 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 AdGroupAdPrimaryStatusReasonEnum.AdGroupAdPrimaryStatusReason 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