public enum EventCriteriaScoping extends Enum<EventCriteriaScoping> implements com.google.protobuf.ProtocolMessageEnum
Scoping specifies which events are considered when evaluating if an event meets a criteria.Protobuf enum
google.analytics.data.v1alpha.EventCriteriaScoping| Enum Constant and Description |
|---|
EVENT_CRITERIA_SCOPING_UNSPECIFIED
Unspecified criteria scoping.
|
EVENT_CRITERIA_WITHIN_SAME_EVENT
If the criteria is satisfied within one event, the event matches the
criteria.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
EVENT_CRITERIA_SCOPING_UNSPECIFIED_VALUE
Unspecified criteria scoping.
|
static int |
EVENT_CRITERIA_WITHIN_SAME_EVENT_VALUE
If the criteria is satisfied within one event, the event matches the
criteria.
|
| Modifier and Type | Method and Description |
|---|---|
static EventCriteriaScoping |
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<EventCriteriaScoping> |
internalGetValueMap() |
static EventCriteriaScoping |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static EventCriteriaScoping |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static EventCriteriaScoping |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventCriteriaScoping[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EventCriteriaScoping EVENT_CRITERIA_SCOPING_UNSPECIFIED
Unspecified criteria scoping. Do not specify.
EVENT_CRITERIA_SCOPING_UNSPECIFIED = 0;public static final EventCriteriaScoping EVENT_CRITERIA_WITHIN_SAME_EVENT
If the criteria is satisfied within one event, the event matches the criteria.
EVENT_CRITERIA_WITHIN_SAME_EVENT = 1;public static final EventCriteriaScoping UNRECOGNIZED
public static final int EVENT_CRITERIA_SCOPING_UNSPECIFIED_VALUE
Unspecified criteria scoping. Do not specify.
EVENT_CRITERIA_SCOPING_UNSPECIFIED = 0;public static final int EVENT_CRITERIA_WITHIN_SAME_EVENT_VALUE
If the criteria is satisfied within one event, the event matches the criteria.
EVENT_CRITERIA_WITHIN_SAME_EVENT = 1;public static EventCriteriaScoping[] values()
for (EventCriteriaScoping c : EventCriteriaScoping.values()) System.out.println(c);
public static EventCriteriaScoping 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 EventCriteriaScoping valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static EventCriteriaScoping forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<EventCriteriaScoping> 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 EventCriteriaScoping valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023 Google LLC. All rights reserved.