public enum KeyEvent.CountingMethod extends Enum<KeyEvent.CountingMethod> implements ProtocolMessageEnum
The method by which Key Events will be counted across multiple events within a session.
Protobuf enum google.analytics.admin.v1beta.KeyEvent.CountingMethod
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
COUNTING_METHOD_UNSPECIFIED |
Counting method not specified. |
COUNTING_METHOD_UNSPECIFIED_VALUE |
Counting method not specified. |
ONCE_PER_EVENT |
Each Event instance is considered a Key Event. |
ONCE_PER_EVENT_VALUE |
Each Event instance is considered a Key Event. |
ONCE_PER_SESSION |
An Event instance is considered a Key Event at most once per session per user. |
ONCE_PER_SESSION_VALUE |
An Event instance is considered a Key Event at most once per session per user. |
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() |