Enum RedemptionChannel (0.1.0)

public enum RedemptionChannel extends Enum<RedemptionChannel> implements ProtocolMessageEnum

Channel of a promotion.

Protobuf enum google.shopping.merchant.promotions.v1beta.RedemptionChannel

Implements

ProtocolMessageEnum

Static Fields

Name Description
IN_STORE

Indicates that the channel is in store. This is same as local channel used for products.

IN_STORE = 1;

IN_STORE_VALUE

Indicates that the channel is in store. This is same as local channel used for products.

IN_STORE = 1;

ONLINE

Indicates that the channel is online.

ONLINE = 2;

ONLINE_VALUE

Indicates that the channel is online.

ONLINE = 2;

REDEMPTION_CHANNEL_UNSPECIFIED

Indicates that the channel is unspecified.

REDEMPTION_CHANNEL_UNSPECIFIED = 0;

REDEMPTION_CHANNEL_UNSPECIFIED_VALUE

Indicates that the channel is unspecified.

REDEMPTION_CHANNEL_UNSPECIFIED = 0;

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