Enum AssetGroupListingGroupFilterErrorEnum.AssetGroupListingGroupFilterError
- java.lang.Object
-
- java.lang.Enum<AssetGroupListingGroupFilterErrorEnum.AssetGroupListingGroupFilterError>
-
- com.google.ads.googleads.v10.errors.AssetGroupListingGroupFilterErrorEnum.AssetGroupListingGroupFilterError
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,java.io.Serializable,java.lang.Comparable<AssetGroupListingGroupFilterErrorEnum.AssetGroupListingGroupFilterError>
- Enclosing class:
- AssetGroupListingGroupFilterErrorEnum
public static enum AssetGroupListingGroupFilterErrorEnum.AssetGroupListingGroupFilterError extends java.lang.Enum<AssetGroupListingGroupFilterErrorEnum.AssetGroupListingGroupFilterError> implements com.google.protobuf.ProtocolMessageEnum
Enum describing possible asset group listing group filter errors.
Protobuf enumgoogle.ads.googleads.v10.errors.AssetGroupListingGroupFilterErrorEnum.AssetGroupListingGroupFilterError
-
-
Enum Constant Summary
Enum Constants Enum Constant Description CANNOT_REFINE_HIERARCHICAL_EVERYTHING_ELSEDimension can't subdivide everything-else node in its own hierarchy.CHANGING_CASE_VALUE_WITH_CHILDRENModifying case value is allowed only while updating the entire subtree at the same time.DIFFERENT_DIMENSION_TYPE_BETWEEN_SIBLINGSDimension type of Listing Group must be the same as that of its siblings.INVALID_DIMENSION_VALUEInvalid Listing Group dimension value.INVALID_PRODUCT_BIDDING_CATEGORYInvalid Product Bidding Category.MULTIPLE_ROOTSEach Listing Group tree must have a single root.MUST_REFINE_HIERARCHICAL_PARENT_TYPEHierarchical dimension must refine a dimension of the same type.SAME_DIMENSION_TYPE_BETWEEN_ANCESTORSThe dimension type is the same as one of the ancestor Listing Groups.SAME_DIMENSION_VALUE_BETWEEN_SIBLINGSThe sibling Listing Groups target exactly the same dimension value.SUBDIVISION_HAS_CHILDRENSubdivision node has children which must be removed first.SUBDIVISION_MUST_HAVE_EVERYTHING_ELSE_CHILDListing Group SUBDIVISION node must have everything else child.TREE_TOO_DEEPListing group tree is too deep.UNIT_CANNOT_HAVE_CHILDRENListing Group UNIT node cannot have children.UNKNOWNThe received error code is not known in this version.UNRECOGNIZEDUNSPECIFIEDEnum unspecified.
-
Field Summary
Fields Modifier and Type Field Description static intCANNOT_REFINE_HIERARCHICAL_EVERYTHING_ELSE_VALUEDimension can't subdivide everything-else node in its own hierarchy.static intCHANGING_CASE_VALUE_WITH_CHILDREN_VALUEModifying case value is allowed only while updating the entire subtree at the same time.static intDIFFERENT_DIMENSION_TYPE_BETWEEN_SIBLINGS_VALUEDimension type of Listing Group must be the same as that of its siblings.static intINVALID_DIMENSION_VALUE_VALUEInvalid Listing Group dimension value.static intINVALID_PRODUCT_BIDDING_CATEGORY_VALUEInvalid Product Bidding Category.static intMULTIPLE_ROOTS_VALUEEach Listing Group tree must have a single root.static intMUST_REFINE_HIERARCHICAL_PARENT_TYPE_VALUEHierarchical dimension must refine a dimension of the same type.static intSAME_DIMENSION_TYPE_BETWEEN_ANCESTORS_VALUEThe dimension type is the same as one of the ancestor Listing Groups.static intSAME_DIMENSION_VALUE_BETWEEN_SIBLINGS_VALUEThe sibling Listing Groups target exactly the same dimension value.static intSUBDIVISION_HAS_CHILDREN_VALUESubdivision node has children which must be removed first.static intSUBDIVISION_MUST_HAVE_EVERYTHING_ELSE_CHILD_VALUEListing Group SUBDIVISION node must have everything else child.static intTREE_TOO_DEEP_VALUEListing group tree is too deep.static intUNIT_CANNOT_HAVE_CHILDREN_VALUEListing Group UNIT node cannot have children.static intUNKNOWN_VALUEThe received error code is not known in this version.static intUNSPECIFIED_VALUEEnum unspecified.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static AssetGroupListingGroupFilterErrorEnum.AssetGroupListingGroupFilterErrorforNumber(int value)static com.google.protobuf.Descriptors.EnumDescriptorgetDescriptor()com.google.protobuf.Descriptors.EnumDescriptorgetDescriptorForType()intgetNumber()com.google.protobuf.Descriptors.EnumValueDescriptorgetValueDescriptor()static com.google.protobuf.Internal.EnumLiteMap<AssetGroupListingGroupFilterErrorEnum.AssetGroupListingGroupFilterError>internalGetValueMap()static AssetGroupListingGroupFilterErrorEnum.AssetGroupListingGroupFilterErrorvalueOf(int value)Deprecated.static AssetGroupListingGroupFilterErrorEnum.AssetGroupListingGroupFilterErrorvalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static AssetGroupListingGroupFilterErrorEnum.AssetGroupListingGroupFilterErrorvalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AssetGroupListingGroupFilterErrorEnum.AssetGroupListingGroupFilterError[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
UNSPECIFIED
public static final AssetGroupListingGroupFilterErrorEnum.AssetGroupListingGroupFilterError UNSPECIFIED
Enum unspecified.
UNSPECIFIED = 0;
-
UNKNOWN
public static final AssetGroupListingGroupFilterErrorEnum.AssetGroupListingGroupFilterError UNKNOWN
The received error code is not known in this version.
UNKNOWN = 1;
-
TREE_TOO_DEEP
public static final AssetGroupListingGroupFilterErrorEnum.AssetGroupListingGroupFilterError TREE_TOO_DEEP
Listing group tree is too deep.
TREE_TOO_DEEP = 2;
-
UNIT_CANNOT_HAVE_CHILDREN
public static final AssetGroupListingGroupFilterErrorEnum.AssetGroupListingGroupFilterError UNIT_CANNOT_HAVE_CHILDREN
Listing Group UNIT node cannot have children.
UNIT_CANNOT_HAVE_CHILDREN = 3;
-
SUBDIVISION_MUST_HAVE_EVERYTHING_ELSE_CHILD
public static final AssetGroupListingGroupFilterErrorEnum.AssetGroupListingGroupFilterError SUBDIVISION_MUST_HAVE_EVERYTHING_ELSE_CHILD
Listing Group SUBDIVISION node must have everything else child.
SUBDIVISION_MUST_HAVE_EVERYTHING_ELSE_CHILD = 4;
-
DIFFERENT_DIMENSION_TYPE_BETWEEN_SIBLINGS
public static final AssetGroupListingGroupFilterErrorEnum.AssetGroupListingGroupFilterError DIFFERENT_DIMENSION_TYPE_BETWEEN_SIBLINGS
Dimension type of Listing Group must be the same as that of its siblings.
DIFFERENT_DIMENSION_TYPE_BETWEEN_SIBLINGS = 5;
-
SAME_DIMENSION_VALUE_BETWEEN_SIBLINGS
public static final AssetGroupListingGroupFilterErrorEnum.AssetGroupListingGroupFilterError SAME_DIMENSION_VALUE_BETWEEN_SIBLINGS
The sibling Listing Groups target exactly the same dimension value.
SAME_DIMENSION_VALUE_BETWEEN_SIBLINGS = 6;
-
SAME_DIMENSION_TYPE_BETWEEN_ANCESTORS
public static final AssetGroupListingGroupFilterErrorEnum.AssetGroupListingGroupFilterError SAME_DIMENSION_TYPE_BETWEEN_ANCESTORS
The dimension type is the same as one of the ancestor Listing Groups.
SAME_DIMENSION_TYPE_BETWEEN_ANCESTORS = 7;
-
MULTIPLE_ROOTS
public static final AssetGroupListingGroupFilterErrorEnum.AssetGroupListingGroupFilterError MULTIPLE_ROOTS
Each Listing Group tree must have a single root.
MULTIPLE_ROOTS = 8;
-
INVALID_DIMENSION_VALUE
public static final AssetGroupListingGroupFilterErrorEnum.AssetGroupListingGroupFilterError INVALID_DIMENSION_VALUE
Invalid Listing Group dimension value.
INVALID_DIMENSION_VALUE = 9;
-
MUST_REFINE_HIERARCHICAL_PARENT_TYPE
public static final AssetGroupListingGroupFilterErrorEnum.AssetGroupListingGroupFilterError MUST_REFINE_HIERARCHICAL_PARENT_TYPE
Hierarchical dimension must refine a dimension of the same type.
MUST_REFINE_HIERARCHICAL_PARENT_TYPE = 10;
-
INVALID_PRODUCT_BIDDING_CATEGORY
public static final AssetGroupListingGroupFilterErrorEnum.AssetGroupListingGroupFilterError INVALID_PRODUCT_BIDDING_CATEGORY
Invalid Product Bidding Category.
INVALID_PRODUCT_BIDDING_CATEGORY = 11;
-
CHANGING_CASE_VALUE_WITH_CHILDREN
public static final AssetGroupListingGroupFilterErrorEnum.AssetGroupListingGroupFilterError CHANGING_CASE_VALUE_WITH_CHILDREN
Modifying case value is allowed only while updating the entire subtree at the same time.
CHANGING_CASE_VALUE_WITH_CHILDREN = 12;
-
SUBDIVISION_HAS_CHILDREN
public static final AssetGroupListingGroupFilterErrorEnum.AssetGroupListingGroupFilterError SUBDIVISION_HAS_CHILDREN
Subdivision node has children which must be removed first.
SUBDIVISION_HAS_CHILDREN = 13;
-
CANNOT_REFINE_HIERARCHICAL_EVERYTHING_ELSE
public static final AssetGroupListingGroupFilterErrorEnum.AssetGroupListingGroupFilterError CANNOT_REFINE_HIERARCHICAL_EVERYTHING_ELSE
Dimension can't subdivide everything-else node in its own hierarchy.
CANNOT_REFINE_HIERARCHICAL_EVERYTHING_ELSE = 14;
-
UNRECOGNIZED
public static final AssetGroupListingGroupFilterErrorEnum.AssetGroupListingGroupFilterError UNRECOGNIZED
-
-
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 namejava.lang.NullPointerException- if the argument is null
-
getNumber
public final int getNumber()
- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin interfacecom.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 namejava.lang.NullPointerException- if the argument is null
-
forNumber
public static AssetGroupListingGroupFilterErrorEnum.AssetGroupListingGroupFilterError forNumber(int value)
- 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:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.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 namejava.lang.NullPointerException- if the argument is null
-
-