Class: Google::Analytics::Admin::V1alpha::RunAccessReportResponse

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

Overview

The customized Data Access Record Report response.

Instance Attribute Summary collapse

Instance Attribute Details

#dimension_headers::Array<::Google::Analytics::Admin::V1alpha::AccessDimensionHeader>

Returns The header for a column in the report that corresponds to a specific dimension. The number of DimensionHeaders and ordering of DimensionHeaders matches the dimensions present in rows.

Returns:



148
149
150
151
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 148

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

#metric_headers::Array<::Google::Analytics::Admin::V1alpha::AccessMetricHeader>

Returns The header for a column in the report that corresponds to a specific metric. The number of MetricHeaders and ordering of MetricHeaders matches the metrics present in rows.

Returns:



148
149
150
151
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 148

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

#quota::Google::Analytics::Admin::V1alpha::AccessQuota

Returns The quota state for this Analytics property including this request. This field doesn't work with account-level requests.

Returns:



148
149
150
151
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 148

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

#row_count::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.



148
149
150
151
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 148

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

#rows::Array<::Google::Analytics::Admin::V1alpha::AccessRow>

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

Returns:



148
149
150
151
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 148

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