public enum AgeGroup extends Enum<AgeGroup> implements ProtocolMessageEnum
Target age group of the item.
Protobuf enum google.shopping.merchant.products.v1.AgeGroup
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ADULT |
Teens or older. |
ADULT_VALUE |
Teens or older. |
AGE_GROUP_UNSPECIFIED |
Age group is not specified. |
AGE_GROUP_UNSPECIFIED_VALUE |
Age group is not specified. |
INFANT |
3-12 months old. |
INFANT_VALUE |
3-12 months old. |
KIDS |
5-13 years old. |
KIDS_VALUE |
5-13 years old. |
NEWBORN |
0-3 months old. |
NEWBORN_VALUE |
0-3 months old. |
TODDLER |
1-5 years old. |
TODDLER_VALUE |
1-5 years old. |
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() |