| Modifier and Type | Method and Description |
|---|---|
static EventExclusionDuration |
EventExclusionDuration.forNumber(int value) |
EventExclusionDuration |
EventSegmentExclusionOrBuilder.getEventExclusionDuration()
`eventExclusionDuration` should always be `PERMANENTLY_EXCLUDE`.
|
EventExclusionDuration |
EventSegmentExclusion.getEventExclusionDuration()
`eventExclusionDuration` should always be `PERMANENTLY_EXCLUDE`.
|
EventExclusionDuration |
EventSegmentExclusion.Builder.getEventExclusionDuration()
`eventExclusionDuration` should always be `PERMANENTLY_EXCLUDE`.
|
static EventExclusionDuration |
EventExclusionDuration.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static EventExclusionDuration |
EventExclusionDuration.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static EventExclusionDuration |
EventExclusionDuration.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventExclusionDuration[] |
EventExclusionDuration.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<EventExclusionDuration> |
EventExclusionDuration.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
EventSegmentExclusion.Builder |
EventSegmentExclusion.Builder.setEventExclusionDuration(EventExclusionDuration value)
`eventExclusionDuration` should always be `PERMANENTLY_EXCLUDE`.
|
Copyright © 2023 Google LLC. All rights reserved.