Class: Google::Analytics::Data::V1alpha::RunReportResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/analytics/data/v1alpha/analytics_data_api.rb

Overview

The response report table corresponding to a request.

Instance Attribute Summary collapse

Instance Attribute Details

#dimension_headers::Array<::Google::Analytics::Data::V1alpha::DimensionHeader>

Returns Describes dimension columns. The number of DimensionHeaders and ordering of DimensionHeaders matches the dimensions present in rows.

Returns:



144
145
146
147
# File 'proto_docs/google/analytics/data/v1alpha/analytics_data_api.rb', line 144

class RunReportResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#maximums::Array<::Google::Analytics::Data::V1alpha::Row>

Returns If requested, the maximum values of metrics.

Returns:



144
145
146
147
# File 'proto_docs/google/analytics/data/v1alpha/analytics_data_api.rb', line 144

class RunReportResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#metadata::Google::Analytics::Data::V1alpha::ResponseMetaData

Returns Metadata for the report.

Returns:



144
145
146
147
# File 'proto_docs/google/analytics/data/v1alpha/analytics_data_api.rb', line 144

class RunReportResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#metric_headers::Array<::Google::Analytics::Data::V1alpha::MetricHeader>

Returns Describes metric columns. The number of MetricHeaders and ordering of MetricHeaders matches the metrics present in rows.

Returns:



144
145
146
147
# File 'proto_docs/google/analytics/data/v1alpha/analytics_data_api.rb', line 144

class RunReportResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#minimums::Array<::Google::Analytics::Data::V1alpha::Row>

Returns If requested, the minimum values of metrics.

Returns:



144
145
146
147
# File 'proto_docs/google/analytics/data/v1alpha/analytics_data_api.rb', line 144

class RunReportResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#property_quota::Google::Analytics::Data::V1alpha::PropertyQuota

Returns This Analytics Property's quota state including this request.

Returns:



144
145
146
147
# File 'proto_docs/google/analytics/data/v1alpha/analytics_data_api.rb', line 144

class RunReportResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#row_count::Integer

Returns The total number of rows in the query result, regardless of the number of rows returned in the response. For example if a query returns 175 rows and includes limit = 50 in the API request, the response will contain row_count = 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, regardless of the number of rows returned in the response. For example if a query returns 175 rows and includes limit = 50 in the API request, the response will contain row_count = 175 but only 50 rows.

    To learn more about this pagination parameter, see Pagination.



144
145
146
147
# File 'proto_docs/google/analytics/data/v1alpha/analytics_data_api.rb', line 144

class RunReportResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#rows::Array<::Google::Analytics::Data::V1alpha::Row>

Returns Rows of dimension value combinations and metric values in the report.

Returns:



144
145
146
147
# File 'proto_docs/google/analytics/data/v1alpha/analytics_data_api.rb', line 144

class RunReportResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#totals::Array<::Google::Analytics::Data::V1alpha::Row>

Returns If requested, the totaled values of metrics.

Returns:



144
145
146
147
# File 'proto_docs/google/analytics/data/v1alpha/analytics_data_api.rb', line 144

class RunReportResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end