public enum AccountLabel.LabelType extends Enum<AccountLabel.LabelType> implements ProtocolMessageEnum
The label type.
Protobuf enum google.shopping.css.v1.AccountLabel.LabelType
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
AUTOMATIC |
Indicates that the label was created automatically by CSS Center. |
AUTOMATIC_VALUE |
Indicates that the label was created automatically by CSS Center. |
LABEL_TYPE_UNSPECIFIED |
Unknown label type. |
LABEL_TYPE_UNSPECIFIED_VALUE |
Unknown label type. |
MANUAL |
Indicates that the label was created manually. |
MANUAL_VALUE |
Indicates that the label was created manually. |
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() |