Enum EventExclusionDuration (0.41.0)

public enum EventExclusionDuration extends Enum<EventExclusionDuration> implements ProtocolMessageEnum

Enumerates options for how long an exclusion will last if an event matches the eventExclusionCriteria.

Protobuf enum google.analytics.data.v1alpha.EventExclusionDuration

Implements

ProtocolMessageEnum

Static Fields

NameDescription
EVENT_EXCLUSION_DURATION_UNSPECIFIED

Unspecified exclusion duration. Do not specify.

EVENT_EXCLUSION_DURATION_UNSPECIFIED = 0;

EVENT_EXCLUSION_DURATION_UNSPECIFIED_VALUE

Unspecified exclusion duration. Do not specify.

EVENT_EXCLUSION_DURATION_UNSPECIFIED = 0;

EVENT_EXCLUSION_PERMANENT

Permanently exclude events from the segment if the event ever meets the eventExclusionCriteria condition.

EVENT_EXCLUSION_PERMANENT = 1;

EVENT_EXCLUSION_PERMANENT_VALUE

Permanently exclude events from the segment if the event ever meets the eventExclusionCriteria condition.

EVENT_EXCLUSION_PERMANENT = 1;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()