Send feedback
Class EventSegmentExclusion (0.22.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.22.0 keyboard_arrow_down
public final class EventSegmentExclusion extends GeneratedMessageV3 implements EventSegmentExclusionOrBuilder
Specifies which events are excluded in this segment.
Protobuf type google.analytics.data.v1alpha.EventSegmentExclusion
Static Fields
EVENT_EXCLUSION_CRITERIA_FIELD_NUMBER
public static final int EVENT_EXCLUSION_CRITERIA_FIELD_NUMBER
Field Value
EVENT_EXCLUSION_DURATION_FIELD_NUMBER
public static final int EVENT_EXCLUSION_DURATION_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static EventSegmentExclusion getDefaultInstance ()
Returns
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
newBuilder()
public static EventSegmentExclusion . Builder newBuilder ()
Returns
newBuilder(EventSegmentExclusion prototype)
public static EventSegmentExclusion . Builder newBuilder ( EventSegmentExclusion prototype )
Parameter
Returns
public static EventSegmentExclusion parseDelimitedFrom ( InputStream input )
Parameter
Returns
Exceptions
public static EventSegmentExclusion parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static EventSegmentExclusion parseFrom ( byte [] data )
Parameter
Name Description data
byte []
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static EventSegmentExclusion parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static EventSegmentExclusion parseFrom ( ByteString data )
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static EventSegmentExclusion parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static EventSegmentExclusion parseFrom ( CodedInputStream input )
Parameter
Returns
Exceptions
public static EventSegmentExclusion parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static EventSegmentExclusion parseFrom ( InputStream input )
Parameter
Returns
Exceptions
public static EventSegmentExclusion parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static EventSegmentExclusion parseFrom ( ByteBuffer data )
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static EventSegmentExclusion parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parser()
public static Parser<EventSegmentExclusion> parser ()
Returns
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Returns
Overrides
getDefaultInstanceForType()
public EventSegmentExclusion getDefaultInstanceForType ()
Returns
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;
Returns
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;
Returns
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;
Returns
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 ()
Returns
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields ()
Returns
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
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
newBuilderForType()
public EventSegmentExclusion . Builder newBuilderForType ()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected EventSegmentExclusion . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Parameter
Returns
Overrides
toBuilder()
public EventSegmentExclusion . Builder toBuilder ()
Returns
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Parameter
Overrides
Exceptions
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-02-14 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-14 UTC."],[],[]]