Google Analytics Data V1alpha Client - Class BatchRunReportsRequest (0.16.3)

Reference documentation and code samples for the Google Analytics Data V1alpha Client class BatchRunReportsRequest.

The batch request containing multiple report requests.

Generated from protobuf message google.analytics.data.v1alpha.BatchRunReportsRequest

Namespace

Google \ Analytics \ Data \ V1alpha

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ entity Google\Analytics\Data\V1alpha\Entity

A property whose events are tracked. This entity must be specified for the batch. The entity within RunReportRequest may either be unspecified or consistent with this entity.

↳ requests array<Google\Analytics\Data\V1alpha\RunReportRequest>

Individual requests. Each request has a separate report response. Each batch request is allowed up to 5 requests.

getEntity

A property whose events are tracked. This entity must be specified for the batch. The entity within RunReportRequest may either be unspecified or consistent with this entity.

Returns
Type Description
Google\Analytics\Data\V1alpha\Entity|null

hasEntity

clearEntity

setEntity

A property whose events are tracked. This entity must be specified for the batch. The entity within RunReportRequest may either be unspecified or consistent with this entity.

Parameter
Name Description
var Google\Analytics\Data\V1alpha\Entity
Returns
Type Description
$this

getRequests

Individual requests. Each request has a separate report response. Each batch request is allowed up to 5 requests.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setRequests

Individual requests. Each request has a separate report response. Each batch request is allowed up to 5 requests.

Parameter
Name Description
var array<Google\Analytics\Data\V1alpha\RunReportRequest>
Returns
Type Description
$this