Enum Class FeedItemQualityDisapprovalReasonEnum.FeedItemQualityDisapprovalReason

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

public static enum FeedItemQualityDisapprovalReasonEnum.FeedItemQualityDisapprovalReason extends Enum<FeedItemQualityDisapprovalReasonEnum.FeedItemQualityDisapprovalReason> implements com.google.protobuf.ProtocolMessageEnum
 The possible quality evaluation disapproval reasons of a feed item.
 
Protobuf enum google.ads.googleads.v18.enums.FeedItemQualityDisapprovalReasonEnum.FeedItemQualityDisapprovalReason
  • 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:
    • PRICE_TABLE_REPETITIVE_HEADERS_VALUE

      public static final int PRICE_TABLE_REPETITIVE_HEADERS_VALUE
       Price contains repetitive headers.
       
      PRICE_TABLE_REPETITIVE_HEADERS = 2;
      See Also:
    • PRICE_TABLE_REPETITIVE_DESCRIPTION_VALUE

      public static final int PRICE_TABLE_REPETITIVE_DESCRIPTION_VALUE
       Price contains repetitive description.
       
      PRICE_TABLE_REPETITIVE_DESCRIPTION = 3;
      See Also:
    • PRICE_TABLE_INCONSISTENT_ROWS_VALUE

      public static final int PRICE_TABLE_INCONSISTENT_ROWS_VALUE
       Price contains inconsistent items.
       
      PRICE_TABLE_INCONSISTENT_ROWS = 4;
      See Also:
    • PRICE_DESCRIPTION_HAS_PRICE_QUALIFIERS_VALUE

      public static final int PRICE_DESCRIPTION_HAS_PRICE_QUALIFIERS_VALUE
       Price contains qualifiers in description.
       
      PRICE_DESCRIPTION_HAS_PRICE_QUALIFIERS = 5;
      See Also:
    • PRICE_UNSUPPORTED_LANGUAGE_VALUE

      public static final int PRICE_UNSUPPORTED_LANGUAGE_VALUE
       Price contains an unsupported language.
       
      PRICE_UNSUPPORTED_LANGUAGE = 6;
      See Also:
    • PRICE_TABLE_ROW_HEADER_TABLE_TYPE_MISMATCH_VALUE

      public static final int PRICE_TABLE_ROW_HEADER_TABLE_TYPE_MISMATCH_VALUE
       Price item header is not relevant to the price type.
       
      PRICE_TABLE_ROW_HEADER_TABLE_TYPE_MISMATCH = 7;
      See Also:
    • PRICE_TABLE_ROW_HEADER_HAS_PROMOTIONAL_TEXT_VALUE

      public static final int PRICE_TABLE_ROW_HEADER_HAS_PROMOTIONAL_TEXT_VALUE
       Price item header has promotional text.
       
      PRICE_TABLE_ROW_HEADER_HAS_PROMOTIONAL_TEXT = 8;
      See Also:
    • PRICE_TABLE_ROW_DESCRIPTION_NOT_RELEVANT_VALUE

      public static final int PRICE_TABLE_ROW_DESCRIPTION_NOT_RELEVANT_VALUE
       Price item description is not relevant to the item header.
       
      PRICE_TABLE_ROW_DESCRIPTION_NOT_RELEVANT = 9;
      See Also:
    • PRICE_TABLE_ROW_DESCRIPTION_HAS_PROMOTIONAL_TEXT_VALUE

      public static final int PRICE_TABLE_ROW_DESCRIPTION_HAS_PROMOTIONAL_TEXT_VALUE
       Price item description contains promotional text.
       
      PRICE_TABLE_ROW_DESCRIPTION_HAS_PROMOTIONAL_TEXT = 10;
      See Also:
    • PRICE_TABLE_ROW_HEADER_DESCRIPTION_REPETITIVE_VALUE

      public static final int PRICE_TABLE_ROW_HEADER_DESCRIPTION_REPETITIVE_VALUE
       Price item header and description are repetitive.
       
      PRICE_TABLE_ROW_HEADER_DESCRIPTION_REPETITIVE = 11;
      See Also:
    • PRICE_TABLE_ROW_UNRATEABLE_VALUE

      public static final int PRICE_TABLE_ROW_UNRATEABLE_VALUE
       Price item is in a foreign language, nonsense, or can't be rated.
       
      PRICE_TABLE_ROW_UNRATEABLE = 12;
      See Also:
    • PRICE_TABLE_ROW_PRICE_INVALID_VALUE

      public static final int PRICE_TABLE_ROW_PRICE_INVALID_VALUE
       Price item price is invalid or inaccurate.
       
      PRICE_TABLE_ROW_PRICE_INVALID = 13;
      See Also:
    • PRICE_TABLE_ROW_URL_INVALID_VALUE

      public static final int PRICE_TABLE_ROW_URL_INVALID_VALUE
       Price item URL is invalid or irrelevant.
       
      PRICE_TABLE_ROW_URL_INVALID = 14;
      See Also:
    • PRICE_HEADER_OR_DESCRIPTION_HAS_PRICE_VALUE

      public static final int PRICE_HEADER_OR_DESCRIPTION_HAS_PRICE_VALUE
       Price item header or description has price.
       
      PRICE_HEADER_OR_DESCRIPTION_HAS_PRICE = 15;
      See Also:
    • STRUCTURED_SNIPPETS_HEADER_POLICY_VIOLATED_VALUE

      public static final int STRUCTURED_SNIPPETS_HEADER_POLICY_VIOLATED_VALUE
       Structured snippet values do not match the header.
       
      STRUCTURED_SNIPPETS_HEADER_POLICY_VIOLATED = 16;
      See Also:
    • STRUCTURED_SNIPPETS_REPEATED_VALUES_VALUE

      public static final int STRUCTURED_SNIPPETS_REPEATED_VALUES_VALUE
       Structured snippet values are repeated.
       
      STRUCTURED_SNIPPETS_REPEATED_VALUES = 17;
      See Also:
    • STRUCTURED_SNIPPETS_EDITORIAL_GUIDELINES_VALUE

      public static final int STRUCTURED_SNIPPETS_EDITORIAL_GUIDELINES_VALUE
       Structured snippet values violate editorial guidelines like punctuation.
       
      STRUCTURED_SNIPPETS_EDITORIAL_GUIDELINES = 18;
      See Also:
    • STRUCTURED_SNIPPETS_HAS_PROMOTIONAL_TEXT_VALUE

      public static final int STRUCTURED_SNIPPETS_HAS_PROMOTIONAL_TEXT_VALUE
       Structured snippet contain promotional text.
       
      STRUCTURED_SNIPPETS_HAS_PROMOTIONAL_TEXT = 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

      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<FeedItemQualityDisapprovalReasonEnum.FeedItemQualityDisapprovalReason> 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 FeedItemQualityDisapprovalReasonEnum.FeedItemQualityDisapprovalReason 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