public final class EventSegmentExclusion extends GeneratedMessageV3 implements EventSegmentExclusionOrBuilder
Specifies which events are excluded in this segment.
Protobuf type google.analytics.data.v1alpha.EventSegmentExclusion
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
EVENT_EXCLUSION_CRITERIA_FIELD_NUMBER
public static final int EVENT_EXCLUSION_CRITERIA_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
EVENT_EXCLUSION_DURATION_FIELD_NUMBER
public static final int EVENT_EXCLUSION_DURATION_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static EventSegmentExclusion getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static EventSegmentExclusion.Builder newBuilder()
newBuilder(EventSegmentExclusion prototype)
public static EventSegmentExclusion.Builder newBuilder(EventSegmentExclusion prototype)
public static EventSegmentExclusion parseDelimitedFrom(InputStream input)
public static EventSegmentExclusion parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static EventSegmentExclusion parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static EventSegmentExclusion parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static EventSegmentExclusion parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static EventSegmentExclusion parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static EventSegmentExclusion parseFrom(CodedInputStream input)
public static EventSegmentExclusion parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static EventSegmentExclusion parseFrom(InputStream input)
public static EventSegmentExclusion parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static EventSegmentExclusion parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static EventSegmentExclusion parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<EventSegmentExclusion> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public EventSegmentExclusion getDefaultInstanceForType()
getEventExclusionCriteria()
public 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;
getEventExclusionCriteriaOrBuilder()
public 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;
getEventExclusionDuration()
public 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;
getEventExclusionDurationValue()
public int 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;
Returns |
Type |
Description |
int |
The enum numeric value on the wire for eventExclusionDuration.
|
getParserForType()
public Parser<EventSegmentExclusion> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
hasEventExclusionCriteria()
public 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;
Returns |
Type |
Description |
boolean |
Whether the eventExclusionCriteria field is set.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public EventSegmentExclusion.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected EventSegmentExclusion.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public EventSegmentExclusion.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides