| Modifier and Type | Method and Description |
|---|---|
static UserCriteriaScoping |
UserCriteriaScoping.forNumber(int value) |
UserCriteriaScoping |
UserSegmentConditionGroup.getConditionScoping()
Data is included or excluded from the segment based on if it matches
the condition group.
|
UserCriteriaScoping |
UserSegmentConditionGroup.Builder.getConditionScoping()
Data is included or excluded from the segment based on if it matches
the condition group.
|
UserCriteriaScoping |
UserSegmentConditionGroupOrBuilder.getConditionScoping()
Data is included or excluded from the segment based on if it matches
the condition group.
|
UserCriteriaScoping |
UserSegmentSequenceGroupOrBuilder.getSequenceScoping()
All sequence steps must be satisfied in the scoping for the user to
match the sequence.
|
UserCriteriaScoping |
UserSegmentSequenceGroup.getSequenceScoping()
All sequence steps must be satisfied in the scoping for the user to
match the sequence.
|
UserCriteriaScoping |
UserSegmentSequenceGroup.Builder.getSequenceScoping()
All sequence steps must be satisfied in the scoping for the user to
match the sequence.
|
UserCriteriaScoping |
UserSequenceStepOrBuilder.getStepScoping()
This sequence step must be satisfied in the scoping for the user to
match the sequence.
|
UserCriteriaScoping |
UserSequenceStep.getStepScoping()
This sequence step must be satisfied in the scoping for the user to
match the sequence.
|
UserCriteriaScoping |
UserSequenceStep.Builder.getStepScoping()
This sequence step must be satisfied in the scoping for the user to
match the sequence.
|
static UserCriteriaScoping |
UserCriteriaScoping.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static UserCriteriaScoping |
UserCriteriaScoping.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static UserCriteriaScoping |
UserCriteriaScoping.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserCriteriaScoping[] |
UserCriteriaScoping.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<UserCriteriaScoping> |
UserCriteriaScoping.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
UserSegmentConditionGroup.Builder |
UserSegmentConditionGroup.Builder.setConditionScoping(UserCriteriaScoping value)
Data is included or excluded from the segment based on if it matches
the condition group.
|
UserSegmentSequenceGroup.Builder |
UserSegmentSequenceGroup.Builder.setSequenceScoping(UserCriteriaScoping value)
All sequence steps must be satisfied in the scoping for the user to
match the sequence.
|
UserSequenceStep.Builder |
UserSequenceStep.Builder.setStepScoping(UserCriteriaScoping value)
This sequence step must be satisfied in the scoping for the user to
match the sequence.
|
Copyright © 2023 Google LLC. All rights reserved.