Google Analytics Data V1beta Client - Class RunReportResponse (0.10.1)

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

Namespace

Google \ Analytics \ Data \ V1beta

Methods

__construct

Constructor.

Parameters
NameDescription
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 array<Google\Analytics\Data\V1beta\Row>

If requested, the totaled values of metrics.

↳ maximums array<Google\Analytics\Data\V1beta\Row>

If requested, the maximum values of metrics.

↳ minimums array<Google\Analytics\Data\V1beta\Row>

If requested, the minimum values of metrics.

↳ 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 Google\Analytics\Data\V1beta\ResponseMetaData

Metadata for the report.

↳ 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.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setDimensionHeaders

Describes dimension columns. The number of DimensionHeaders and ordering of DimensionHeaders matches the dimensions present in rows.

Parameter
NameDescription
var array<Google\Analytics\Data\V1beta\DimensionHeader>
Returns
TypeDescription
$this

getMetricHeaders

Describes metric columns. The number of MetricHeaders and ordering of MetricHeaders matches the metrics present in rows.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setMetricHeaders

Describes metric columns. The number of MetricHeaders and ordering of MetricHeaders matches the metrics present in rows.

Parameter
NameDescription
var array<Google\Analytics\Data\V1beta\MetricHeader>
Returns
TypeDescription
$this

getRows

Rows of dimension value combinations and metric values in the report.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setRows

Rows of dimension value combinations and metric values in the report.

Parameter
NameDescription
var array<Google\Analytics\Data\V1beta\Row>
Returns
TypeDescription
$this

getTotals

If requested, the totaled values of metrics.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setTotals

If requested, the totaled values of metrics.

Parameter
NameDescription
var array<Google\Analytics\Data\V1beta\Row>
Returns
TypeDescription
$this

getMaximums

If requested, the maximum values of metrics.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setMaximums

If requested, the maximum values of metrics.

Parameter
NameDescription
var array<Google\Analytics\Data\V1beta\Row>
Returns
TypeDescription
$this

getMinimums

If requested, the minimum values of metrics.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setMinimums

If requested, the minimum values of metrics.

Parameter
NameDescription
var array<Google\Analytics\Data\V1beta\Row>
Returns
TypeDescription
$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.

Returns
TypeDescription
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.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getMetadata

Metadata for the report.

Returns
TypeDescription
Google\Analytics\Data\V1beta\ResponseMetaData|null

hasMetadata

clearMetadata

setMetadata

Metadata for the report.

Parameter
NameDescription
var Google\Analytics\Data\V1beta\ResponseMetaData
Returns
TypeDescription
$this

getPropertyQuota

This Analytics Property's quota state including this request.

Returns
TypeDescription
Google\Analytics\Data\V1beta\PropertyQuota|null

hasPropertyQuota

clearPropertyQuota

setPropertyQuota

This Analytics Property's quota state including this request.

Parameter
NameDescription
var Google\Analytics\Data\V1beta\PropertyQuota
Returns
TypeDescription
$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.

Returns
TypeDescription
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.

Parameter
NameDescription
var string
Returns
TypeDescription
$this