Enum Audience.AudienceExclusionDurationMode (0.19.0)

public enum Audience.AudienceExclusionDurationMode extends Enum<Audience.AudienceExclusionDurationMode> implements ProtocolMessageEnum

Specifies how long an exclusion lasts for users that meet the exclusion filter.

Protobuf enum google.analytics.admin.v1alpha.Audience.AudienceExclusionDurationMode

Implements

ProtocolMessageEnum

Static Fields

NameDescription
AUDIENCE_EXCLUSION_DURATION_MODE_UNSPECIFIED

Not specified.

AUDIENCE_EXCLUSION_DURATION_MODE_UNSPECIFIED = 0;

AUDIENCE_EXCLUSION_DURATION_MODE_UNSPECIFIED_VALUE

Not specified.

AUDIENCE_EXCLUSION_DURATION_MODE_UNSPECIFIED = 0;

EXCLUDE_PERMANENTLY

Exclude users from the Audience if they've ever met the filter clause.

EXCLUDE_PERMANENTLY = 2;

EXCLUDE_PERMANENTLY_VALUE

Exclude users from the Audience if they've ever met the filter clause.

EXCLUDE_PERMANENTLY = 2;

EXCLUDE_TEMPORARILY

Exclude users from the Audience during periods when they meet the filter clause.

EXCLUDE_TEMPORARILY = 1;

EXCLUDE_TEMPORARILY_VALUE

Exclude users from the Audience during periods when they meet the filter clause.

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