Google Analytics Data V1beta API - Class Google::Analytics::Data::V1beta::RunReportResponse (v0.4.3)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Analytics Data V1beta API class Google::Analytics::Data::V1beta::RunReportResponse.
The response report table corresponding to a request.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#dimension_headers
defdimension_headers()->::Array<::Google::Analytics::Data::V1beta::DimensionHeader>
Returns
- (::Array<::Google::Analytics::Data::V1beta::DimensionHeader>) — Describes dimension columns. The number of DimensionHeaders and ordering of DimensionHeaders matches the dimensions present in rows.
#dimension_headers=
defdimension_headers=(value)->::Array<::Google::Analytics::Data::V1beta::DimensionHeader>
Parameter
- value (::Array<::Google::Analytics::Data::V1beta::DimensionHeader>) — Describes dimension columns. The number of DimensionHeaders and ordering of DimensionHeaders matches the dimensions present in rows.
Returns
- (::Array<::Google::Analytics::Data::V1beta::DimensionHeader>) — Describes dimension columns. The number of DimensionHeaders and ordering of DimensionHeaders matches the dimensions present in rows.
#kind
defkind()->::String
Returns
-
(::String) — Identifies what kind of resource this message is. This
kindis always the fixed string "analyticsData#runReport". Useful to distinguish between response types in JSON.
#kind=
defkind=(value)->::String
Parameter
-
value (::String) — Identifies what kind of resource this message is. This
kindis always the fixed string "analyticsData#runReport". Useful to distinguish between response types in JSON.
Returns
-
(::String) — Identifies what kind of resource this message is. This
kindis always the fixed string "analyticsData#runReport". Useful to distinguish between response types in JSON.
#maximums
defmaximums()->::Array<::Google::Analytics::Data::V1beta::Row>
Returns
- (::Array<::Google::Analytics::Data::V1beta::Row>) — If requested, the maximum values of metrics.
#maximums=
defmaximums=(value)->::Array<::Google::Analytics::Data::V1beta::Row>
Parameter
- value (::Array<::Google::Analytics::Data::V1beta::Row>) — If requested, the maximum values of metrics.
Returns
- (::Array<::Google::Analytics::Data::V1beta::Row>) — If requested, the maximum values of metrics.
#metadata
defmetadata()->::Google::Analytics::Data::V1beta::ResponseMetaData
Returns
- (::Google::Analytics::Data::V1beta::ResponseMetaData) — Metadata for the report.
#metadata=
defmetadata=(value)->::Google::Analytics::Data::V1beta::ResponseMetaData
Parameter
- value (::Google::Analytics::Data::V1beta::ResponseMetaData) — Metadata for the report.
Returns
- (::Google::Analytics::Data::V1beta::ResponseMetaData) — Metadata for the report.
#metric_headers
defmetric_headers()->::Array<::Google::Analytics::Data::V1beta::MetricHeader>
Returns
- (::Array<::Google::Analytics::Data::V1beta::MetricHeader>) — Describes metric columns. The number of MetricHeaders and ordering of MetricHeaders matches the metrics present in rows.
#metric_headers=
defmetric_headers=(value)->::Array<::Google::Analytics::Data::V1beta::MetricHeader>
Parameter
- value (::Array<::Google::Analytics::Data::V1beta::MetricHeader>) — Describes metric columns. The number of MetricHeaders and ordering of MetricHeaders matches the metrics present in rows.
Returns
- (::Array<::Google::Analytics::Data::V1beta::MetricHeader>) — Describes metric columns. The number of MetricHeaders and ordering of MetricHeaders matches the metrics present in rows.
#minimums
defminimums()->::Array<::Google::Analytics::Data::V1beta::Row>
Returns
- (::Array<::Google::Analytics::Data::V1beta::Row>) — If requested, the minimum values of metrics.
#minimums=
defminimums=(value)->::Array<::Google::Analytics::Data::V1beta::Row>
Parameter
- value (::Array<::Google::Analytics::Data::V1beta::Row>) — If requested, the minimum values of metrics.
Returns
- (::Array<::Google::Analytics::Data::V1beta::Row>) — If requested, the minimum values of metrics.
#property_quota
defproperty_quota()->::Google::Analytics::Data::V1beta::PropertyQuota
Returns
- (::Google::Analytics::Data::V1beta::PropertyQuota) — This Analytics Property's quota state including this request.
#property_quota=
defproperty_quota=(value)->::Google::Analytics::Data::V1beta::PropertyQuota
Parameter
- value (::Google::Analytics::Data::V1beta::PropertyQuota) — This Analytics Property's quota state including this request.
Returns
- (::Google::Analytics::Data::V1beta::PropertyQuota) — This Analytics Property's quota state including this request.
#row_count
defrow_count()->::Integer
Returns
-
(::Integer) — The total number of rows in the query result.
rowCountis independent of the number of rows returned in the response, thelimitrequest parameter, and theoffsetrequest parameter. For example if a query returns 175 rows and includeslimitof 50 in the API request, the response will containrowCountof 175 but only 50 rows.To learn more about this pagination parameter, see Pagination.
#row_count=
defrow_count=(value)->::Integer
Parameter
-
value (::Integer) — The total number of rows in the query result.
rowCountis independent of the number of rows returned in the response, thelimitrequest parameter, and theoffsetrequest parameter. For example if a query returns 175 rows and includeslimitof 50 in the API request, the response will containrowCountof 175 but only 50 rows.To learn more about this pagination parameter, see Pagination.
Returns
-
(::Integer) — The total number of rows in the query result.
rowCountis independent of the number of rows returned in the response, thelimitrequest parameter, and theoffsetrequest parameter. For example if a query returns 175 rows and includeslimitof 50 in the API request, the response will containrowCountof 175 but only 50 rows.To learn more about this pagination parameter, see Pagination.
#rows
defrows()->::Array<::Google::Analytics::Data::V1beta::Row>
Returns
- (::Array<::Google::Analytics::Data::V1beta::Row>) — Rows of dimension value combinations and metric values in the report.
#rows=
defrows=(value)->::Array<::Google::Analytics::Data::V1beta::Row>
Parameter
- value (::Array<::Google::Analytics::Data::V1beta::Row>) — Rows of dimension value combinations and metric values in the report.
Returns
- (::Array<::Google::Analytics::Data::V1beta::Row>) — Rows of dimension value combinations and metric values in the report.
#totals
deftotals()->::Array<::Google::Analytics::Data::V1beta::Row>
Returns
- (::Array<::Google::Analytics::Data::V1beta::Row>) — If requested, the totaled values of metrics.
#totals=
deftotals=(value)->::Array<::Google::Analytics::Data::V1beta::Row>
Parameter
- value (::Array<::Google::Analytics::Data::V1beta::Row>) — If requested, the totaled values of metrics.
Returns
- (::Array<::Google::Analytics::Data::V1beta::Row>) — If requested, the totaled values of metrics.