public interface UserSegmentExclusionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
UserSegmentCriteria |
getUserExclusionCriteria()
If a user meets this condition, the user is excluded from membership in
the segment for the `userExclusionDuration`.
|
UserSegmentCriteriaOrBuilder |
getUserExclusionCriteriaOrBuilder()
If a user meets this condition, the user is excluded from membership in
the segment for the `userExclusionDuration`.
|
UserExclusionDuration |
getUserExclusionDuration()
Specifies how long an exclusion will last if a user matches the
`userExclusionCriteria`.
|
int |
getUserExclusionDurationValue()
Specifies how long an exclusion will last if a user matches the
`userExclusionCriteria`.
|
boolean |
hasUserExclusionCriteria()
If a user meets this condition, the user is excluded from membership in
the segment for the `userExclusionDuration`.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getUserExclusionDurationValue()
Specifies how long an exclusion will last if a user matches the `userExclusionCriteria`. Optional. If unspecified, `userExclusionDuration` of `USER_EXCLUSION_TEMPORARY` is used.
.google.analytics.data.v1alpha.UserExclusionDuration user_exclusion_duration = 1;UserExclusionDuration getUserExclusionDuration()
Specifies how long an exclusion will last if a user matches the `userExclusionCriteria`. Optional. If unspecified, `userExclusionDuration` of `USER_EXCLUSION_TEMPORARY` is used.
.google.analytics.data.v1alpha.UserExclusionDuration user_exclusion_duration = 1;boolean hasUserExclusionCriteria()
If a user meets this condition, the user is excluded from membership in the segment for the `userExclusionDuration`.
.google.analytics.data.v1alpha.UserSegmentCriteria user_exclusion_criteria = 2;UserSegmentCriteria getUserExclusionCriteria()
If a user meets this condition, the user is excluded from membership in the segment for the `userExclusionDuration`.
.google.analytics.data.v1alpha.UserSegmentCriteria user_exclusion_criteria = 2;UserSegmentCriteriaOrBuilder getUserExclusionCriteriaOrBuilder()
If a user meets this condition, the user is excluded from membership in the segment for the `userExclusionDuration`.
.google.analytics.data.v1alpha.UserSegmentCriteria user_exclusion_criteria = 2;Copyright © 2023 Google LLC. All rights reserved.