Class: Google::Analytics::Data::V1alpha::PivotHeader

Inherits:
Object
  • Object
show all
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

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.

Returns:



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.

Returns:

  • (::Integer)

    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