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.
Parameters | |
---|---|
Name | Description |
data | array Optional. Data for populating the Message object. |
↳ dimension_headers | array<Google\Analytics\Data\V1alpha\DimensionHeader> Describes dimension columns. The number of DimensionHeaders and ordering of DimensionHeaders matches the dimensions present in rows. |
↳ metric_headers | array<Google\Analytics\Data\V1alpha\MetricHeader> Describes metric columns. The number of MetricHeaders and ordering of MetricHeaders matches the metrics present in rows. |
↳ rows | array<Google\Analytics\Data\V1alpha\Row> Rows of dimension value combinations and metric values in the report. |
↳ totals | array<Google\Analytics\Data\V1alpha\Row> If requested, the totaled values of metrics. |
↳ maximums | array<Google\Analytics\Data\V1alpha\Row> If requested, the maximum values of metrics. |
↳ minimums | array<Google\Analytics\Data\V1alpha\Row> If requested, the minimum values of metrics. |
↳ row_count | int The total number of rows in the query result. |
↳ metadata | Google\Analytics\Data\V1alpha\ResponseMetaData Metadata for the report. |
getDimensionHeaders
Describes dimension columns. The number of DimensionHeaders and ordering of DimensionHeaders matches the dimensions present in rows.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setDimensionHeaders
Describes dimension columns. The number of DimensionHeaders and ordering of DimensionHeaders matches the dimensions present in rows.
Parameter | |
---|---|
Name | Description |
var | array<Google\Analytics\Data\V1alpha\DimensionHeader> |
Returns | |
---|---|
Type | Description |
$this |
getMetricHeaders
Describes metric columns. The number of MetricHeaders and ordering of MetricHeaders matches the metrics present in rows.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setMetricHeaders
Describes metric columns. The number of MetricHeaders and ordering of MetricHeaders matches the metrics present in rows.
Parameter | |
---|---|
Name | Description |
var | array<Google\Analytics\Data\V1alpha\MetricHeader> |
Returns | |
---|---|
Type | Description |
$this |
getRows
Rows of dimension value combinations and metric values in the report.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setRows
Rows of dimension value combinations and metric values in the report.
Parameter | |
---|---|
Name | Description |
var | array<Google\Analytics\Data\V1alpha\Row> |
Returns | |
---|---|
Type | Description |
$this |
getTotals
If requested, the totaled values of metrics.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setTotals
If requested, the totaled values of metrics.
Parameter | |
---|---|
Name | Description |
var | array<Google\Analytics\Data\V1alpha\Row> |
Returns | |
---|---|
Type | Description |
$this |
getMaximums
If requested, the maximum values of metrics.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setMaximums
If requested, the maximum values of metrics.
Parameter | |
---|---|
Name | Description |
var | array<Google\Analytics\Data\V1alpha\Row> |
Returns | |
---|---|
Type | Description |
$this |
getMinimums
If requested, the minimum values of metrics.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setMinimums
If requested, the minimum values of metrics.
Parameter | |
---|---|
Name | Description |
var | array<Google\Analytics\Data\V1alpha\Row> |
Returns | |
---|---|
Type | Description |
$this |
getRowCount
The total number of rows in the query result.
Returns | |
---|---|
Type | Description |
int |
setRowCount
The total number of rows in the query result.
Parameter | |
---|---|
Name | Description |
var | int |
Returns | |
---|---|
Type | Description |
$this |
getMetadata
Metadata for the report.
Returns | |
---|---|
Type | Description |
Google\Analytics\Data\V1alpha\ResponseMetaData|null |
hasMetadata
clearMetadata
setMetadata
Metadata for the report.
Parameter | |
---|---|
Name | Description |
var | Google\Analytics\Data\V1alpha\ResponseMetaData |
Returns | |
---|---|
Type | Description |
$this |