Enum Class AssetGroupPrimaryStatusReasonEnum.AssetGroupPrimaryStatusReason

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

public static enum AssetGroupPrimaryStatusReasonEnum.AssetGroupPrimaryStatusReason extends Enum<AssetGroupPrimaryStatusReasonEnum.AssetGroupPrimaryStatusReason> implements com.google.protobuf.ProtocolMessageEnum
 Enum describing the possible asset group primary status reasons. Provides
 reasons into why an asset group is not serving or not serving optimally.
 It will be empty when the asset group is serving without issues.
 
Protobuf enum google.ads.googleads.v18.enums.AssetGroupPrimaryStatusReasonEnum.AssetGroupPrimaryStatusReason
  • 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:
    • ASSET_GROUP_PAUSED_VALUE

      public static final int ASSET_GROUP_PAUSED_VALUE
       The user-specified asset group status is paused. Contributes to
       AssetGroupPrimaryStatus.PAUSED
       
      ASSET_GROUP_PAUSED = 2;
      See Also:
    • ASSET_GROUP_REMOVED_VALUE

      public static final int ASSET_GROUP_REMOVED_VALUE
       The user-specified asset group status is removed. Contributes to
       AssetGroupPrimaryStatus.REMOVED.
       
      ASSET_GROUP_REMOVED = 3;
      See Also:
    • CAMPAIGN_REMOVED_VALUE

      public static final int CAMPAIGN_REMOVED_VALUE
       The user-specified campaign status is removed. Contributes to
       AssetGroupPrimaryStatus.NOT_ELIGIBLE.
       
      CAMPAIGN_REMOVED = 4;
      See Also:
    • CAMPAIGN_PAUSED_VALUE

      public static final int CAMPAIGN_PAUSED_VALUE
       The user-specified campaign status is paused. Contributes to
       AssetGroupPrimaryStatus.NOT_ELIGIBLE.
       
      CAMPAIGN_PAUSED = 5;
      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 AssetGroupPrimaryStatus.NOT_ELIGIBLE.
       
      CAMPAIGN_PENDING = 6;
      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 AssetGroupPrimaryStatus.NOT_ELIGIBLE.
       
      CAMPAIGN_ENDED = 7;
      See Also:
    • ASSET_GROUP_LIMITED_VALUE

      public static final int ASSET_GROUP_LIMITED_VALUE
       The asset group is approved but only serves in limited capacity due to
       policies. Contributes to AssetGroupPrimaryStatus.LIMITED.
       
      ASSET_GROUP_LIMITED = 8;
      See Also:
    • ASSET_GROUP_DISAPPROVED_VALUE

      public static final int ASSET_GROUP_DISAPPROVED_VALUE
       The asset group has been marked as disapproved. Contributes to
       AssetGroupPrimaryStatus.NOT_ELIGIBLE.
       
      ASSET_GROUP_DISAPPROVED = 9;
      See Also:
    • ASSET_GROUP_UNDER_REVIEW_VALUE

      public static final int ASSET_GROUP_UNDER_REVIEW_VALUE
       The asset group has not completed policy review. Contributes to
       AssetGroupPrimaryStatus.PENDING.
       
      ASSET_GROUP_UNDER_REVIEW = 10;
      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<AssetGroupPrimaryStatusReasonEnum.AssetGroupPrimaryStatusReason> 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 AssetGroupPrimaryStatusReasonEnum.AssetGroupPrimaryStatusReason 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