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