public enum Channel.ChannelEnum extends Enum<Channel.ChannelEnum> implements ProtocolMessageEnum
Channel values.
Protobuf enum google.shopping.type.Channel.ChannelEnum
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
CHANNEL_ENUM_UNSPECIFIED |
Not specified. |
CHANNEL_ENUM_UNSPECIFIED_VALUE |
Not specified. |
LOCAL |
Local product. |
LOCAL_VALUE |
Local product. |
ONLINE |
Online product. |
ONLINE_VALUE |
Online product. |
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() |