public interface EventSegmentCriteriaOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
EventSegmentConditionGroup |
getAndConditionGroups(int index)
An event matches this criteria if the event matches each of these
`andConditionGroups`.
|
int |
getAndConditionGroupsCount()
An event matches this criteria if the event matches each of these
`andConditionGroups`.
|
List<EventSegmentConditionGroup> |
getAndConditionGroupsList()
An event matches this criteria if the event matches each of these
`andConditionGroups`.
|
EventSegmentConditionGroupOrBuilder |
getAndConditionGroupsOrBuilder(int index)
An event matches this criteria if the event matches each of these
`andConditionGroups`.
|
List<? extends EventSegmentConditionGroupOrBuilder> |
getAndConditionGroupsOrBuilderList()
An event matches this criteria if the event matches each of these
`andConditionGroups`.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<EventSegmentConditionGroup> getAndConditionGroupsList()
An event matches this criteria if the event matches each of these `andConditionGroups`.
repeated .google.analytics.data.v1alpha.EventSegmentConditionGroup and_condition_groups = 1;
EventSegmentConditionGroup getAndConditionGroups(int index)
An event matches this criteria if the event matches each of these `andConditionGroups`.
repeated .google.analytics.data.v1alpha.EventSegmentConditionGroup and_condition_groups = 1;
int getAndConditionGroupsCount()
An event matches this criteria if the event matches each of these `andConditionGroups`.
repeated .google.analytics.data.v1alpha.EventSegmentConditionGroup and_condition_groups = 1;
List<? extends EventSegmentConditionGroupOrBuilder> getAndConditionGroupsOrBuilderList()
An event matches this criteria if the event matches each of these `andConditionGroups`.
repeated .google.analytics.data.v1alpha.EventSegmentConditionGroup and_condition_groups = 1;
EventSegmentConditionGroupOrBuilder getAndConditionGroupsOrBuilder(int index)
An event matches this criteria if the event matches each of these `andConditionGroups`.
repeated .google.analytics.data.v1alpha.EventSegmentConditionGroup and_condition_groups = 1;
Copyright © 2023 Google LLC. All rights reserved.