public enum RedemptionChannel extends Enum<RedemptionChannel> implements ProtocolMessageEnum
Channel of a promotion.
Protobuf enum google.shopping.merchant.promotions.v1beta.RedemptionChannel
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
IN_STORE |
Indicates that the channel is in store.
This is same as |
IN_STORE_VALUE |
Indicates that the channel is in store.
This is same as |
ONLINE |
Indicates that the channel is online. |
ONLINE_VALUE |
Indicates that the channel is online. |
REDEMPTION_CHANNEL_UNSPECIFIED |
Indicates that the channel is unspecified. |
REDEMPTION_CHANNEL_UNSPECIFIED_VALUE |
Indicates that the channel is unspecified. |
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() |