Enum PlatformType (0.16.0)

public enum PlatformType extends Enum<PlatformType> implements ProtocolMessageEnum

The type of the platform on which the ad was served.

Protobuf enum google.ads.datamanager.v1.PlatformType

Implements

ProtocolMessageEnum

Static Fields

Name Description
PLATFORM_TYPE_CTV

CTV platform.

PLATFORM_TYPE_CTV = 3;

PLATFORM_TYPE_CTV_VALUE

CTV platform.

PLATFORM_TYPE_CTV = 3;

PLATFORM_TYPE_DESKTOP

Desktop platform.

PLATFORM_TYPE_DESKTOP = 2;

PLATFORM_TYPE_DESKTOP_VALUE

Desktop platform.

PLATFORM_TYPE_DESKTOP = 2;

PLATFORM_TYPE_MOBILE

Mobile platform.

PLATFORM_TYPE_MOBILE = 1;

PLATFORM_TYPE_MOBILE_VALUE

Mobile platform.

PLATFORM_TYPE_MOBILE = 1;

PLATFORM_TYPE_PHONE

Phone platform.

PLATFORM_TYPE_PHONE = 4;

PLATFORM_TYPE_PHONE_VALUE

Phone platform.

PLATFORM_TYPE_PHONE = 4;

PLATFORM_TYPE_TABLET

Tablet platform.

PLATFORM_TYPE_TABLET = 5;

PLATFORM_TYPE_TABLET_VALUE

Tablet platform.

PLATFORM_TYPE_TABLET = 5;

PLATFORM_TYPE_UNSPECIFIED

Unspecified platform type.

PLATFORM_TYPE_UNSPECIFIED = 0;

PLATFORM_TYPE_UNSPECIFIED_VALUE

Unspecified platform type.

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