public final class FunnelNextAction extends GeneratedMessageV3 implements FunnelNextActionOrBuilder
Next actions state the value for a dimension after the user has achieved
a step but before the same user has achieved the next step. For example if
the nextActionDimension
is eventName
, then nextActionDimension
in the
i
th funnel step row will return first event after the event that qualified
the user into the i
th funnel step but before the user achieved the i+1
th
funnel step.
Protobuf type google.analytics.data.v1alpha.FunnelNextAction
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
Static Fields
LIMIT_FIELD_NUMBER
public static final int LIMIT_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
NEXT_ACTION_DIMENSION_FIELD_NUMBER
public static final int NEXT_ACTION_DIMENSION_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
getDefaultInstance()
public static FunnelNextAction getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static FunnelNextAction.Builder newBuilder()
newBuilder(FunnelNextAction prototype)
public static FunnelNextAction.Builder newBuilder(FunnelNextAction prototype)
public static FunnelNextAction parseDelimitedFrom(InputStream input)
public static FunnelNextAction parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static FunnelNextAction parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static FunnelNextAction parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static FunnelNextAction parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static FunnelNextAction parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static FunnelNextAction parseFrom(CodedInputStream input)
public static FunnelNextAction parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static FunnelNextAction parseFrom(InputStream input)
public static FunnelNextAction parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static FunnelNextAction parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static FunnelNextAction parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<FunnelNextAction> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
getDefaultInstanceForType()
public FunnelNextAction getDefaultInstanceForType()
getLimit()
The maximum number of distinct values of the breakdown dimension to return
in the response. A limit
of 5
is used if limit is not specified. Limit
must exceed zero and cannot exceed 5.
optional int64 limit = 2;
Returns |
---|
Type | Description |
long | The limit.
|
getNextActionDimension()
public Dimension getNextActionDimension()
The dimension column added to the funnel visualization sub report response.
The next action dimension returns the next dimension value of this
dimension after the user has attained the i
th funnel step.
nextActionDimension
currently only supports eventName
and most Page /
Screen dimensions like pageTitle
and pagePath
. nextActionDimension
cannot be a dimension expression.
.google.analytics.data.v1alpha.Dimension next_action_dimension = 1;
Returns |
---|
Type | Description |
Dimension | The nextActionDimension.
|
getNextActionDimensionOrBuilder()
public DimensionOrBuilder getNextActionDimensionOrBuilder()
The dimension column added to the funnel visualization sub report response.
The next action dimension returns the next dimension value of this
dimension after the user has attained the i
th funnel step.
nextActionDimension
currently only supports eventName
and most Page /
Screen dimensions like pageTitle
and pagePath
. nextActionDimension
cannot be a dimension expression.
.google.analytics.data.v1alpha.Dimension next_action_dimension = 1;
getParserForType()
public Parser<FunnelNextAction> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Overrides
hasLimit()
public boolean hasLimit()
The maximum number of distinct values of the breakdown dimension to return
in the response. A limit
of 5
is used if limit is not specified. Limit
must exceed zero and cannot exceed 5.
optional int64 limit = 2;
Returns |
---|
Type | Description |
boolean | Whether the limit field is set.
|
hasNextActionDimension()
public boolean hasNextActionDimension()
The dimension column added to the funnel visualization sub report response.
The next action dimension returns the next dimension value of this
dimension after the user has attained the i
th funnel step.
nextActionDimension
currently only supports eventName
and most Page /
Screen dimensions like pageTitle
and pagePath
. nextActionDimension
cannot be a dimension expression.
.google.analytics.data.v1alpha.Dimension next_action_dimension = 1;
Returns |
---|
Type | Description |
boolean | Whether the nextActionDimension field is set.
|
hashCode()
Returns |
---|
Type | Description |
int | |
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public FunnelNextAction.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected FunnelNextAction.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
toBuilder()
public FunnelNextAction.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides