Enum ExchangeSyndicationProductEnum.ExchangeSyndicationProduct (0.39.0)

public enum ExchangeSyndicationProductEnum.ExchangeSyndicationProduct extends Enum<ExchangeSyndicationProductEnum.ExchangeSyndicationProduct> implements ProtocolMessageEnum

Ad Exchange syndication product.

Protobuf enum google.ads.admanager.v1.ExchangeSyndicationProductEnum.ExchangeSyndicationProduct

Implements

ProtocolMessageEnum

Static Fields

Name Description
DISPLAY

Property serves in-browser.

DISPLAY = 1;

DISPLAY_VALUE

Property serves in-browser.

DISPLAY = 1;

EXCHANGE_SYNDICATION_PRODUCT_UNSPECIFIED

No value specified

EXCHANGE_SYNDICATION_PRODUCT_UNSPECIFIED = 0;

EXCHANGE_SYNDICATION_PRODUCT_UNSPECIFIED_VALUE

No value specified

EXCHANGE_SYNDICATION_PRODUCT_UNSPECIFIED = 0;

GAMES

Property serves for games.

GAMES = 4;

GAMES_VALUE

Property serves for games.

GAMES = 4;

MOBILE_APP

Property serves on mobile applications (includes JS and SDK).

MOBILE_APP = 2;

MOBILE_APP_VALUE

Property serves on mobile applications (includes JS and SDK).

MOBILE_APP = 2;

UNRECOGNIZED
VIDEO_AND_AUDIO

Property serves video (includes audio).

VIDEO_AND_AUDIO = 3;

VIDEO_AND_AUDIO_VALUE

Property serves video (includes audio).

VIDEO_AND_AUDIO = 3;

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