Google Analytics Data V1beta Client - Class BatchRunPivotReportsResponse (0.10.1)

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

The batch response containing multiple pivot reports.

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

Namespace

Google \ Analytics \ Data \ V1beta

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ pivot_reports array<Google\Analytics\Data\V1beta\RunPivotReportResponse>

Individual responses. Each response has a separate pivot report request.

↳ kind string

Identifies what kind of resource this message is. This kind is always the fixed string "analyticsData#batchRunPivotReports". Useful to distinguish between response types in JSON.

getPivotReports

Individual responses. Each response has a separate pivot report request.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setPivotReports

Individual responses. Each response has a separate pivot report request.

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

getKind

Identifies what kind of resource this message is. This kind is always the fixed string "analyticsData#batchRunPivotReports". 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#batchRunPivotReports". Useful to distinguish between response types in JSON.

Parameter
NameDescription
var string
Returns
TypeDescription
$this