Enum Destination.DestinationEnum (2.37.1)

public enum Destination.DestinationEnum extends Enum<Destination.DestinationEnum> implements ProtocolMessageEnum

Destination values.

Protobuf enum google.shopping.type.Destination.DestinationEnum

Implements

ProtocolMessageEnum

Static Fields

NameDescription
DESTINATION_ENUM_UNSPECIFIED

Not specified.

DESTINATION_ENUM_UNSPECIFIED = 0;

DESTINATION_ENUM_UNSPECIFIED_VALUE

Not specified.

DESTINATION_ENUM_UNSPECIFIED = 0;

DISPLAY_ADS

Display ads.

DISPLAY_ADS = 2;

DISPLAY_ADS_VALUE

Display ads.

DISPLAY_ADS = 2;

FREE_LISTINGS

Free listings.

FREE_LISTINGS = 4;

FREE_LISTINGS_VALUE

Free listings.

FREE_LISTINGS = 4;

FREE_LOCAL_LISTINGS

Free local product listings.

FREE_LOCAL_LISTINGS = 5;

FREE_LOCAL_LISTINGS_VALUE

Free local product listings.

FREE_LOCAL_LISTINGS = 5;

LOCAL_INVENTORY_ADS

Local inventory ads.

LOCAL_INVENTORY_ADS = 3;

LOCAL_INVENTORY_ADS_VALUE

Local inventory ads.

LOCAL_INVENTORY_ADS = 3;

SHOPPING_ADS

Shopping ads.

SHOPPING_ADS = 1;

SHOPPING_ADS_VALUE

Shopping ads.

SHOPPING_ADS = 1;

UNRECOGNIZED
YOUTUBE_SHOPPING

YouTube Shopping.

YOUTUBE_SHOPPING = 6;

YOUTUBE_SHOPPING_VALUE

YouTube Shopping.

YOUTUBE_SHOPPING = 6;

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