Enum TargetPlatformEnum.TargetPlatform (0.54.0)

public enum TargetPlatformEnum.TargetPlatform extends Enum<TargetPlatformEnum.TargetPlatform> implements ProtocolMessageEnum

The target platform of a line item.

Protobuf enum google.ads.admanager.v1.TargetPlatformEnum.TargetPlatform

Implements

ProtocolMessageEnum

Static Fields

Name Description
ANY

A universal target platform that combines mobile and desktop features.

ANY = 1;

ANY_VALUE

A universal target platform that combines mobile and desktop features.

ANY = 1;

MOBILE

Mobile devices.

MOBILE = 2;

MOBILE_VALUE

Mobile devices.

MOBILE = 2;

TARGET_PLATFORM_UNSPECIFIED

Default value. This value is unused.

TARGET_PLATFORM_UNSPECIFIED = 0;

TARGET_PLATFORM_UNSPECIFIED_VALUE

Default value. This value is unused.

TARGET_PLATFORM_UNSPECIFIED = 0;

UNRECOGNIZED
WEB

The desktop web.

WEB = 3;

WEB_VALUE

The desktop web.

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