public enum EventSource extends Enum<EventSource> implements ProtocolMessageEnumThe source of the event.
Protobuf enum google.ads.datamanager.v1.EventSource
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
APP |
The event was generated from an app. |
APP_VALUE |
The event was generated from an app. |
EVENT_SOURCE_UNSPECIFIED |
Unspecified EventSource. Should never be used. |
EVENT_SOURCE_UNSPECIFIED_VALUE |
Unspecified EventSource. Should never be used. |
IN_STORE |
The event was generated from an in-store transaction. |
IN_STORE_VALUE |
The event was generated from an in-store transaction. |
OTHER |
The event was generated from other sources. |
OTHER_VALUE |
The event was generated from other sources. |
PHONE |
The event was generated from a phone call. |
PHONE_VALUE |
The event was generated from a phone call. |
UNRECOGNIZED |
|
WEB |
The event was generated from a web browser. |
WEB_VALUE |
The event was generated from a web browser. |
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() |
|