public final class FunnelSubReport extends com.google.protobuf.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| Modifier and Type | Class and Description |
|---|---|
static class |
FunnelSubReport.Builder
Funnel sub reports contain the dimension and metric data values.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
DIMENSION_HEADERS_FIELD_NUMBER |
static int |
METADATA_FIELD_NUMBER |
static int |
METRIC_HEADERS_FIELD_NUMBER |
static int |
ROWS_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static FunnelSubReport |
getDefaultInstance() |
FunnelSubReport |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
DimensionHeader |
getDimensionHeaders(int index)
Describes dimension columns.
|
int |
getDimensionHeadersCount()
Describes dimension columns.
|
List<DimensionHeader> |
getDimensionHeadersList()
Describes dimension columns.
|
DimensionHeaderOrBuilder |
getDimensionHeadersOrBuilder(int index)
Describes dimension columns.
|
List<? extends DimensionHeaderOrBuilder> |
getDimensionHeadersOrBuilderList()
Describes dimension columns.
|
FunnelResponseMetadata |
getMetadata()
Metadata for the funnel report.
|
FunnelResponseMetadataOrBuilder |
getMetadataOrBuilder()
Metadata for the funnel report.
|
MetricHeader |
getMetricHeaders(int index)
Describes metric columns.
|
int |
getMetricHeadersCount()
Describes metric columns.
|
List<MetricHeader> |
getMetricHeadersList()
Describes metric columns.
|
MetricHeaderOrBuilder |
getMetricHeadersOrBuilder(int index)
Describes metric columns.
|
List<? extends MetricHeaderOrBuilder> |
getMetricHeadersOrBuilderList()
Describes metric columns.
|
com.google.protobuf.Parser<FunnelSubReport> |
getParserForType() |
Row |
getRows(int index)
Rows of dimension value combinations and metric values in the report.
|
int |
getRowsCount()
Rows of dimension value combinations and metric values in the report.
|
List<Row> |
getRowsList()
Rows of dimension value combinations and metric values in the report.
|
RowOrBuilder |
getRowsOrBuilder(int index)
Rows of dimension value combinations and metric values in the report.
|
List<? extends RowOrBuilder> |
getRowsOrBuilderList()
Rows of dimension value combinations and metric values in the report.
|
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
boolean |
hasMetadata()
Metadata for the funnel report.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static FunnelSubReport.Builder |
newBuilder() |
static FunnelSubReport.Builder |
newBuilder(FunnelSubReport prototype) |
FunnelSubReport.Builder |
newBuilderForType() |
protected FunnelSubReport.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static FunnelSubReport |
parseDelimitedFrom(InputStream input) |
static FunnelSubReport |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FunnelSubReport |
parseFrom(byte[] data) |
static FunnelSubReport |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FunnelSubReport |
parseFrom(ByteBuffer data) |
static FunnelSubReport |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FunnelSubReport |
parseFrom(com.google.protobuf.ByteString data) |
static FunnelSubReport |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FunnelSubReport |
parseFrom(com.google.protobuf.CodedInputStream input) |
static FunnelSubReport |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FunnelSubReport |
parseFrom(InputStream input) |
static FunnelSubReport |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<FunnelSubReport> |
parser() |
FunnelSubReport.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int DIMENSION_HEADERS_FIELD_NUMBER
public static final int METRIC_HEADERS_FIELD_NUMBER
public static final int ROWS_FIELD_NUMBER
public static final int METADATA_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public 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;getDimensionHeadersList in interface FunnelSubReportOrBuilderpublic 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;getDimensionHeadersOrBuilderList in interface FunnelSubReportOrBuilderpublic 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;getDimensionHeadersCount in interface FunnelSubReportOrBuilderpublic 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;getDimensionHeaders in interface FunnelSubReportOrBuilderpublic 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;getDimensionHeadersOrBuilder in interface FunnelSubReportOrBuilderpublic 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;getMetricHeadersList in interface FunnelSubReportOrBuilderpublic 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;getMetricHeadersOrBuilderList in interface FunnelSubReportOrBuilderpublic 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;getMetricHeadersCount in interface FunnelSubReportOrBuilderpublic 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;getMetricHeaders in interface FunnelSubReportOrBuilderpublic 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;getMetricHeadersOrBuilder in interface FunnelSubReportOrBuilderpublic List<Row> getRowsList()
Rows of dimension value combinations and metric values in the report.
repeated .google.analytics.data.v1alpha.Row rows = 3;getRowsList in interface FunnelSubReportOrBuilderpublic List<? extends RowOrBuilder> getRowsOrBuilderList()
Rows of dimension value combinations and metric values in the report.
repeated .google.analytics.data.v1alpha.Row rows = 3;getRowsOrBuilderList in interface FunnelSubReportOrBuilderpublic int getRowsCount()
Rows of dimension value combinations and metric values in the report.
repeated .google.analytics.data.v1alpha.Row rows = 3;getRowsCount in interface FunnelSubReportOrBuilderpublic Row getRows(int index)
Rows of dimension value combinations and metric values in the report.
repeated .google.analytics.data.v1alpha.Row rows = 3;getRows in interface FunnelSubReportOrBuilderpublic RowOrBuilder getRowsOrBuilder(int index)
Rows of dimension value combinations and metric values in the report.
repeated .google.analytics.data.v1alpha.Row rows = 3;getRowsOrBuilder in interface FunnelSubReportOrBuilderpublic boolean hasMetadata()
Metadata for the funnel report.
.google.analytics.data.v1alpha.FunnelResponseMetadata metadata = 4;hasMetadata in interface FunnelSubReportOrBuilderpublic FunnelResponseMetadata getMetadata()
Metadata for the funnel report.
.google.analytics.data.v1alpha.FunnelResponseMetadata metadata = 4;getMetadata in interface FunnelSubReportOrBuilderpublic FunnelResponseMetadataOrBuilder getMetadataOrBuilder()
Metadata for the funnel report.
.google.analytics.data.v1alpha.FunnelResponseMetadata metadata = 4;getMetadataOrBuilder in interface FunnelSubReportOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static FunnelSubReport parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static FunnelSubReport parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static FunnelSubReport parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static FunnelSubReport parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static FunnelSubReport parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static FunnelSubReport parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static FunnelSubReport parseFrom(InputStream input) throws IOException
IOExceptionpublic static FunnelSubReport parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static FunnelSubReport parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static FunnelSubReport parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static FunnelSubReport parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static FunnelSubReport parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic FunnelSubReport.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static FunnelSubReport.Builder newBuilder()
public static FunnelSubReport.Builder newBuilder(FunnelSubReport prototype)
public FunnelSubReport.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected FunnelSubReport.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static FunnelSubReport getDefaultInstance()
public static com.google.protobuf.Parser<FunnelSubReport> parser()
public com.google.protobuf.Parser<FunnelSubReport> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public FunnelSubReport getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2023 Google LLC. All rights reserved.