Class: Google::Analytics::Data::V1alpha::PivotHeader
- Inherits:
-
Object
- Object
- Google::Analytics::Data::V1alpha::PivotHeader
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/data/v1alpha/data.rb
Overview
Dimensions' values in a single pivot.
Instance Attribute Summary collapse
-
#pivot_dimension_headers ⇒ ::Array<::Google::Analytics::Data::V1alpha::PivotDimensionHeader>
The size is the same as the cardinality of the corresponding dimension combinations.
-
#row_count ⇒ ::Integer
The cardinality of the pivot as if offset = 0 and limit = -1.
Instance Attribute Details
#pivot_dimension_headers ⇒ ::Array<::Google::Analytics::Data::V1alpha::PivotDimensionHeader>
Returns The size is the same as the cardinality of the corresponding dimension combinations.
632 633 634 635 |
# File 'proto_docs/google/analytics/data/v1alpha/data.rb', line 632 class PivotHeader include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#row_count ⇒ ::Integer
Returns The cardinality of the pivot as if offset = 0 and limit = -1. The total number of rows for this pivot's fields regardless of how the parameters offset and limit are specified in the request.
632 633 634 635 |
# File 'proto_docs/google/analytics/data/v1alpha/data.rb', line 632 class PivotHeader include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |