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