Reference documentation and code samples for the Google Analytics Data V1beta Client class RunReportResponse.
The response report table corresponding to a request.
Generated from protobuf message google.analytics.data.v1beta.RunReportResponse
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ dimension_headers
array< Google\Analytics\Data\V1beta\DimensionHeader
>
Describes dimension columns. The number of DimensionHeaders and ordering of DimensionHeaders matches the dimensions present in rows.
↳ metric_headers
array< Google\Analytics\Data\V1beta\MetricHeader
>
Describes metric columns. The number of MetricHeaders and ordering of MetricHeaders matches the metrics present in rows.
↳ rows
array< Google\Analytics\Data\V1beta\Row
>
Rows of dimension value combinations and metric values in the report.
↳ totals
↳ maximums
↳ minimums
↳ row_count
int
The total number of rows in the query result. rowCount
is independent of the number of rows returned in the response, the limit
request parameter, and the offset
request parameter. For example if a query returns 175 rows and includes limit
of 50 in the API request, the response will contain rowCount
of 175 but only 50 rows. To learn more about this pagination parameter, see Pagination
.
↳ metadata
↳ property_quota
Google\Analytics\Data\V1beta\PropertyQuota
This Analytics Property's quota state including this request.
↳ kind
string
Identifies what kind of resource this message is. This kind
is always the fixed string "analyticsData#runReport". Useful to distinguish between response types in JSON.
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. rowCount
is independent of
the number of rows returned in the response, the limit
request
parameter, and the offset
request parameter. For example if a query
returns 175 rows and includes limit
of 50 in the API request, the
response will contain rowCount
of 175 but only 50 rows.
To learn more about this pagination parameter, see Pagination .
int
setRowCount
The total number of rows in the query result. rowCount
is independent of
the number of rows returned in the response, the limit
request
parameter, and the offset
request parameter. For example if a query
returns 175 rows and includes limit
of 50 in the API request, the
response will contain rowCount
of 175 but only 50 rows.
To learn more about this pagination parameter, see Pagination .
var
int
$this
getMetadata
Metadata for the report.
hasMetadata
clearMetadata
setMetadata
Metadata for the report.
$this
getPropertyQuota
This Analytics Property's quota state including this request.
hasPropertyQuota
clearPropertyQuota
setPropertyQuota
This Analytics Property's quota state including this request.
$this
getKind
Identifies what kind of resource this message is. This kind
is always the
fixed string "analyticsData#runReport". Useful to distinguish between
response types in JSON.
string
setKind
Identifies what kind of resource this message is. This kind
is always the
fixed string "analyticsData#runReport". Useful to distinguish between
response types in JSON.
var
string
$this