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