public interface RunFunnelReportResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
FunnelSubReport |
getFunnelTable()
The funnel table is a report with the funnel step, segment, breakdown
dimension, active users, completion rate, abandonments, and abandonments
rate.
|
FunnelSubReportOrBuilder |
getFunnelTableOrBuilder()
The funnel table is a report with the funnel step, segment, breakdown
dimension, active users, completion rate, abandonments, and abandonments
rate.
|
FunnelSubReport |
getFunnelVisualization()
The funnel visualization is a report with the funnel step, segment, date,
next action dimension, and active users.
|
FunnelSubReportOrBuilder |
getFunnelVisualizationOrBuilder()
The funnel visualization is a report with the funnel step, segment, date,
next action dimension, and active users.
|
String |
getKind()
Identifies what kind of resource this message is.
|
com.google.protobuf.ByteString |
getKindBytes()
Identifies what kind of resource this message is.
|
PropertyQuota |
getPropertyQuota()
This Analytics Property's quota state including this request.
|
PropertyQuotaOrBuilder |
getPropertyQuotaOrBuilder()
This Analytics Property's quota state including this request.
|
boolean |
hasFunnelTable()
The funnel table is a report with the funnel step, segment, breakdown
dimension, active users, completion rate, abandonments, and abandonments
rate.
|
boolean |
hasFunnelVisualization()
The funnel visualization is a report with the funnel step, segment, date,
next action dimension, and active users.
|
boolean |
hasPropertyQuota()
This Analytics Property's quota state including this request.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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;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;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;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;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;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;boolean hasPropertyQuota()
This Analytics Property's quota state including this request.
.google.analytics.data.v1alpha.PropertyQuota property_quota = 3;PropertyQuota getPropertyQuota()
This Analytics Property's quota state including this request.
.google.analytics.data.v1alpha.PropertyQuota property_quota = 3;PropertyQuotaOrBuilder getPropertyQuotaOrBuilder()
This Analytics Property's quota state including this request.
.google.analytics.data.v1alpha.PropertyQuota property_quota = 3;String 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;com.google.protobuf.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;Copyright © 2023 Google LLC. All rights reserved.