public interface EventSegmentExclusionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
EventSegmentCriteria |
getEventExclusionCriteria()
If an event meets this condition, the event is excluded from membership
in the segment for the `eventExclusionDuration`.
|
EventSegmentCriteriaOrBuilder |
getEventExclusionCriteriaOrBuilder()
If an event meets this condition, the event is excluded from membership
in the segment for the `eventExclusionDuration`.
|
EventExclusionDuration |
getEventExclusionDuration()
`eventExclusionDuration` should always be `PERMANENTLY_EXCLUDE`.
|
int |
getEventExclusionDurationValue()
`eventExclusionDuration` should always be `PERMANENTLY_EXCLUDE`.
|
boolean |
hasEventExclusionCriteria()
If an event meets this condition, the event is excluded from membership
in the segment for the `eventExclusionDuration`.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getEventExclusionDurationValue()
`eventExclusionDuration` should always be `PERMANENTLY_EXCLUDE`. Optional. If unspecified, an `eventExclusionDuration` of `EVENT_EXCLUSION_PERMANENT` is used.
.google.analytics.data.v1alpha.EventExclusionDuration event_exclusion_duration = 1;
EventExclusionDuration getEventExclusionDuration()
`eventExclusionDuration` should always be `PERMANENTLY_EXCLUDE`. Optional. If unspecified, an `eventExclusionDuration` of `EVENT_EXCLUSION_PERMANENT` is used.
.google.analytics.data.v1alpha.EventExclusionDuration event_exclusion_duration = 1;
boolean hasEventExclusionCriteria()
If an event meets this condition, the event is excluded from membership in the segment for the `eventExclusionDuration`.
.google.analytics.data.v1alpha.EventSegmentCriteria event_exclusion_criteria = 2;EventSegmentCriteria getEventExclusionCriteria()
If an event meets this condition, the event is excluded from membership in the segment for the `eventExclusionDuration`.
.google.analytics.data.v1alpha.EventSegmentCriteria event_exclusion_criteria = 2;EventSegmentCriteriaOrBuilder getEventExclusionCriteriaOrBuilder()
If an event meets this condition, the event is excluded from membership in the segment for the `eventExclusionDuration`.
.google.analytics.data.v1alpha.EventSegmentCriteria event_exclusion_criteria = 2;Copyright © 2023 Google LLC. All rights reserved.