Send feedback
Class UserSequenceStep (0.17.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.17.0 keyboard_arrow_down
public final class UserSequenceStep extends GeneratedMessageV3 implements UserSequenceStepOrBuilder
A condition that must occur in the specified step order for this user
to match the sequence.
Protobuf type google.analytics.data.v1alpha.UserSequenceStep
Static Fields
IS_DIRECTLY_FOLLOWED_BY_FIELD_NUMBER
public static final int IS_DIRECTLY_FOLLOWED_BY_FIELD_NUMBER
Field Value
SEGMENT_FILTER_EXPRESSION_FIELD_NUMBER
public static final int SEGMENT_FILTER_EXPRESSION_FIELD_NUMBER
Field Value
STEP_SCOPING_FIELD_NUMBER
public static final int STEP_SCOPING_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static UserSequenceStep getDefaultInstance ()
Returns
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
newBuilder()
public static UserSequenceStep . Builder newBuilder ()
Returns
newBuilder(UserSequenceStep prototype)
public static UserSequenceStep . Builder newBuilder ( UserSequenceStep prototype )
Parameter
Returns
public static UserSequenceStep parseDelimitedFrom ( InputStream input )
Parameter
Returns
Exceptions
public static UserSequenceStep parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static UserSequenceStep parseFrom ( byte [] data )
Parameter
Name Description data byte []
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static UserSequenceStep parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static UserSequenceStep parseFrom ( ByteString data )
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static UserSequenceStep parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static UserSequenceStep parseFrom ( CodedInputStream input )
Parameter
Returns
Exceptions
public static UserSequenceStep parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static UserSequenceStep parseFrom ( InputStream input )
Parameter
Returns
Exceptions
public static UserSequenceStep parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static UserSequenceStep parseFrom ( ByteBuffer data )
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static UserSequenceStep parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
parser()
public static Parser<UserSequenceStep> parser ()
Returns
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Returns
Overrides
getDefaultInstanceForType()
public UserSequenceStep getDefaultInstanceForType ()
Returns
getIsDirectlyFollowedBy()
public boolean getIsDirectlyFollowedBy ()
If true, the event satisfying this step must be the very next event
after the event satifying the last step. If false, this step indirectly
follows the prior step; for example, there may be events between the
prior step and this step. isDirectlyFollowedBy
must be false for
the first step.
bool is_directly_followed_by = 1;
Returns
Type Description boolean The isDirectlyFollowedBy.
getParserForType()
public Parser<UserSequenceStep> getParserForType ()
Returns
Overrides
getSegmentFilterExpression()
public SegmentFilterExpression getSegmentFilterExpression ()
A user matches this sequence step if their events match this
expression. Expressions express criteria on dimension, metrics,
and/or parameters.
.google.analytics.data.v1alpha.SegmentFilterExpression segment_filter_expression = 3;
Returns
getSegmentFilterExpressionOrBuilder()
public SegmentFilterExpressionOrBuilder getSegmentFilterExpressionOrBuilder ()
A user matches this sequence step if their events match this
expression. Expressions express criteria on dimension, metrics,
and/or parameters.
.google.analytics.data.v1alpha.SegmentFilterExpression segment_filter_expression = 3;
Returns
getSerializedSize()
public int getSerializedSize ()
Returns
Overrides
getStepScoping()
public UserCriteriaScoping getStepScoping ()
This sequence step must be satisfied in the scoping for the user to
match the sequence. For example if sequenceScoping =
WITHIN_SAME_SESSION
, this sequence steps must complete within one
session for the user to match the sequence. stepScoping =
ACROSS_ALL_SESSIONS
is only allowed if the sequenceScoping =
ACROSS_ALL_SESSIONS
.
Optional. If unspecified, stepScoping
uses the same
UserCriteriaScoping
as the sequenceScoping
.
.google.analytics.data.v1alpha.UserCriteriaScoping step_scoping = 2;
Returns
getStepScopingValue()
public int getStepScopingValue ()
This sequence step must be satisfied in the scoping for the user to
match the sequence. For example if sequenceScoping =
WITHIN_SAME_SESSION
, this sequence steps must complete within one
session for the user to match the sequence. stepScoping =
ACROSS_ALL_SESSIONS
is only allowed if the sequenceScoping =
ACROSS_ALL_SESSIONS
.
Optional. If unspecified, stepScoping
uses the same
UserCriteriaScoping
as the sequenceScoping
.
.google.analytics.data.v1alpha.UserCriteriaScoping step_scoping = 2;
Returns
Type Description int The enum numeric value on the wire for stepScoping.
getUnknownFields()
public final UnknownFieldSet getUnknownFields ()
Returns
Overrides
hasSegmentFilterExpression()
public boolean hasSegmentFilterExpression ()
A user matches this sequence step if their events match this
expression. Expressions express criteria on dimension, metrics,
and/or parameters.
.google.analytics.data.v1alpha.SegmentFilterExpression segment_filter_expression = 3;
Returns
Type Description boolean Whether the segmentFilterExpression field is set.
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
newBuilderForType()
public UserSequenceStep . Builder newBuilderForType ()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected UserSequenceStep . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Parameter
Returns
Overrides
toBuilder()
public UserSequenceStep . 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-01-28 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-01-28 UTC."],[],[]]