Enum SizeType (1.15.0)

public enum SizeType extends Enum<SizeType> implements ProtocolMessageEnum

The 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

ProtocolMessageEnum

Static Fields

Name Description
BIG

Big size.

BIG = 4;

BIG_VALUE

Big size.

BIG = 4;

MATERNITY

Maternity size.

MATERNITY = 3;

MATERNITY_VALUE

Maternity size.

MATERNITY = 3;

PETITE

Petite size.

PETITE = 2;

PETITE_VALUE

Petite size.

PETITE = 2;

PLUS

Plus size.

PLUS = 6;

PLUS_VALUE

Plus size.

PLUS = 6;

REGULAR

Regular size.

REGULAR = 1;

REGULAR_VALUE

Regular size.

REGULAR = 1;

SIZE_TYPE_UNSPECIFIED

The size type is not specified.

SIZE_TYPE_UNSPECIFIED = 0;

SIZE_TYPE_UNSPECIFIED_VALUE

The size type is not specified.

SIZE_TYPE_UNSPECIFIED = 0;

TALL

Tall size.

TALL = 5;

TALL_VALUE

Tall size.

TALL = 5;

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()