Enum EventSource (0.1.0)

public enum EventSource extends Enum<EventSource> implements ProtocolMessageEnum

The source of the event.

Protobuf enum google.ads.datamanager.v1.EventSource

Implements

ProtocolMessageEnum

Static Fields

Name Description
APP

The event was generated from an app.

APP = 2;

APP_VALUE

The event was generated from an app.

APP = 2;

EVENT_SOURCE_UNSPECIFIED

Unspecified EventSource. Should never be used.

EVENT_SOURCE_UNSPECIFIED = 0;

EVENT_SOURCE_UNSPECIFIED_VALUE

Unspecified EventSource. Should never be used.

EVENT_SOURCE_UNSPECIFIED = 0;

IN_STORE

The event was generated from an in-store transaction.

IN_STORE = 3;

IN_STORE_VALUE

The event was generated from an in-store transaction.

IN_STORE = 3;

OTHER

The event was generated from other sources.

OTHER = 5;

OTHER_VALUE

The event was generated from other sources.

OTHER = 5;

PHONE

The event was generated from a phone call.

PHONE = 4;

PHONE_VALUE

The event was generated from a phone call.

PHONE = 4;

UNRECOGNIZED
WEB

The event was generated from a web browser.

WEB = 1;

WEB_VALUE

The event was generated from a web browser.

WEB = 1;

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