public interface FunnelOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
FunnelStep |
|
getStepsCount()
public abstract int getStepsCount()The sequential steps of this funnel.
repeated .google.analytics.data.v1alpha.FunnelStep steps = 2;
| Returns | |
|---|---|
| Type | Description |
int |
|
getStepsList()
public abstract List<FunnelStep> getStepsList()The sequential steps of this funnel.
repeated .google.analytics.data.v1alpha.FunnelStep steps = 2;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
FunnelStepOrBuilder |
|
getStepsOrBuilderList()
public abstract List<? extends FunnelStepOrBuilder> getStepsOrBuilderList()The sequential steps of this funnel.
repeated .google.analytics.data.v1alpha.FunnelStep steps = 2;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.analytics.data.v1alpha.FunnelStepOrBuilder> |
|