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
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
FUNNEL_TABLE_FIELD_NUMBER
public static final int FUNNEL_TABLE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
FUNNEL_VISUALIZATION_FIELD_NUMBER
public static final int FUNNEL_VISUALIZATION_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
KIND_FIELD_NUMBER
public static final int KIND_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
PROPERTY_QUOTA_FIELD_NUMBER
public static final int PROPERTY_QUOTA_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static RunFunnelReportResponse getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static RunFunnelReportResponse.Builder newBuilder()
newBuilder(RunFunnelReportResponse prototype)
public static RunFunnelReportResponse.Builder newBuilder(RunFunnelReportResponse prototype)
public static RunFunnelReportResponse parseDelimitedFrom(InputStream input)
public static RunFunnelReportResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static RunFunnelReportResponse parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static RunFunnelReportResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static RunFunnelReportResponse parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static RunFunnelReportResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static RunFunnelReportResponse parseFrom(CodedInputStream input)
public static RunFunnelReportResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static RunFunnelReportResponse parseFrom(InputStream input)
public static RunFunnelReportResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static RunFunnelReportResponse parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static RunFunnelReportResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<RunFunnelReportResponse> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public RunFunnelReportResponse getDefaultInstanceForType()
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;
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;
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 through 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;
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 through 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;
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 |
Type |
Description |
ByteString |
The bytes for kind.
|
getParserForType()
public Parser<RunFunnelReportResponse> getParserForType()
Overrides
getPropertyQuota()
public PropertyQuota getPropertyQuota()
This Analytics Property's quota state including this request.
.google.analytics.data.v1alpha.PropertyQuota property_quota = 3;
getPropertyQuotaOrBuilder()
public PropertyQuotaOrBuilder getPropertyQuotaOrBuilder()
This Analytics Property's quota state including this request.
.google.analytics.data.v1alpha.PropertyQuota property_quota = 3;
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
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 through 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 |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public RunFunnelReportResponse.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected RunFunnelReportResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public RunFunnelReportResponse.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides