Enum AccountLabel.LabelType (0.1.0)

public enum AccountLabel.LabelType extends Enum<AccountLabel.LabelType> implements ProtocolMessageEnum

The label type.

Protobuf enum google.shopping.css.v1.AccountLabel.LabelType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
AUTOMATIC

Indicates that the label was created automatically by CSS Center.

AUTOMATIC = 2;

AUTOMATIC_VALUE

Indicates that the label was created automatically by CSS Center.

AUTOMATIC = 2;

LABEL_TYPE_UNSPECIFIED

Unknown label type.

LABEL_TYPE_UNSPECIFIED = 0;

LABEL_TYPE_UNSPECIFIED_VALUE

Unknown label type.

LABEL_TYPE_UNSPECIFIED = 0;

MANUAL

Indicates that the label was created manually.

MANUAL = 1;

MANUAL_VALUE

Indicates that the label was created manually.

MANUAL = 1;

UNRECOGNIZED

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()