Enum UserExclusionDuration (0.50.0)

public enum UserExclusionDuration extends Enum<UserExclusionDuration> implements ProtocolMessageEnum

Enumerates options for how long an exclusion will last if a user matches the userExclusionCriteria.

Protobuf enum google.analytics.data.v1alpha.UserExclusionDuration

Implements

ProtocolMessageEnum

Static Fields

NameDescription
UNRECOGNIZED
USER_EXCLUSION_DURATION_UNSPECIFIED

Unspecified exclusion duration. Do not specify.

USER_EXCLUSION_DURATION_UNSPECIFIED = 0;

USER_EXCLUSION_DURATION_UNSPECIFIED_VALUE

Unspecified exclusion duration. Do not specify.

USER_EXCLUSION_DURATION_UNSPECIFIED = 0;

USER_EXCLUSION_PERMANENT

Permanently exclude users from the segment if the user ever meets the userExclusionCriteria condition.

USER_EXCLUSION_PERMANENT = 2;

USER_EXCLUSION_PERMANENT_VALUE

Permanently exclude users from the segment if the user ever meets the userExclusionCriteria condition.

USER_EXCLUSION_PERMANENT = 2;

USER_EXCLUSION_TEMPORARY

Temporarily exclude users from the segment during periods when the user meets the userExclusionCriteria condition.

USER_EXCLUSION_TEMPORARY = 1;

USER_EXCLUSION_TEMPORARY_VALUE

Temporarily exclude users from the segment during periods when the user meets the userExclusionCriteria condition.

USER_EXCLUSION_TEMPORARY = 1;

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