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

def dimension_headers() -> ::Array<::Google::Analytics::Data::V1beta::DimensionHeader>
Returns

#dimension_headers=

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

#kind

def kind() -> ::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=

def kind=(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

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

#maximums=

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

#metadata

def metadata() -> ::Google::Analytics::Data::V1beta::ResponseMetaData
Returns

#metadata=

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

#metric_headers

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

#metric_headers=

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

#minimums

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

#minimums=

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

#property_quota

def property_quota() -> ::Google::Analytics::Data::V1beta::PropertyQuota
Returns

#property_quota=

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

#row_count

def row_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=

def row_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

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

#rows=

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

#totals

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

#totals=

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