public final class RunFunnelReportResponse extends GeneratedMessageV3 implements RunFunnelReportResponseOrBuilder
The funnel report response contains two sub reports. The two sub reports are
different combinations of dimensions and metrics.
Protobuf type google.analytics.data.v1alpha.RunFunnelReportResponse
Static Fields
FUNNEL_TABLE_FIELD_NUMBER
public static final int FUNNEL_TABLE_FIELD_NUMBER
Field Value
FUNNEL_VISUALIZATION_FIELD_NUMBER
public static final int FUNNEL_VISUALIZATION_FIELD_NUMBER
Field Value
KIND_FIELD_NUMBER
public static final int KIND_FIELD_NUMBER
Field Value
PROPERTY_QUOTA_FIELD_NUMBER
public static final int PROPERTY_QUOTA_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static RunFunnelReportResponse getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static RunFunnelReportResponse.Builder newBuilder()
Returns
newBuilder(RunFunnelReportResponse prototype)
public static RunFunnelReportResponse.Builder newBuilder(RunFunnelReportResponse prototype)
Parameter
Returns
public static RunFunnelReportResponse parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static RunFunnelReportResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static RunFunnelReportResponse parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static RunFunnelReportResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static RunFunnelReportResponse parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static RunFunnelReportResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static RunFunnelReportResponse parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static RunFunnelReportResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static RunFunnelReportResponse parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static RunFunnelReportResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static RunFunnelReportResponse parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static RunFunnelReportResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<RunFunnelReportResponse> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public RunFunnelReportResponse getDefaultInstanceForType()
Returns
getFunnelTable()
public FunnelSubReport getFunnelTable()
The funnel table is a report with the funnel step, segment, breakdown
dimension, active users, completion rate, abandonments, and abandonments
rate.
The segment dimension is only present in this response if a segment was
requested. The breakdown dimension is only present in this response if it
was requested.
.google.analytics.data.v1alpha.FunnelSubReport funnel_table = 1;
Returns
getFunnelTableOrBuilder()
public FunnelSubReportOrBuilder getFunnelTableOrBuilder()
The funnel table is a report with the funnel step, segment, breakdown
dimension, active users, completion rate, abandonments, and abandonments
rate.
The segment dimension is only present in this response if a segment was
requested. The breakdown dimension is only present in this response if it
was requested.
.google.analytics.data.v1alpha.FunnelSubReport funnel_table = 1;
Returns
getFunnelVisualization()
public FunnelSubReport getFunnelVisualization()
The funnel visualization is a report with the funnel step, segment, date,
next action dimension, and active users.
The segment dimension is only present in this response if a segment was
requested. The date dimension is only present in this response if it was
requested via the TRENDED_FUNNEL
funnel type. The next action dimension
is only present in the response if it was requested.
.google.analytics.data.v1alpha.FunnelSubReport funnel_visualization = 2;
Returns
getFunnelVisualizationOrBuilder()
public FunnelSubReportOrBuilder getFunnelVisualizationOrBuilder()
The funnel visualization is a report with the funnel step, segment, date,
next action dimension, and active users.
The segment dimension is only present in this response if a segment was
requested. The date dimension is only present in this response if it was
requested via the TRENDED_FUNNEL
funnel type. The next action dimension
is only present in the response if it was requested.
.google.analytics.data.v1alpha.FunnelSubReport funnel_visualization = 2;
Returns
getKind()
Identifies what kind of resource this message is. This kind
is always the
fixed string "analyticsData#runFunnelReport". Useful to distinguish between
response types in JSON.
string kind = 4;
Returns
Type | Description |
String | The kind.
|
getKindBytes()
public ByteString getKindBytes()
Identifies what kind of resource this message is. This kind
is always the
fixed string "analyticsData#runFunnelReport". Useful to distinguish between
response types in JSON.
string kind = 4;
Returns
getParserForType()
public Parser<RunFunnelReportResponse> getParserForType()
Returns
Overrides
getPropertyQuota()
public PropertyQuota getPropertyQuota()
This Analytics Property's quota state including this request.
.google.analytics.data.v1alpha.PropertyQuota property_quota = 3;
Returns
getPropertyQuotaOrBuilder()
public PropertyQuotaOrBuilder getPropertyQuotaOrBuilder()
This Analytics Property's quota state including this request.
.google.analytics.data.v1alpha.PropertyQuota property_quota = 3;
Returns
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hasFunnelTable()
public boolean hasFunnelTable()
The funnel table is a report with the funnel step, segment, breakdown
dimension, active users, completion rate, abandonments, and abandonments
rate.
The segment dimension is only present in this response if a segment was
requested. The breakdown dimension is only present in this response if it
was requested.
.google.analytics.data.v1alpha.FunnelSubReport funnel_table = 1;
Returns
Type | Description |
boolean | Whether the funnelTable field is set.
|
hasFunnelVisualization()
public boolean hasFunnelVisualization()
The funnel visualization is a report with the funnel step, segment, date,
next action dimension, and active users.
The segment dimension is only present in this response if a segment was
requested. The date dimension is only present in this response if it was
requested via the TRENDED_FUNNEL
funnel type. The next action dimension
is only present in the response if it was requested.
.google.analytics.data.v1alpha.FunnelSubReport funnel_visualization = 2;
Returns
Type | Description |
boolean | Whether the funnelVisualization field is set.
|
hasPropertyQuota()
public boolean hasPropertyQuota()
This Analytics Property's quota state including this request.
.google.analytics.data.v1alpha.PropertyQuota property_quota = 3;
Returns
Type | Description |
boolean | Whether the propertyQuota field is set.
|
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public RunFunnelReportResponse.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected RunFunnelReportResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public RunFunnelReportResponse.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions