| Modifier and Type | Method and Description |
|---|---|
EventSegmentConditionGroup |
EventSegmentConditionGroup.Builder.build() |
EventSegmentConditionGroup |
EventSegmentConditionGroup.Builder.buildPartial() |
EventSegmentConditionGroup |
EventSegmentCriteria.getAndConditionGroups(int index)
An event matches this criteria if the event matches each of these
`andConditionGroups`.
|
EventSegmentConditionGroup |
EventSegmentCriteria.Builder.getAndConditionGroups(int index)
An event matches this criteria if the event matches each of these
`andConditionGroups`.
|
EventSegmentConditionGroup |
EventSegmentCriteriaOrBuilder.getAndConditionGroups(int index)
An event matches this criteria if the event matches each of these
`andConditionGroups`.
|
static EventSegmentConditionGroup |
EventSegmentConditionGroup.getDefaultInstance() |
EventSegmentConditionGroup |
EventSegmentConditionGroup.getDefaultInstanceForType() |
EventSegmentConditionGroup |
EventSegmentConditionGroup.Builder.getDefaultInstanceForType() |
static EventSegmentConditionGroup |
EventSegmentConditionGroup.parseDelimitedFrom(InputStream input) |
static EventSegmentConditionGroup |
EventSegmentConditionGroup.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EventSegmentConditionGroup |
EventSegmentConditionGroup.parseFrom(byte[] data) |
static EventSegmentConditionGroup |
EventSegmentConditionGroup.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EventSegmentConditionGroup |
EventSegmentConditionGroup.parseFrom(ByteBuffer data) |
static EventSegmentConditionGroup |
EventSegmentConditionGroup.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EventSegmentConditionGroup |
EventSegmentConditionGroup.parseFrom(com.google.protobuf.ByteString data) |
static EventSegmentConditionGroup |
EventSegmentConditionGroup.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EventSegmentConditionGroup |
EventSegmentConditionGroup.parseFrom(com.google.protobuf.CodedInputStream input) |
static EventSegmentConditionGroup |
EventSegmentConditionGroup.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EventSegmentConditionGroup |
EventSegmentConditionGroup.parseFrom(InputStream input) |
static EventSegmentConditionGroup |
EventSegmentConditionGroup.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<EventSegmentConditionGroup> |
EventSegmentCriteria.getAndConditionGroupsList()
An event matches this criteria if the event matches each of these
`andConditionGroups`.
|
List<EventSegmentConditionGroup> |
EventSegmentCriteria.Builder.getAndConditionGroupsList()
An event matches this criteria if the event matches each of these
`andConditionGroups`.
|
List<EventSegmentConditionGroup> |
EventSegmentCriteriaOrBuilder.getAndConditionGroupsList()
An event matches this criteria if the event matches each of these
`andConditionGroups`.
|
com.google.protobuf.Parser<EventSegmentConditionGroup> |
EventSegmentConditionGroup.getParserForType() |
static com.google.protobuf.Parser<EventSegmentConditionGroup> |
EventSegmentConditionGroup.parser() |
| Modifier and Type | Method and Description |
|---|---|
EventSegmentCriteria.Builder |
EventSegmentCriteria.Builder.addAndConditionGroups(EventSegmentConditionGroup value)
An event matches this criteria if the event matches each of these
`andConditionGroups`.
|
EventSegmentCriteria.Builder |
EventSegmentCriteria.Builder.addAndConditionGroups(int index,
EventSegmentConditionGroup value)
An event matches this criteria if the event matches each of these
`andConditionGroups`.
|
EventSegmentConditionGroup.Builder |
EventSegmentConditionGroup.Builder.mergeFrom(EventSegmentConditionGroup other) |
static EventSegmentConditionGroup.Builder |
EventSegmentConditionGroup.newBuilder(EventSegmentConditionGroup prototype) |
EventSegmentCriteria.Builder |
EventSegmentCriteria.Builder.setAndConditionGroups(int index,
EventSegmentConditionGroup value)
An event matches this criteria if the event matches each of these
`andConditionGroups`.
|
| Modifier and Type | Method and Description |
|---|---|
EventSegmentCriteria.Builder |
EventSegmentCriteria.Builder.addAllAndConditionGroups(Iterable<? extends EventSegmentConditionGroup> values)
An event matches this criteria if the event matches each of these
`andConditionGroups`.
|
Copyright © 2023 Google LLC. All rights reserved.