| Modifier and Type | Method and Description |
|---|---|
FunnelStep.Builder |
FunnelStep.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
FunnelStep.Builder |
Funnel.Builder.addStepsBuilder()
The sequential steps of this funnel.
|
FunnelStep.Builder |
Funnel.Builder.addStepsBuilder(int index)
The sequential steps of this funnel.
|
FunnelStep.Builder |
FunnelStep.Builder.clear() |
FunnelStep.Builder |
FunnelStep.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
FunnelStep.Builder |
FunnelStep.Builder.clearFilterExpression()
The condition that your users must meet to be included in this step of
the funnel journey.
|
FunnelStep.Builder |
FunnelStep.Builder.clearIsDirectlyFollowedBy()
If true, this step must directly follow the previous step.
|
FunnelStep.Builder |
FunnelStep.Builder.clearName()
The distinctive name for this step.
|
FunnelStep.Builder |
FunnelStep.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
FunnelStep.Builder |
FunnelStep.Builder.clearWithinDurationFromPriorStep()
If specified, this step must complete within this duration of the
completion of the prior step.
|
FunnelStep.Builder |
FunnelStep.Builder.clone() |
FunnelStep.Builder |
Funnel.Builder.getStepsBuilder(int index)
The sequential steps of this funnel.
|
FunnelStep.Builder |
FunnelStep.Builder.mergeFilterExpression(FunnelFilterExpression value)
The condition that your users must meet to be included in this step of
the funnel journey.
|
FunnelStep.Builder |
FunnelStep.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
FunnelStep.Builder |
FunnelStep.Builder.mergeFrom(FunnelStep other) |
FunnelStep.Builder |
FunnelStep.Builder.mergeFrom(com.google.protobuf.Message other) |
FunnelStep.Builder |
FunnelStep.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
FunnelStep.Builder |
FunnelStep.Builder.mergeWithinDurationFromPriorStep(com.google.protobuf.Duration value)
If specified, this step must complete within this duration of the
completion of the prior step.
|
static FunnelStep.Builder |
FunnelStep.newBuilder() |
static FunnelStep.Builder |
FunnelStep.newBuilder(FunnelStep prototype) |
FunnelStep.Builder |
FunnelStep.newBuilderForType() |
protected FunnelStep.Builder |
FunnelStep.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
FunnelStep.Builder |
FunnelStep.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
FunnelStep.Builder |
FunnelStep.Builder.setFilterExpression(FunnelFilterExpression.Builder builderForValue)
The condition that your users must meet to be included in this step of
the funnel journey.
|
FunnelStep.Builder |
FunnelStep.Builder.setFilterExpression(FunnelFilterExpression value)
The condition that your users must meet to be included in this step of
the funnel journey.
|
FunnelStep.Builder |
FunnelStep.Builder.setIsDirectlyFollowedBy(boolean value)
If true, this step must directly follow the previous step.
|
FunnelStep.Builder |
FunnelStep.Builder.setName(String value)
The distinctive name for this step.
|
FunnelStep.Builder |
FunnelStep.Builder.setNameBytes(com.google.protobuf.ByteString value)
The distinctive name for this step.
|
FunnelStep.Builder |
FunnelStep.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
FunnelStep.Builder |
FunnelStep.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
FunnelStep.Builder |
FunnelStep.Builder.setWithinDurationFromPriorStep(com.google.protobuf.Duration.Builder builderForValue)
If specified, this step must complete within this duration of the
completion of the prior step.
|
FunnelStep.Builder |
FunnelStep.Builder.setWithinDurationFromPriorStep(com.google.protobuf.Duration value)
If specified, this step must complete within this duration of the
completion of the prior step.
|
FunnelStep.Builder |
FunnelStep.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
List<FunnelStep.Builder> |
Funnel.Builder.getStepsBuilderList()
The sequential steps of this funnel.
|
| Modifier and Type | Method and Description |
|---|---|
Funnel.Builder |
Funnel.Builder.addSteps(FunnelStep.Builder builderForValue)
The sequential steps of this funnel.
|
Funnel.Builder |
Funnel.Builder.addSteps(int index,
FunnelStep.Builder builderForValue)
The sequential steps of this funnel.
|
Funnel.Builder |
Funnel.Builder.setSteps(int index,
FunnelStep.Builder builderForValue)
The sequential steps of this funnel.
|
Copyright © 2023 Google LLC. All rights reserved.