Enum Destination (0.3.0)

public enum Destination extends Enum<Destination> implements ProtocolMessageEnum

Destinations available for a product.

Destinations are used in Merchant Center to allow you to control where the products from your data feed should be displayed.

Protobuf enum google.shopping.type.Destination

Implements

ProtocolMessageEnum

Static Fields

NameDescription
DESTINATION_UNSPECIFIED

Not specified.

DESTINATION_UNSPECIFIED = 0;

DESTINATION_UNSPECIFIED_VALUE

Not specified.

DESTINATION_UNSPECIFIED = 0;

FREE_LISTINGS

Free listings.

FREE_LISTINGS = 3;

FREE_LISTINGS_VALUE

Free listings.

FREE_LISTINGS = 3;

FREE_LOCAL_LISTINGS

Free local product listings.

FREE_LOCAL_LISTINGS = 4;

FREE_LOCAL_LISTINGS_VALUE

Free local product listings.

FREE_LOCAL_LISTINGS = 4;

LOCAL_INVENTORY_ADS

Local inventory ads.

LOCAL_INVENTORY_ADS = 2;

LOCAL_INVENTORY_ADS_VALUE

Local inventory ads.

LOCAL_INVENTORY_ADS = 2;

SHOPPING_ADS

Shopping ads.

SHOPPING_ADS = 1;

SHOPPING_ADS_VALUE

Shopping ads.

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