Enum Class AssetGroupListingGroupFilterErrorEnum.AssetGroupListingGroupFilterError

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

public static enum AssetGroupListingGroupFilterErrorEnum.AssetGroupListingGroupFilterError extends Enum<AssetGroupListingGroupFilterErrorEnum.AssetGroupListingGroupFilterError> implements com.google.protobuf.ProtocolMessageEnum
 Enum describing possible asset group listing group filter errors.
 
Protobuf enum google.ads.googleads.v18.errors.AssetGroupListingGroupFilterErrorEnum.AssetGroupListingGroupFilterError
  • Enum Constant Details

  • Field Details

    • UNSPECIFIED_VALUE

      public static final int UNSPECIFIED_VALUE
       Enum unspecified.
       
      UNSPECIFIED = 0;
      See Also:
    • UNKNOWN_VALUE

      public static final int UNKNOWN_VALUE
       The received error code is not known in this version.
       
      UNKNOWN = 1;
      See Also:
    • TREE_TOO_DEEP_VALUE

      public static final int TREE_TOO_DEEP_VALUE
       Listing group tree is too deep.
       
      TREE_TOO_DEEP = 2;
      See Also:
    • UNIT_CANNOT_HAVE_CHILDREN_VALUE

      public static final int UNIT_CANNOT_HAVE_CHILDREN_VALUE
       Listing Group UNIT node cannot have children.
       
      UNIT_CANNOT_HAVE_CHILDREN = 3;
      See Also:
    • SUBDIVISION_MUST_HAVE_EVERYTHING_ELSE_CHILD_VALUE

      public static final int SUBDIVISION_MUST_HAVE_EVERYTHING_ELSE_CHILD_VALUE
       Listing Group SUBDIVISION node must have everything else child.
       
      SUBDIVISION_MUST_HAVE_EVERYTHING_ELSE_CHILD = 4;
      See Also:
    • DIFFERENT_DIMENSION_TYPE_BETWEEN_SIBLINGS_VALUE

      public static final int DIFFERENT_DIMENSION_TYPE_BETWEEN_SIBLINGS_VALUE
       Dimension type of Listing Group must be the same as that of its siblings.
       
      DIFFERENT_DIMENSION_TYPE_BETWEEN_SIBLINGS = 5;
      See Also:
    • SAME_DIMENSION_VALUE_BETWEEN_SIBLINGS_VALUE

      public static final int SAME_DIMENSION_VALUE_BETWEEN_SIBLINGS_VALUE
       The sibling Listing Groups target exactly the same dimension value.
       
      SAME_DIMENSION_VALUE_BETWEEN_SIBLINGS = 6;
      See Also:
    • SAME_DIMENSION_TYPE_BETWEEN_ANCESTORS_VALUE

      public static final int SAME_DIMENSION_TYPE_BETWEEN_ANCESTORS_VALUE
       The dimension type is the same as one of the ancestor Listing Groups.
       
      SAME_DIMENSION_TYPE_BETWEEN_ANCESTORS = 7;
      See Also:
    • MULTIPLE_ROOTS_VALUE

      public static final int MULTIPLE_ROOTS_VALUE
       Each Listing Group tree must have a single root.
       
      MULTIPLE_ROOTS = 8;
      See Also:
    • INVALID_DIMENSION_VALUE_VALUE

      public static final int INVALID_DIMENSION_VALUE_VALUE
       Invalid Listing Group dimension value.
       
      INVALID_DIMENSION_VALUE = 9;
      See Also:
    • MUST_REFINE_HIERARCHICAL_PARENT_TYPE_VALUE

      public static final int MUST_REFINE_HIERARCHICAL_PARENT_TYPE_VALUE
       Hierarchical dimension must refine a dimension of the same type.
       
      MUST_REFINE_HIERARCHICAL_PARENT_TYPE = 10;
      See Also:
    • INVALID_PRODUCT_BIDDING_CATEGORY_VALUE

      public static final int INVALID_PRODUCT_BIDDING_CATEGORY_VALUE
       Invalid Product Bidding Category.
       
      INVALID_PRODUCT_BIDDING_CATEGORY = 11;
      See Also:
    • CHANGING_CASE_VALUE_WITH_CHILDREN_VALUE

      public static final int CHANGING_CASE_VALUE_WITH_CHILDREN_VALUE
       Modifying case value is allowed only while updating the entire subtree at
       the same time.
       
      CHANGING_CASE_VALUE_WITH_CHILDREN = 12;
      See Also:
    • SUBDIVISION_HAS_CHILDREN_VALUE

      public static final int SUBDIVISION_HAS_CHILDREN_VALUE
       Subdivision node has children which must be removed first.
       
      SUBDIVISION_HAS_CHILDREN = 13;
      See Also:
    • CANNOT_REFINE_HIERARCHICAL_EVERYTHING_ELSE_VALUE

      public static final int CANNOT_REFINE_HIERARCHICAL_EVERYTHING_ELSE_VALUE
       Dimension can't subdivide everything-else node in its own hierarchy.
       
      CANNOT_REFINE_HIERARCHICAL_EVERYTHING_ELSE = 14;
      See Also:
    • DIMENSION_TYPE_NOT_ALLOWED_VALUE

      public static final int DIMENSION_TYPE_NOT_ALLOWED_VALUE
       This dimension type is not allowed in this context.
       
      DIMENSION_TYPE_NOT_ALLOWED = 15;
      See Also:
    • DUPLICATE_WEBPAGE_FILTER_UNDER_ASSET_GROUP_VALUE

      public static final int DUPLICATE_WEBPAGE_FILTER_UNDER_ASSET_GROUP_VALUE
       All the webpage filters under an AssetGroup should be distinct.
       
      DUPLICATE_WEBPAGE_FILTER_UNDER_ASSET_GROUP = 16;
      See Also:
    • LISTING_SOURCE_NOT_ALLOWED_VALUE

      public static final int LISTING_SOURCE_NOT_ALLOWED_VALUE
       Filter of the listing source type is not allowed in the context.
       
      LISTING_SOURCE_NOT_ALLOWED = 17;
      See Also:
    • FILTER_EXCLUSION_NOT_ALLOWED_VALUE

      public static final int FILTER_EXCLUSION_NOT_ALLOWED_VALUE
       Exclusion filters are not allowed in the context.
       
      FILTER_EXCLUSION_NOT_ALLOWED = 18;
      See Also:
    • MULTIPLE_LISTING_SOURCES_VALUE

      public static final int MULTIPLE_LISTING_SOURCES_VALUE
       All the filters under an AssetGroup should have the same listing source.
       
      MULTIPLE_LISTING_SOURCES = 19;
      See Also:
    • MULTIPLE_WEBPAGE_CONDITION_TYPES_NOT_ALLOWED_VALUE

      public static final int MULTIPLE_WEBPAGE_CONDITION_TYPES_NOT_ALLOWED_VALUE
       All the conditions in a webpage needs to be of same type.
       
      MULTIPLE_WEBPAGE_CONDITION_TYPES_NOT_ALLOWED = 20;
      See Also:
    • MULTIPLE_WEBPAGE_TYPES_PER_ASSET_GROUP_VALUE

      public static final int MULTIPLE_WEBPAGE_TYPES_PER_ASSET_GROUP_VALUE
       All the webpage types of the filters under an AssetGroup should be of
       same type. Example: All the webpage types can be of type custom_label or
       url_contains but not both.
       
      MULTIPLE_WEBPAGE_TYPES_PER_ASSET_GROUP = 21;
      See Also:
    • PAGE_FEED_FILTER_HAS_PARENT_VALUE

      public static final int PAGE_FEED_FILTER_HAS_PARENT_VALUE
       All page feed filter nodes are root nodes and they can't have a parent.
       
      PAGE_FEED_FILTER_HAS_PARENT = 22;
      See Also:
    • MULTIPLE_OPERATIONS_ON_ONE_NODE_VALUE

      public static final int MULTIPLE_OPERATIONS_ON_ONE_NODE_VALUE
       There cannot be more than one mutate operation per request that targets a
       single asset group listing group filter.
       
      MULTIPLE_OPERATIONS_ON_ONE_NODE = 23;
      See Also:
    • TREE_WAS_INVALID_BEFORE_MUTATION_VALUE

      public static final int TREE_WAS_INVALID_BEFORE_MUTATION_VALUE
       The tree is in an invalid state in the database. Any changes that don't
       fix its issues will fail validation.
       
      TREE_WAS_INVALID_BEFORE_MUTATION = 24;
      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<AssetGroupListingGroupFilterErrorEnum.AssetGroupListingGroupFilterError> 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 AssetGroupListingGroupFilterErrorEnum.AssetGroupListingGroupFilterError 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