Interface FunnelOrBuilder (0.43.0)

public interface FunnelOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getIsOpenFunnel()

public abstract boolean getIsOpenFunnel()

In an open funnel, users can enter the funnel in any step, and in a closed funnel, users must enter the funnel in the first step. Optional. If unspecified, a closed funnel is used.

bool is_open_funnel = 1;

Returns
TypeDescription
boolean

The isOpenFunnel.

getSteps(int index)

public abstract FunnelStep getSteps(int index)

The sequential steps of this funnel.

repeated .google.analytics.data.v1alpha.FunnelStep steps = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
FunnelStep

getStepsCount()

public abstract int getStepsCount()

The sequential steps of this funnel.

repeated .google.analytics.data.v1alpha.FunnelStep steps = 2;

Returns
TypeDescription
int

getStepsList()

public abstract List<FunnelStep> getStepsList()

The sequential steps of this funnel.

repeated .google.analytics.data.v1alpha.FunnelStep steps = 2;

Returns
TypeDescription
List<FunnelStep>

getStepsOrBuilder(int index)

public abstract FunnelStepOrBuilder getStepsOrBuilder(int index)

The sequential steps of this funnel.

repeated .google.analytics.data.v1alpha.FunnelStep steps = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
FunnelStepOrBuilder

getStepsOrBuilderList()

public abstract List<? extends FunnelStepOrBuilder> getStepsOrBuilderList()

The sequential steps of this funnel.

repeated .google.analytics.data.v1alpha.FunnelStep steps = 2;

Returns
TypeDescription
List<? extends com.google.analytics.data.v1alpha.FunnelStepOrBuilder>