public enum SizeType extends Enum<SizeType> implements ProtocolMessageEnumThe cut of the item. It can be used to represent combined size types for apparel items. Maximum two of size types can be provided, see Size type.
Protobuf enum google.shopping.merchant.products.v1.SizeType
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
BIG |
Big size. |
BIG_VALUE |
Big size. |
MATERNITY |
Maternity size. |
MATERNITY_VALUE |
Maternity size. |
PETITE |
Petite size. |
PETITE_VALUE |
Petite size. |
PLUS |
Plus size. |
PLUS_VALUE |
Plus size. |
REGULAR |
Regular size. |
REGULAR_VALUE |
Regular size. |
SIZE_TYPE_UNSPECIFIED |
The size type is not specified. |
SIZE_TYPE_UNSPECIFIED_VALUE |
The size type is not specified. |
TALL |
Tall size. |
TALL_VALUE |
Tall size. |
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() |
|