public interface EventSegmentCriteriaOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAndConditionGroups(int index)
public abstract 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;
| Name | Description |
| index | int |
| Type | Description |
| EventSegmentConditionGroup |
getAndConditionGroupsCount()
public abstract 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;
| Type | Description |
| int |
getAndConditionGroupsList()
public abstract List<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;
| Type | Description |
| List<EventSegmentConditionGroup> |
getAndConditionGroupsOrBuilder(int index)
public abstract 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;
| Name | Description |
| index | int |
| Type | Description |
| EventSegmentConditionGroupOrBuilder |
getAndConditionGroupsOrBuilderList()
public abstract 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;
| Type | Description |
| List<? extends com.google.analytics.data.v1alpha.EventSegmentConditionGroupOrBuilder> |