Google Analytics Data V1alpha API - Class Google::Analytics::Data::V1alpha::BatchRunReportsRequest (v0.8.3)

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

The batch request containing multiple report requests.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#entity

def entity() -> ::Google::Analytics::Data::V1alpha::Entity
Returns
  • (::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.

#entity=

def entity=(value) -> ::Google::Analytics::Data::V1alpha::Entity
Parameter
  • value (::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.
Returns
  • (::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

def requests() -> ::Array<::Google::Analytics::Data::V1alpha::RunReportRequest>
Returns

#requests=

def requests=(value) -> ::Array<::Google::Analytics::Data::V1alpha::RunReportRequest>
Parameter
Returns