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