Enum AgeGroup (1.0.0)

public enum AgeGroup extends Enum<AgeGroup> implements ProtocolMessageEnum

Target age group of the item.

Protobuf enum google.shopping.merchant.products.v1.AgeGroup

Implements

ProtocolMessageEnum

Static Fields

Name Description
ADULT

Teens or older.

ADULT = 1;

ADULT_VALUE

Teens or older.

ADULT = 1;

AGE_GROUP_UNSPECIFIED

Age group is not specified.

AGE_GROUP_UNSPECIFIED = 0;

AGE_GROUP_UNSPECIFIED_VALUE

Age group is not specified.

AGE_GROUP_UNSPECIFIED = 0;

INFANT

3-12 months old.

INFANT = 4;

INFANT_VALUE

3-12 months old.

INFANT = 4;

KIDS

5-13 years old.

KIDS = 2;

KIDS_VALUE

5-13 years old.

KIDS = 2;

NEWBORN

0-3 months old.

NEWBORN = 5;

NEWBORN_VALUE

0-3 months old.

NEWBORN = 5;

TODDLER

1-5 years old.

TODDLER = 3;

TODDLER_VALUE

1-5 years old.

TODDLER = 3;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()