Class: Google::Analytics::Data::V1beta::RunReportResponse
- Inherits:
-
Object
- Object
- Google::Analytics::Data::V1beta::RunReportResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/data/v1beta/analytics_data_api.rb
Overview
The response report table corresponding to a request.
Instance Attribute Summary collapse
-
#dimension_headers ⇒ ::Array<::Google::Analytics::Data::V1beta::DimensionHeader>
Describes dimension columns.
-
#kind ⇒ ::String
Identifies what kind of resource this message is.
-
#maximums ⇒ ::Array<::Google::Analytics::Data::V1beta::Row>
If requested, the maximum values of metrics.
-
#metadata ⇒ ::Google::Analytics::Data::V1beta::ResponseMetaData
Metadata for the report.
-
#metric_headers ⇒ ::Array<::Google::Analytics::Data::V1beta::MetricHeader>
Describes metric columns.
-
#minimums ⇒ ::Array<::Google::Analytics::Data::V1beta::Row>
If requested, the minimum values of metrics.
-
#property_quota ⇒ ::Google::Analytics::Data::V1beta::PropertyQuota
This Google Analytics property's quota state including this request.
-
#row_count ⇒ ::Integer
The total number of rows in the query result.
-
#rows ⇒ ::Array<::Google::Analytics::Data::V1beta::Row>
Rows of dimension value combinations and metric values in the report.
-
#totals ⇒ ::Array<::Google::Analytics::Data::V1beta::Row>
If requested, the totaled values of metrics.
Instance Attribute Details
#dimension_headers ⇒ ::Array<::Google::Analytics::Data::V1beta::DimensionHeader>
239 240 241 242 |
# File 'proto_docs/google/analytics/data/v1beta/analytics_data_api.rb', line 239 class RunReportResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#kind ⇒ ::String
239 240 241 242 |
# File 'proto_docs/google/analytics/data/v1beta/analytics_data_api.rb', line 239 class RunReportResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#maximums ⇒ ::Array<::Google::Analytics::Data::V1beta::Row>
239 240 241 242 |
# File 'proto_docs/google/analytics/data/v1beta/analytics_data_api.rb', line 239 class RunReportResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#metadata ⇒ ::Google::Analytics::Data::V1beta::ResponseMetaData
239 240 241 242 |
# File 'proto_docs/google/analytics/data/v1beta/analytics_data_api.rb', line 239 class RunReportResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#metric_headers ⇒ ::Array<::Google::Analytics::Data::V1beta::MetricHeader>
239 240 241 242 |
# File 'proto_docs/google/analytics/data/v1beta/analytics_data_api.rb', line 239 class RunReportResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#minimums ⇒ ::Array<::Google::Analytics::Data::V1beta::Row>
239 240 241 242 |
# File 'proto_docs/google/analytics/data/v1beta/analytics_data_api.rb', line 239 class RunReportResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#property_quota ⇒ ::Google::Analytics::Data::V1beta::PropertyQuota
239 240 241 242 |
# File 'proto_docs/google/analytics/data/v1beta/analytics_data_api.rb', line 239 class RunReportResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#row_count ⇒ ::Integer
239 240 241 242 |
# File 'proto_docs/google/analytics/data/v1beta/analytics_data_api.rb', line 239 class RunReportResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#rows ⇒ ::Array<::Google::Analytics::Data::V1beta::Row>
239 240 241 242 |
# File 'proto_docs/google/analytics/data/v1beta/analytics_data_api.rb', line 239 class RunReportResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#totals ⇒ ::Array<::Google::Analytics::Data::V1beta::Row>
239 240 241 242 |
# File 'proto_docs/google/analytics/data/v1beta/analytics_data_api.rb', line 239 class RunReportResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |