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
- (::Array<::Google::Analytics::Data::V1alpha::RunReportRequest>) — Individual requests. Each request has a separate report response. Each batch request is allowed up to 5 requests.
#requests=
def requests=(value) -> ::Array<::Google::Analytics::Data::V1alpha::RunReportRequest>
Parameter
- value (::Array<::Google::Analytics::Data::V1alpha::RunReportRequest>) — Individual requests. Each request has a separate report response. Each batch request is allowed up to 5 requests.
Returns
- (::Array<::Google::Analytics::Data::V1alpha::RunReportRequest>) — Individual requests. Each request has a separate report response. Each batch request is allowed up to 5 requests.