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
- (::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=
def dimension_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
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
- (::Array<::Google::Analytics::Data::V1beta::Row>) — If requested, the maximum values of metrics.
#maximums=
def maximums=(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.
#metric_headers
def metric_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=
def metric_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
def minimums() -> ::Array<::Google::Analytics::Data::V1beta::Row>
Returns
- (::Array<::Google::Analytics::Data::V1beta::Row>) — If requested, the minimum values of metrics.
#minimums=
def minimums=(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
def property_quota() -> ::Google::Analytics::Data::V1beta::PropertyQuota
Returns
- (::Google::Analytics::Data::V1beta::PropertyQuota) — This Analytics Property's Realtime quota state including this request.
#property_quota=
def property_quota=(value) -> ::Google::Analytics::Data::V1beta::PropertyQuota
Parameter
- value (::Google::Analytics::Data::V1beta::PropertyQuota) — This Analytics Property's Realtime quota state including this request.
Returns
- (::Google::Analytics::Data::V1beta::PropertyQuota) — This Analytics Property's Realtime quota state including this request.
#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 thelimit
request parameter. For example if a query returns 175 rows and includeslimit
of 50 in the API request, the response will containrowCount
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 thelimit
request parameter. For example if a query returns 175 rows and includeslimit
of 50 in the API request, the response will containrowCount
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 thelimit
request parameter. For example if a query returns 175 rows and includeslimit
of 50 in the API request, the response will containrowCount
of 175 but only 50 rows.
#rows
def rows() -> ::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=
def rows=(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
def totals() -> ::Array<::Google::Analytics::Data::V1beta::Row>
Returns
- (::Array<::Google::Analytics::Data::V1beta::Row>) — If requested, the totaled values of metrics.
#totals=
def totals=(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.