| Modifier and Type | Method and Description |
|---|---|
static UserExclusionDuration |
UserExclusionDuration.forNumber(int value) |
UserExclusionDuration |
UserSegmentExclusion.getUserExclusionDuration()
Specifies how long an exclusion will last if a user matches the
`userExclusionCriteria`.
|
UserExclusionDuration |
UserSegmentExclusion.Builder.getUserExclusionDuration()
Specifies how long an exclusion will last if a user matches the
`userExclusionCriteria`.
|
UserExclusionDuration |
UserSegmentExclusionOrBuilder.getUserExclusionDuration()
Specifies how long an exclusion will last if a user matches the
`userExclusionCriteria`.
|
static UserExclusionDuration |
UserExclusionDuration.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static UserExclusionDuration |
UserExclusionDuration.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static UserExclusionDuration |
UserExclusionDuration.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserExclusionDuration[] |
UserExclusionDuration.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<UserExclusionDuration> |
UserExclusionDuration.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
UserSegmentExclusion.Builder |
UserSegmentExclusion.Builder.setUserExclusionDuration(UserExclusionDuration value)
Specifies how long an exclusion will last if a user matches the
`userExclusionCriteria`.
|
Copyright © 2023 Google LLC. All rights reserved.