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

Reference documentation and code samples for the Google Analytics Data V1beta API class Google::Analytics::Data::V1beta::RunRealtimeReportResponse.

The response realtime 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#runRealtimeReport". 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#runRealtimeReport". 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#runRealtimeReport". 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

#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 and the limit 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.

#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 and the limit 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.
Returns
  • (::Integer) — The total number of rows in the query result. rowCount is independent of the number of rows returned in the response and the limit 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.

#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