Interface UserSegmentCriteriaOrBuilder (0.55.0)

public interface UserSegmentCriteriaOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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;

Parameter
Name Description
index int
Returns
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;

Returns
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;

Returns
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;

Parameter
Name Description
index int
Returns
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;

Returns
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;

Parameter
Name Description
index int
Returns
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;

Returns
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;

Returns
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;

Parameter
Name Description
index int
Returns
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;

Returns
Type Description
List<? extends com.google.analytics.data.v1alpha.UserSegmentSequenceGroupOrBuilder>