proto_docs/google/analytics/data/v1alpha/data.rb in google-analytics-data-v1alpha-0.1.0 vs proto_docs/google/analytics/data/v1alpha/data.rb in google-analytics-data-v1alpha-0.2.0
- old
+ new
@@ -554,10 +554,12 @@
# @return [::Array<::Google::Analytics::Data::V1alpha::PivotDimensionHeader>]
# The size is the same as the cardinality of the corresponding dimension
# combinations.
# @!attribute [rw] row_count
# @return [::Integer]
- # The cardinality of the pivot as if offset = 0 and limit = -1.
+ # 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.
class PivotHeader
include ::Google::Protobuf::MessageExts
extend ::Google::Protobuf::MessageExts::ClassMethods
end