public final class FunnelSubReport extends GeneratedMessageV3 implements FunnelSubReportOrBuilder
Funnel sub reports contain the dimension and metric data values. For example,
12 users reached the second step of the funnel.
Protobuf type google.analytics.data.v1alpha.FunnelSubReport
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
public static final int DIMENSION_HEADERS_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int METADATA_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int METRIC_HEADERS_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
ROWS_FIELD_NUMBER
public static final int ROWS_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
getDefaultInstance()
public static FunnelSubReport getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static FunnelSubReport.Builder newBuilder()
newBuilder(FunnelSubReport prototype)
public static FunnelSubReport.Builder newBuilder(FunnelSubReport prototype)
public static FunnelSubReport parseDelimitedFrom(InputStream input)
public static FunnelSubReport parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static FunnelSubReport parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static FunnelSubReport parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static FunnelSubReport parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static FunnelSubReport parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static FunnelSubReport parseFrom(CodedInputStream input)
public static FunnelSubReport parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static FunnelSubReport parseFrom(InputStream input)
public static FunnelSubReport parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static FunnelSubReport parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static FunnelSubReport parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<FunnelSubReport> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
getDefaultInstanceForType()
public FunnelSubReport getDefaultInstanceForType()
public DimensionHeader getDimensionHeaders(int index)
Describes dimension columns. Funnel reports always include the funnel step
dimension in sub report responses. Additional dimensions like breakdowns,
dates, and next actions may be present in the response if requested.
repeated .google.analytics.data.v1alpha.DimensionHeader dimension_headers = 1;
Parameter |
---|
Name | Description |
index | int
|
public int getDimensionHeadersCount()
Describes dimension columns. Funnel reports always include the funnel step
dimension in sub report responses. Additional dimensions like breakdowns,
dates, and next actions may be present in the response if requested.
repeated .google.analytics.data.v1alpha.DimensionHeader dimension_headers = 1;
Returns |
---|
Type | Description |
int | |
public List<DimensionHeader> getDimensionHeadersList()
Describes dimension columns. Funnel reports always include the funnel step
dimension in sub report responses. Additional dimensions like breakdowns,
dates, and next actions may be present in the response if requested.
repeated .google.analytics.data.v1alpha.DimensionHeader dimension_headers = 1;
public DimensionHeaderOrBuilder getDimensionHeadersOrBuilder(int index)
Describes dimension columns. Funnel reports always include the funnel step
dimension in sub report responses. Additional dimensions like breakdowns,
dates, and next actions may be present in the response if requested.
repeated .google.analytics.data.v1alpha.DimensionHeader dimension_headers = 1;
Parameter |
---|
Name | Description |
index | int
|
public List<? extends DimensionHeaderOrBuilder> getDimensionHeadersOrBuilderList()
Describes dimension columns. Funnel reports always include the funnel step
dimension in sub report responses. Additional dimensions like breakdowns,
dates, and next actions may be present in the response if requested.
repeated .google.analytics.data.v1alpha.DimensionHeader dimension_headers = 1;
Returns |
---|
Type | Description |
List<? extends com.google.analytics.data.v1alpha.DimensionHeaderOrBuilder> | |
public FunnelResponseMetadata getMetadata()
Metadata for the funnel report.
.google.analytics.data.v1alpha.FunnelResponseMetadata metadata = 4;
public FunnelResponseMetadataOrBuilder getMetadataOrBuilder()
Metadata for the funnel report.
.google.analytics.data.v1alpha.FunnelResponseMetadata metadata = 4;
public MetricHeader getMetricHeaders(int index)
Describes metric columns. Funnel reports always include active users in sub
report responses. The funnel table includes additional metrics like
completion rate, abandonments, and abandonments rate.
repeated .google.analytics.data.v1alpha.MetricHeader metric_headers = 2;
Parameter |
---|
Name | Description |
index | int
|
public int getMetricHeadersCount()
Describes metric columns. Funnel reports always include active users in sub
report responses. The funnel table includes additional metrics like
completion rate, abandonments, and abandonments rate.
repeated .google.analytics.data.v1alpha.MetricHeader metric_headers = 2;
Returns |
---|
Type | Description |
int | |
public List<MetricHeader> getMetricHeadersList()
Describes metric columns. Funnel reports always include active users in sub
report responses. The funnel table includes additional metrics like
completion rate, abandonments, and abandonments rate.
repeated .google.analytics.data.v1alpha.MetricHeader metric_headers = 2;
public MetricHeaderOrBuilder getMetricHeadersOrBuilder(int index)
Describes metric columns. Funnel reports always include active users in sub
report responses. The funnel table includes additional metrics like
completion rate, abandonments, and abandonments rate.
repeated .google.analytics.data.v1alpha.MetricHeader metric_headers = 2;
Parameter |
---|
Name | Description |
index | int
|
public List<? extends MetricHeaderOrBuilder> getMetricHeadersOrBuilderList()
Describes metric columns. Funnel reports always include active users in sub
report responses. The funnel table includes additional metrics like
completion rate, abandonments, and abandonments rate.
repeated .google.analytics.data.v1alpha.MetricHeader metric_headers = 2;
Returns |
---|
Type | Description |
List<? extends com.google.analytics.data.v1alpha.MetricHeaderOrBuilder> | |
getParserForType()
public Parser<FunnelSubReport> getParserForType()
Overrides
getRows(int index)
public Row getRows(int index)
Rows of dimension value combinations and metric values in the report.
repeated .google.analytics.data.v1alpha.Row rows = 3;
Parameter |
---|
Name | Description |
index | int
|
Returns |
---|
Type | Description |
Row | |
getRowsCount()
public int getRowsCount()
Rows of dimension value combinations and metric values in the report.
repeated .google.analytics.data.v1alpha.Row rows = 3;
Returns |
---|
Type | Description |
int | |
getRowsList()
public List<Row> getRowsList()
Rows of dimension value combinations and metric values in the report.
repeated .google.analytics.data.v1alpha.Row rows = 3;
getRowsOrBuilder(int index)
public RowOrBuilder getRowsOrBuilder(int index)
Rows of dimension value combinations and metric values in the report.
repeated .google.analytics.data.v1alpha.Row rows = 3;
Parameter |
---|
Name | Description |
index | int
|
getRowsOrBuilderList()
public List<? extends RowOrBuilder> getRowsOrBuilderList()
Rows of dimension value combinations and metric values in the report.
repeated .google.analytics.data.v1alpha.Row rows = 3;
Returns |
---|
Type | Description |
List<? extends com.google.analytics.data.v1alpha.RowOrBuilder> | |
getSerializedSize()
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
public boolean hasMetadata()
Metadata for the funnel report.
.google.analytics.data.v1alpha.FunnelResponseMetadata metadata = 4;
Returns |
---|
Type | Description |
boolean | Whether the metadata field is set.
|
hashCode()
Returns |
---|
Type | Description |
int | |
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public FunnelSubReport.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected FunnelSubReport.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
toBuilder()
public FunnelSubReport.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides