Enum AssetGroupPrimaryStatusReasonEnum.AssetGroupPrimaryStatusReason

  • All Implemented Interfaces:
    com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, java.io.Serializable, java.lang.Comparable<AssetGroupPrimaryStatusReasonEnum.AssetGroupPrimaryStatusReason>
    Enclosing class:
    AssetGroupPrimaryStatusReasonEnum

    public static enum AssetGroupPrimaryStatusReasonEnum.AssetGroupPrimaryStatusReason
    extends java.lang.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.v14.enums.AssetGroupPrimaryStatusReasonEnum.AssetGroupPrimaryStatusReason
    • Field Detail

      • UNSPECIFIED_VALUE

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

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

        public static final int ASSET_GROUP_PAUSED_VALUE
         The user-specified asset group status is paused.
         
        ASSET_GROUP_PAUSED = 2;
        See Also:
        Constant Field Values
      • ASSET_GROUP_REMOVED_VALUE

        public static final int ASSET_GROUP_REMOVED_VALUE
         The user-specified asset group status is removed.
         
        ASSET_GROUP_REMOVED = 3;
        See Also:
        Constant Field Values
      • CAMPAIGN_REMOVED_VALUE

        public static final int CAMPAIGN_REMOVED_VALUE
         The user-specified campaign status is removed.
         
        CAMPAIGN_REMOVED = 4;
        See Also:
        Constant Field Values
      • CAMPAIGN_PAUSED_VALUE

        public static final int CAMPAIGN_PAUSED_VALUE
         The user-specified campaign status is paused.
         
        CAMPAIGN_PAUSED = 5;
        See Also:
        Constant Field Values
      • CAMPAIGN_PENDING_VALUE

        public static final int CAMPAIGN_PENDING_VALUE
         The user-specified time for this campaign to start is in the future.
         
        CAMPAIGN_PENDING = 6;
        See Also:
        Constant Field Values
      • CAMPAIGN_ENDED_VALUE

        public static final int CAMPAIGN_ENDED_VALUE
         The user-specified time for this campaign to end has passed.
         
        CAMPAIGN_ENDED = 7;
        See Also:
        Constant Field Values
      • 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.
         
        ASSET_GROUP_LIMITED = 8;
        See Also:
        Constant Field Values
      • ASSET_GROUP_DISAPPROVED_VALUE

        public static final int ASSET_GROUP_DISAPPROVED_VALUE
         The asset group has been marked as disapproved.
         
        ASSET_GROUP_DISAPPROVED = 9;
        See Also:
        Constant Field Values
      • ASSET_GROUP_UNDER_REVIEW_VALUE

        public static final int ASSET_GROUP_UNDER_REVIEW_VALUE
         The asset group has not completed policy review.
         
        ASSET_GROUP_UNDER_REVIEW = 10;
        See Also:
        Constant Field Values
    • Method Detail

      • values

        public static AssetGroupPrimaryStatusReasonEnum.AssetGroupPrimaryStatusReason[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (AssetGroupPrimaryStatusReasonEnum.AssetGroupPrimaryStatusReason c : AssetGroupPrimaryStatusReasonEnum.AssetGroupPrimaryStatusReason.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static AssetGroupPrimaryStatusReasonEnum.AssetGroupPrimaryStatusReason valueOf​(java.lang.String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.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
        public static AssetGroupPrimaryStatusReasonEnum.AssetGroupPrimaryStatusReason valueOf​(int value)
        Deprecated.
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null
      • 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 type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null