public interface EventSegmentConditionGroupOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getConditionScoping()
public abstract EventCriteriaScoping getConditionScoping() conditionScoping should always be EVENT_CRITERIA_WITHIN_SAME_EVENT.
Optional. If unspecified, a conditionScoping of
EVENT_CRITERIA_WITHIN_SAME_EVENT is used.
.google.analytics.data.v1alpha.EventCriteriaScoping condition_scoping = 1;
| Returns | |
|---|---|
| Type | Description |
EventCriteriaScoping |
The conditionScoping. |
getConditionScopingValue()
public abstract int getConditionScopingValue() conditionScoping should always be EVENT_CRITERIA_WITHIN_SAME_EVENT.
Optional. If unspecified, a conditionScoping of
EVENT_CRITERIA_WITHIN_SAME_EVENT is used.
.google.analytics.data.v1alpha.EventCriteriaScoping condition_scoping = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for conditionScoping. |
getSegmentFilterExpression()
public abstract SegmentFilterExpression getSegmentFilterExpression()Data is included or excluded from the segment based on if it matches this expression. Expressions express criteria on dimension, metrics, and/or parameters.
.google.analytics.data.v1alpha.SegmentFilterExpression segment_filter_expression = 2;
| Returns | |
|---|---|
| Type | Description |
SegmentFilterExpression |
The segmentFilterExpression. |
getSegmentFilterExpressionOrBuilder()
public abstract SegmentFilterExpressionOrBuilder getSegmentFilterExpressionOrBuilder()Data is included or excluded from the segment based on if it matches this expression. Expressions express criteria on dimension, metrics, and/or parameters.
.google.analytics.data.v1alpha.SegmentFilterExpression segment_filter_expression = 2;
| Returns | |
|---|---|
| Type | Description |
SegmentFilterExpressionOrBuilder |
|
hasSegmentFilterExpression()
public abstract boolean hasSegmentFilterExpression()Data is included or excluded from the segment based on if it matches this expression. Expressions express criteria on dimension, metrics, and/or parameters.
.google.analytics.data.v1alpha.SegmentFilterExpression segment_filter_expression = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the segmentFilterExpression field is set. |