Enum AssetGroupListingGroupFilterErrorEnum.AssetGroupListingGroupFilterError

    • Field Detail

      • UNSPECIFIED_VALUE

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

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

        public static final int TREE_TOO_DEEP_VALUE
         Listing group tree is too deep.
         
        TREE_TOO_DEEP = 2;
        See Also:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • MULTIPLE_ROOTS_VALUE

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

        public static final int INVALID_DIMENSION_VALUE_VALUE
         Invalid Listing Group dimension value.
         
        INVALID_DIMENSION_VALUE = 9;
        See Also:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
    • Method Detail

      • values

        public static AssetGroupListingGroupFilterErrorEnum.AssetGroupListingGroupFilterError[] 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 (AssetGroupListingGroupFilterErrorEnum.AssetGroupListingGroupFilterError c : AssetGroupListingGroupFilterErrorEnum.AssetGroupListingGroupFilterError.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static AssetGroupListingGroupFilterErrorEnum.AssetGroupListingGroupFilterError 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 AssetGroupListingGroupFilterErrorEnum.AssetGroupListingGroupFilterError 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 AssetGroupListingGroupFilterErrorEnum.AssetGroupListingGroupFilterError 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