| Modifier and Type | Method and Description |
|---|---|
UserSegmentConditionGroup.Builder |
UserSegmentCriteria.Builder.addAndConditionGroupsBuilder()
A user matches this criteria if the user matches each of these
`andConditionGroups` and each of the `andSequenceGroups`.
|
UserSegmentConditionGroup.Builder |
UserSegmentCriteria.Builder.addAndConditionGroupsBuilder(int index)
A user matches this criteria if the user matches each of these
`andConditionGroups` and each of the `andSequenceGroups`.
|
UserSegmentConditionGroup.Builder |
UserSegmentConditionGroup.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
UserSegmentConditionGroup.Builder |
UserSegmentConditionGroup.Builder.clear() |
UserSegmentConditionGroup.Builder |
UserSegmentConditionGroup.Builder.clearConditionScoping()
Data is included or excluded from the segment based on if it matches
the condition group.
|
UserSegmentConditionGroup.Builder |
UserSegmentConditionGroup.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
UserSegmentConditionGroup.Builder |
UserSegmentConditionGroup.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
UserSegmentConditionGroup.Builder |
UserSegmentConditionGroup.Builder.clearSegmentFilterExpression()
Data is included or excluded from the segment based on if it matches
this expression.
|
UserSegmentConditionGroup.Builder |
UserSegmentConditionGroup.Builder.clone() |
UserSegmentConditionGroup.Builder |
UserSegmentCriteria.Builder.getAndConditionGroupsBuilder(int index)
A user matches this criteria if the user matches each of these
`andConditionGroups` and each of the `andSequenceGroups`.
|
UserSegmentConditionGroup.Builder |
UserSegmentConditionGroup.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
UserSegmentConditionGroup.Builder |
UserSegmentConditionGroup.Builder.mergeFrom(com.google.protobuf.Message other) |
UserSegmentConditionGroup.Builder |
UserSegmentConditionGroup.Builder.mergeFrom(UserSegmentConditionGroup other) |
UserSegmentConditionGroup.Builder |
UserSegmentConditionGroup.Builder.mergeSegmentFilterExpression(SegmentFilterExpression value)
Data is included or excluded from the segment based on if it matches
this expression.
|
UserSegmentConditionGroup.Builder |
UserSegmentConditionGroup.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static UserSegmentConditionGroup.Builder |
UserSegmentConditionGroup.newBuilder() |
static UserSegmentConditionGroup.Builder |
UserSegmentConditionGroup.newBuilder(UserSegmentConditionGroup prototype) |
UserSegmentConditionGroup.Builder |
UserSegmentConditionGroup.newBuilderForType() |
protected UserSegmentConditionGroup.Builder |
UserSegmentConditionGroup.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
UserSegmentConditionGroup.Builder |
UserSegmentConditionGroup.Builder.setConditionScoping(UserCriteriaScoping value)
Data is included or excluded from the segment based on if it matches
the condition group.
|
UserSegmentConditionGroup.Builder |
UserSegmentConditionGroup.Builder.setConditionScopingValue(int value)
Data is included or excluded from the segment based on if it matches
the condition group.
|
UserSegmentConditionGroup.Builder |
UserSegmentConditionGroup.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
UserSegmentConditionGroup.Builder |
UserSegmentConditionGroup.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
UserSegmentConditionGroup.Builder |
UserSegmentConditionGroup.Builder.setSegmentFilterExpression(SegmentFilterExpression.Builder builderForValue)
Data is included or excluded from the segment based on if it matches
this expression.
|
UserSegmentConditionGroup.Builder |
UserSegmentConditionGroup.Builder.setSegmentFilterExpression(SegmentFilterExpression value)
Data is included or excluded from the segment based on if it matches
this expression.
|
UserSegmentConditionGroup.Builder |
UserSegmentConditionGroup.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
UserSegmentConditionGroup.Builder |
UserSegmentConditionGroup.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
List<UserSegmentConditionGroup.Builder> |
UserSegmentCriteria.Builder.getAndConditionGroupsBuilderList()
A user matches this criteria if the user matches each of these
`andConditionGroups` and each of the `andSequenceGroups`.
|
| Modifier and Type | Method and Description |
|---|---|
UserSegmentCriteria.Builder |
UserSegmentCriteria.Builder.addAndConditionGroups(int index,
UserSegmentConditionGroup.Builder builderForValue)
A user matches this criteria if the user matches each of these
`andConditionGroups` and each of the `andSequenceGroups`.
|
UserSegmentCriteria.Builder |
UserSegmentCriteria.Builder.addAndConditionGroups(UserSegmentConditionGroup.Builder builderForValue)
A user matches this criteria if the user matches each of these
`andConditionGroups` and each of the `andSequenceGroups`.
|
UserSegmentCriteria.Builder |
UserSegmentCriteria.Builder.setAndConditionGroups(int index,
UserSegmentConditionGroup.Builder builderForValue)
A user matches this criteria if the user matches each of these
`andConditionGroups` and each of the `andSequenceGroups`.
|
Copyright © 2023 Google LLC. All rights reserved.