public static enum RunFunnelReportRequest.FunnelVisualizationType extends Enum<RunFunnelReportRequest.FunnelVisualizationType> implements com.google.protobuf.ProtocolMessageEnum
Controls the dimensions present in the funnel visualization sub report response.Protobuf enum
google.analytics.data.v1alpha.RunFunnelReportRequest.FunnelVisualizationType| Enum Constant and Description |
|---|
FUNNEL_VISUALIZATION_TYPE_UNSPECIFIED
Unspecified type.
|
STANDARD_FUNNEL
A standard (stepped) funnel.
|
TRENDED_FUNNEL
A trended (line chart) funnel.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
FUNNEL_VISUALIZATION_TYPE_UNSPECIFIED_VALUE
Unspecified type.
|
static int |
STANDARD_FUNNEL_VALUE
A standard (stepped) funnel.
|
static int |
TRENDED_FUNNEL_VALUE
A trended (line chart) funnel.
|
| Modifier and Type | Method and Description |
|---|---|
static RunFunnelReportRequest.FunnelVisualizationType |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<RunFunnelReportRequest.FunnelVisualizationType> |
internalGetValueMap() |
static RunFunnelReportRequest.FunnelVisualizationType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static RunFunnelReportRequest.FunnelVisualizationType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static RunFunnelReportRequest.FunnelVisualizationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RunFunnelReportRequest.FunnelVisualizationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RunFunnelReportRequest.FunnelVisualizationType FUNNEL_VISUALIZATION_TYPE_UNSPECIFIED
Unspecified type.
FUNNEL_VISUALIZATION_TYPE_UNSPECIFIED = 0;public static final RunFunnelReportRequest.FunnelVisualizationType STANDARD_FUNNEL
A standard (stepped) funnel. The funnel visualization sub report in the response will not contain date.
STANDARD_FUNNEL = 1;public static final RunFunnelReportRequest.FunnelVisualizationType TRENDED_FUNNEL
A trended (line chart) funnel. The funnel visualization sub report in the response will contain the date dimension.
TRENDED_FUNNEL = 2;public static final RunFunnelReportRequest.FunnelVisualizationType UNRECOGNIZED
public static final int FUNNEL_VISUALIZATION_TYPE_UNSPECIFIED_VALUE
Unspecified type.
FUNNEL_VISUALIZATION_TYPE_UNSPECIFIED = 0;public static final int STANDARD_FUNNEL_VALUE
A standard (stepped) funnel. The funnel visualization sub report in the response will not contain date.
STANDARD_FUNNEL = 1;public static final int TRENDED_FUNNEL_VALUE
A trended (line chart) funnel. The funnel visualization sub report in the response will contain the date dimension.
TRENDED_FUNNEL = 2;public static RunFunnelReportRequest.FunnelVisualizationType[] values()
for (RunFunnelReportRequest.FunnelVisualizationType c : RunFunnelReportRequest.FunnelVisualizationType.values()) System.out.println(c);
public static RunFunnelReportRequest.FunnelVisualizationType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static RunFunnelReportRequest.FunnelVisualizationType valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static RunFunnelReportRequest.FunnelVisualizationType forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<RunFunnelReportRequest.FunnelVisualizationType> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static RunFunnelReportRequest.FunnelVisualizationType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023 Google LLC. All rights reserved.