public enum EventExclusionDuration extends Enum<EventExclusionDuration> implements com.google.protobuf.ProtocolMessageEnum
Enumerates options for how long an exclusion will last if an event matches the `eventExclusionCriteria`.Protobuf enum
google.analytics.data.v1alpha.EventExclusionDuration| Enum Constant and Description |
|---|
EVENT_EXCLUSION_DURATION_UNSPECIFIED
Unspecified exclusion duration.
|
EVENT_EXCLUSION_PERMANENT
Permanently exclude events from the segment if the event ever meets
the `eventExclusionCriteria` condition.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
EVENT_EXCLUSION_DURATION_UNSPECIFIED_VALUE
Unspecified exclusion duration.
|
static int |
EVENT_EXCLUSION_PERMANENT_VALUE
Permanently exclude events from the segment if the event ever meets
the `eventExclusionCriteria` condition.
|
| Modifier and Type | Method and Description |
|---|---|
static EventExclusionDuration |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<EventExclusionDuration> |
internalGetValueMap() |
static EventExclusionDuration |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static EventExclusionDuration |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static EventExclusionDuration |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventExclusionDuration[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EventExclusionDuration EVENT_EXCLUSION_DURATION_UNSPECIFIED
Unspecified exclusion duration. Do not specify.
EVENT_EXCLUSION_DURATION_UNSPECIFIED = 0;public static final EventExclusionDuration EVENT_EXCLUSION_PERMANENT
Permanently exclude events from the segment if the event ever meets the `eventExclusionCriteria` condition.
EVENT_EXCLUSION_PERMANENT = 1;public static final EventExclusionDuration UNRECOGNIZED
public static final int EVENT_EXCLUSION_DURATION_UNSPECIFIED_VALUE
Unspecified exclusion duration. Do not specify.
EVENT_EXCLUSION_DURATION_UNSPECIFIED = 0;public static final int EVENT_EXCLUSION_PERMANENT_VALUE
Permanently exclude events from the segment if the event ever meets the `eventExclusionCriteria` condition.
EVENT_EXCLUSION_PERMANENT = 1;public static EventExclusionDuration[] values()
for (EventExclusionDuration c : EventExclusionDuration.values()) System.out.println(c);
public static EventExclusionDuration valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static EventExclusionDuration valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static EventExclusionDuration forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<EventExclusionDuration> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static EventExclusionDuration valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023 Google LLC. All rights reserved.