public interface EventSegmentOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
EventSegmentCriteria |
getEventInclusionCriteria()
Defines which events are included in this segment.
|
EventSegmentCriteriaOrBuilder |
getEventInclusionCriteriaOrBuilder()
Defines which events are included in this segment.
|
EventSegmentExclusion |
getExclusion()
Defines which events are excluded in this segment.
|
EventSegmentExclusionOrBuilder |
getExclusionOrBuilder()
Defines which events are excluded in this segment.
|
boolean |
hasEventInclusionCriteria()
Defines which events are included in this segment.
|
boolean |
hasExclusion()
Defines which events are excluded in this segment.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasEventInclusionCriteria()
Defines which events are included in this segment. Optional.
.google.analytics.data.v1alpha.EventSegmentCriteria event_inclusion_criteria = 1;EventSegmentCriteria getEventInclusionCriteria()
Defines which events are included in this segment. Optional.
.google.analytics.data.v1alpha.EventSegmentCriteria event_inclusion_criteria = 1;EventSegmentCriteriaOrBuilder getEventInclusionCriteriaOrBuilder()
Defines which events are included in this segment. Optional.
.google.analytics.data.v1alpha.EventSegmentCriteria event_inclusion_criteria = 1;boolean hasExclusion()
Defines which events are excluded in this segment. Optional.
.google.analytics.data.v1alpha.EventSegmentExclusion exclusion = 2;EventSegmentExclusion getExclusion()
Defines which events are excluded in this segment. Optional.
.google.analytics.data.v1alpha.EventSegmentExclusion exclusion = 2;EventSegmentExclusionOrBuilder getExclusionOrBuilder()
Defines which events are excluded in this segment. Optional.
.google.analytics.data.v1alpha.EventSegmentExclusion exclusion = 2;Copyright © 2023 Google LLC. All rights reserved.