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;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.analytics.data.v1alpha.EventSegmentConditionGroupOrBuilder> |
|