| Modifier and Type | Method and Description |
|---|---|
FunnelStep |
FunnelStep.Builder.build() |
FunnelStep |
FunnelStep.Builder.buildPartial() |
static FunnelStep |
FunnelStep.getDefaultInstance() |
FunnelStep |
FunnelStep.getDefaultInstanceForType() |
FunnelStep |
FunnelStep.Builder.getDefaultInstanceForType() |
FunnelStep |
Funnel.getSteps(int index)
The sequential steps of this funnel.
|
FunnelStep |
Funnel.Builder.getSteps(int index)
The sequential steps of this funnel.
|
FunnelStep |
FunnelOrBuilder.getSteps(int index)
The sequential steps of this funnel.
|
static FunnelStep |
FunnelStep.parseDelimitedFrom(InputStream input) |
static FunnelStep |
FunnelStep.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FunnelStep |
FunnelStep.parseFrom(byte[] data) |
static FunnelStep |
FunnelStep.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FunnelStep |
FunnelStep.parseFrom(ByteBuffer data) |
static FunnelStep |
FunnelStep.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FunnelStep |
FunnelStep.parseFrom(com.google.protobuf.ByteString data) |
static FunnelStep |
FunnelStep.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FunnelStep |
FunnelStep.parseFrom(com.google.protobuf.CodedInputStream input) |
static FunnelStep |
FunnelStep.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FunnelStep |
FunnelStep.parseFrom(InputStream input) |
static FunnelStep |
FunnelStep.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<FunnelStep> |
FunnelStep.getParserForType() |
List<FunnelStep> |
Funnel.getStepsList()
The sequential steps of this funnel.
|
List<FunnelStep> |
Funnel.Builder.getStepsList()
The sequential steps of this funnel.
|
List<FunnelStep> |
FunnelOrBuilder.getStepsList()
The sequential steps of this funnel.
|
static com.google.protobuf.Parser<FunnelStep> |
FunnelStep.parser() |
| Modifier and Type | Method and Description |
|---|---|
Funnel.Builder |
Funnel.Builder.addSteps(FunnelStep value)
The sequential steps of this funnel.
|
Funnel.Builder |
Funnel.Builder.addSteps(int index,
FunnelStep value)
The sequential steps of this funnel.
|
FunnelStep.Builder |
FunnelStep.Builder.mergeFrom(FunnelStep other) |
static FunnelStep.Builder |
FunnelStep.newBuilder(FunnelStep prototype) |
Funnel.Builder |
Funnel.Builder.setSteps(int index,
FunnelStep value)
The sequential steps of this funnel.
|
| Modifier and Type | Method and Description |
|---|---|
Funnel.Builder |
Funnel.Builder.addAllSteps(Iterable<? extends FunnelStep> values)
The sequential steps of this funnel.
|
Copyright © 2023 Google LLC. All rights reserved.