| Modifier and Type | Method and Description |
|---|---|
static EventCriteriaScoping |
EventCriteriaScoping.forNumber(int value) |
EventCriteriaScoping |
EventSegmentConditionGroup.getConditionScoping()
`conditionScoping` should always be `EVENT_CRITERIA_WITHIN_SAME_EVENT`.
|
EventCriteriaScoping |
EventSegmentConditionGroup.Builder.getConditionScoping()
`conditionScoping` should always be `EVENT_CRITERIA_WITHIN_SAME_EVENT`.
|
EventCriteriaScoping |
EventSegmentConditionGroupOrBuilder.getConditionScoping()
`conditionScoping` should always be `EVENT_CRITERIA_WITHIN_SAME_EVENT`.
|
static EventCriteriaScoping |
EventCriteriaScoping.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static EventCriteriaScoping |
EventCriteriaScoping.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static EventCriteriaScoping |
EventCriteriaScoping.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventCriteriaScoping[] |
EventCriteriaScoping.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<EventCriteriaScoping> |
EventCriteriaScoping.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
EventSegmentConditionGroup.Builder |
EventSegmentConditionGroup.Builder.setConditionScoping(EventCriteriaScoping value)
`conditionScoping` should always be `EVENT_CRITERIA_WITHIN_SAME_EVENT`.
|
Copyright © 2023 Google LLC. All rights reserved.