Reference documentation and code samples for the Google Analytics Data V1alpha Client class QueryReportTaskResponse.
The report content corresponding to a report task.
Generated from protobuf message google.analytics.data.v1alpha.QueryReportTaskResponse
Namespace
Google \ Analytics \ Data \ V1alphaMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ dimension_headers
array< DimensionHeader
>
Describes dimension columns. The number of DimensionHeaders and ordering of DimensionHeaders matches the dimensions present in rows.
↳ metric_headers
array< MetricHeader
>
Describes metric columns. The number of MetricHeaders and ordering of MetricHeaders matches the metrics present in rows.
↳ rows
↳ totals
↳ maximums
↳ minimums
↳ row_count
int
The total number of rows in the query result.
↳ metadata
getDimensionHeaders
Describes dimension columns. The number of DimensionHeaders and ordering of DimensionHeaders matches the dimensions present in rows.
setDimensionHeaders
Describes dimension columns. The number of DimensionHeaders and ordering of DimensionHeaders matches the dimensions present in rows.
$this
getMetricHeaders
Describes metric columns. The number of MetricHeaders and ordering of MetricHeaders matches the metrics present in rows.
setMetricHeaders
Describes metric columns. The number of MetricHeaders and ordering of MetricHeaders matches the metrics present in rows.
$this
getRows
Rows of dimension value combinations and metric values in the report.
setRows
Rows of dimension value combinations and metric values in the report.
$this
getTotals
If requested, the totaled values of metrics.
setTotals
If requested, the totaled values of metrics.
$this
getMaximums
If requested, the maximum values of metrics.
setMaximums
If requested, the maximum values of metrics.
$this
getMinimums
If requested, the minimum values of metrics.
setMinimums
If requested, the minimum values of metrics.
$this
getRowCount
The total number of rows in the query result.
int
setRowCount
The total number of rows in the query result.
var
int
$this
getMetadata
Metadata for the report.
hasMetadata
clearMetadata
setMetadata
Metadata for the report.
$this