Enum SessionExclusionDuration (0.53.0)

public enum SessionExclusionDuration extends Enum<SessionExclusionDuration> implements ProtocolMessageEnum

Enumerates options for how long an exclusion will last if a session matches the sessionExclusionCriteria.

Protobuf enum google.analytics.data.v1alpha.SessionExclusionDuration

Implements

ProtocolMessageEnum

Static Fields

NameDescription
SESSION_EXCLUSION_DURATION_UNSPECIFIED

Unspecified exclusion duration. Do not specify.

SESSION_EXCLUSION_DURATION_UNSPECIFIED = 0;

SESSION_EXCLUSION_DURATION_UNSPECIFIED_VALUE

Unspecified exclusion duration. Do not specify.

SESSION_EXCLUSION_DURATION_UNSPECIFIED = 0;

SESSION_EXCLUSION_PERMANENT

Permanently exclude sessions from the segment if the session ever meets the sessionExclusionCriteria condition.

SESSION_EXCLUSION_PERMANENT = 2;

SESSION_EXCLUSION_PERMANENT_VALUE

Permanently exclude sessions from the segment if the session ever meets the sessionExclusionCriteria condition.

SESSION_EXCLUSION_PERMANENT = 2;

SESSION_EXCLUSION_TEMPORARY

Temporarily exclude sessions from the segment during periods when the session meets the sessionExclusionCriteria condition.

SESSION_EXCLUSION_TEMPORARY = 1;

SESSION_EXCLUSION_TEMPORARY_VALUE

Temporarily exclude sessions from the segment during periods when the session meets the sessionExclusionCriteria condition.

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