proto_docs/google/analytics/data/v1alpha/data.rb in google-analytics-data-v1alpha-0.2.0 vs proto_docs/google/analytics/data/v1alpha/data.rb in google-analytics-data-v1alpha-0.3.0

- old
+ new

@@ -762,11 +762,35 @@ TYPE_FLOAT = 2 # A duration of seconds; a special floating point type. TYPE_SECONDS = 4 + # A duration in milliseconds; a special floating point type. + TYPE_MILLISECONDS = 5 + + # A duration in minutes; a special floating point type. + TYPE_MINUTES = 6 + + # A duration in hours; a special floating point type. + TYPE_HOURS = 7 + + # A custom metric of standard type; a special floating point type. + TYPE_STANDARD = 8 + # An amount of money; a special floating point type. TYPE_CURRENCY = 9 + + # A length in feet; a special floating point type. + TYPE_FEET = 10 + + # A length in miles; a special floating point type. + TYPE_MILES = 11 + + # A length in meters; a special floating point type. + TYPE_METERS = 12 + + # A length in kilometers; a special floating point type. + TYPE_KILOMETERS = 13 end end end end end