Google Analytics Data V1beta API - Class Google::Analytics::Data::V1beta::RunReportResponse (v0.4.3)

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

#dimension_headers=

defdimension_headers=(value)->::Array<::Google::Analytics::Data::V1beta::DimensionHeader>
Parameter
Returns

#kind

defkind()->::String
Returns
  • (::String) — Identifies what kind of resource this message is. This kind is 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 kind is 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 kind is always the fixed string "analyticsData#runReport". Useful to distinguish between response types in JSON.

#maximums

defmaximums()->::Array<::Google::Analytics::Data::V1beta::Row>
Returns

#maximums=

defmaximums=(value)->::Array<::Google::Analytics::Data::V1beta::Row>
Parameter
Returns

#metadata

defmetadata()->::Google::Analytics::Data::V1beta::ResponseMetaData
Returns

#metadata=

defmetadata=(value)->::Google::Analytics::Data::V1beta::ResponseMetaData
Parameter
Returns

#metric_headers

defmetric_headers()->::Array<::Google::Analytics::Data::V1beta::MetricHeader>
Returns

#metric_headers=

defmetric_headers=(value)->::Array<::Google::Analytics::Data::V1beta::MetricHeader>
Parameter
Returns

#minimums

defminimums()->::Array<::Google::Analytics::Data::V1beta::Row>
Returns

#minimums=

defminimums=(value)->::Array<::Google::Analytics::Data::V1beta::Row>
Parameter
Returns

#property_quota

defproperty_quota()->::Google::Analytics::Data::V1beta::PropertyQuota
Returns

#property_quota=

defproperty_quota=(value)->::Google::Analytics::Data::V1beta::PropertyQuota
Parameter
Returns

#row_count

defrow_count()->::Integer
Returns
  • (::Integer) — The total number of rows in the query result. rowCount is independent of the number of rows returned in the response, the limit request parameter, and the offset request parameter. For example if a query returns 175 rows and includes limit of 50 in the API request, the response will contain rowCount of 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. rowCount is independent of the number of rows returned in the response, the limit request parameter, and the offset request parameter. For example if a query returns 175 rows and includes limit of 50 in the API request, the response will contain rowCount of 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. rowCount is independent of the number of rows returned in the response, the limit request parameter, and the offset request parameter. For example if a query returns 175 rows and includes limit of 50 in the API request, the response will contain rowCount of 175 but only 50 rows.

    To learn more about this pagination parameter, see Pagination.

#rows

defrows()->::Array<::Google::Analytics::Data::V1beta::Row>
Returns

#rows=

defrows=(value)->::Array<::Google::Analytics::Data::V1beta::Row>
Parameter
Returns

#totals

deftotals()->::Array<::Google::Analytics::Data::V1beta::Row>
Returns

#totals=

deftotals=(value)->::Array<::Google::Analytics::Data::V1beta::Row>
Parameter
Returns

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.