public interface EventSegmentConditionGroupOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
EventCriteriaScoping |
getConditionScoping()
`conditionScoping` should always be `EVENT_CRITERIA_WITHIN_SAME_EVENT`.
|
int |
getConditionScopingValue()
`conditionScoping` should always be `EVENT_CRITERIA_WITHIN_SAME_EVENT`.
|
SegmentFilterExpression |
getSegmentFilterExpression()
Data is included or excluded from the segment based on if it matches
this expression.
|
SegmentFilterExpressionOrBuilder |
getSegmentFilterExpressionOrBuilder()
Data is included or excluded from the segment based on if it matches
this expression.
|
boolean |
hasSegmentFilterExpression()
Data is included or excluded from the segment based on if it matches
this expression.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint 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;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;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;
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;
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;
Copyright © 2023 Google LLC. All rights reserved.