Google Analytics Data V1beta Client - Class PivotHeader (0.13.0)

Reference documentation and code samples for the Google Analytics Data V1beta Client class PivotHeader.

Dimensions' values in a single pivot.

Generated from protobuf message google.analytics.data.v1beta.PivotHeader

Namespace

Google \ Analytics \ Data \ V1beta

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ pivot_dimension_headers array<Google\Analytics\Data\V1beta\PivotDimensionHeader>

The size is the same as the cardinality of the corresponding dimension combinations.

↳ row_count int

The cardinality of the pivot. The total number of rows for this pivot's fields regardless of how the parameters offset and limit are specified in the request.

getPivotDimensionHeaders

The size is the same as the cardinality of the corresponding dimension combinations.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setPivotDimensionHeaders

The size is the same as the cardinality of the corresponding dimension combinations.

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

getRowCount

The cardinality of the pivot. The total number of rows for this pivot's fields regardless of how the parameters offset and limit are specified in the request.

Returns
TypeDescription
int

setRowCount

The cardinality of the pivot. The total number of rows for this pivot's fields regardless of how the parameters offset and limit are specified in the request.

Parameter
NameDescription
var int
Returns
TypeDescription
$this