Enum AudienceEventTrigger.LogCondition (0.49.0)

public enum AudienceEventTrigger.LogCondition extends Enum<AudienceEventTrigger.LogCondition> implements ProtocolMessageEnum

Determines when to log the event.

Protobuf enum google.analytics.admin.v1alpha.AudienceEventTrigger.LogCondition

Implements

ProtocolMessageEnum

Static Fields

NameDescription
AUDIENCE_JOINED

The event should be logged only when a user is joined.

AUDIENCE_JOINED = 1;

AUDIENCE_JOINED_VALUE

The event should be logged only when a user is joined.

AUDIENCE_JOINED = 1;

AUDIENCE_MEMBERSHIP_RENEWED

The event should be logged whenever the Audience condition is met, even if the user is already a member of the Audience.

AUDIENCE_MEMBERSHIP_RENEWED = 2;

AUDIENCE_MEMBERSHIP_RENEWED_VALUE

The event should be logged whenever the Audience condition is met, even if the user is already a member of the Audience.

AUDIENCE_MEMBERSHIP_RENEWED = 2;

LOG_CONDITION_UNSPECIFIED

Log condition is not specified.

LOG_CONDITION_UNSPECIFIED = 0;

LOG_CONDITION_UNSPECIFIED_VALUE

Log condition is not specified.

LOG_CONDITION_UNSPECIFIED = 0;

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