public interface UserSegmentCriteriaOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAndConditionGroups(int index)
public abstract UserSegmentConditionGroup getAndConditionGroups(int index) A user matches this criteria if the user matches each of these
andConditionGroups and each of the andSequenceGroups.
andConditionGroups may be empty if andSequenceGroups are specified.
repeated .google.analytics.data.v1alpha.UserSegmentConditionGroup and_condition_groups = 1;
| Name | Description |
index |
int |
| Type | Description |
UserSegmentConditionGroup |
getAndConditionGroupsCount()
public abstract int getAndConditionGroupsCount() A user matches this criteria if the user matches each of these
andConditionGroups and each of the andSequenceGroups.
andConditionGroups may be empty if andSequenceGroups are specified.
repeated .google.analytics.data.v1alpha.UserSegmentConditionGroup and_condition_groups = 1;
| Type | Description |
int |
getAndConditionGroupsList()
public abstract List<UserSegmentConditionGroup> getAndConditionGroupsList() A user matches this criteria if the user matches each of these
andConditionGroups and each of the andSequenceGroups.
andConditionGroups may be empty if andSequenceGroups are specified.
repeated .google.analytics.data.v1alpha.UserSegmentConditionGroup and_condition_groups = 1;
| Type | Description |
List<UserSegmentConditionGroup> |
getAndConditionGroupsOrBuilder(int index)
public abstract UserSegmentConditionGroupOrBuilder getAndConditionGroupsOrBuilder(int index) A user matches this criteria if the user matches each of these
andConditionGroups and each of the andSequenceGroups.
andConditionGroups may be empty if andSequenceGroups are specified.
repeated .google.analytics.data.v1alpha.UserSegmentConditionGroup and_condition_groups = 1;
| Name | Description |
index |
int |
| Type | Description |
UserSegmentConditionGroupOrBuilder |
getAndConditionGroupsOrBuilderList()
public abstract List<? extends UserSegmentConditionGroupOrBuilder> getAndConditionGroupsOrBuilderList() A user matches this criteria if the user matches each of these
andConditionGroups and each of the andSequenceGroups.
andConditionGroups may be empty if andSequenceGroups are specified.
repeated .google.analytics.data.v1alpha.UserSegmentConditionGroup and_condition_groups = 1;
| Type | Description |
List<? extends com.google.analytics.data.v1alpha.UserSegmentConditionGroupOrBuilder> |
getAndSequenceGroups(int index)
public abstract UserSegmentSequenceGroup getAndSequenceGroups(int index) A user matches this criteria if the user matches each of these
andSequenceGroups and each of the andConditionGroups.
andSequenceGroups may be empty if andConditionGroups are specified.
repeated .google.analytics.data.v1alpha.UserSegmentSequenceGroup and_sequence_groups = 2;
| Name | Description |
index |
int |
| Type | Description |
UserSegmentSequenceGroup |
getAndSequenceGroupsCount()
public abstract int getAndSequenceGroupsCount() A user matches this criteria if the user matches each of these
andSequenceGroups and each of the andConditionGroups.
andSequenceGroups may be empty if andConditionGroups are specified.
repeated .google.analytics.data.v1alpha.UserSegmentSequenceGroup and_sequence_groups = 2;
| Type | Description |
int |
getAndSequenceGroupsList()
public abstract List<UserSegmentSequenceGroup> getAndSequenceGroupsList() A user matches this criteria if the user matches each of these
andSequenceGroups and each of the andConditionGroups.
andSequenceGroups may be empty if andConditionGroups are specified.
repeated .google.analytics.data.v1alpha.UserSegmentSequenceGroup and_sequence_groups = 2;
| Type | Description |
List<UserSegmentSequenceGroup> |
getAndSequenceGroupsOrBuilder(int index)
public abstract UserSegmentSequenceGroupOrBuilder getAndSequenceGroupsOrBuilder(int index) A user matches this criteria if the user matches each of these
andSequenceGroups and each of the andConditionGroups.
andSequenceGroups may be empty if andConditionGroups are specified.
repeated .google.analytics.data.v1alpha.UserSegmentSequenceGroup and_sequence_groups = 2;
| Name | Description |
index |
int |
| Type | Description |
UserSegmentSequenceGroupOrBuilder |
getAndSequenceGroupsOrBuilderList()
public abstract List<? extends UserSegmentSequenceGroupOrBuilder> getAndSequenceGroupsOrBuilderList() A user matches this criteria if the user matches each of these
andSequenceGroups and each of the andConditionGroups.
andSequenceGroups may be empty if andConditionGroups are specified.
repeated .google.analytics.data.v1alpha.UserSegmentSequenceGroup and_sequence_groups = 2;
| Type | Description |
List<? extends com.google.analytics.data.v1alpha.UserSegmentSequenceGroupOrBuilder> |