lib/google/apis/servicecontrol_v1/classes.rb in google-apis-servicecontrol_v1-0.14.0 vs lib/google/apis/servicecontrol_v1/classes.rb in google-apis-servicecontrol_v1-0.15.0
- old
+ new
@@ -688,13 +688,13 @@
end
end
# Distribution represents a frequency distribution of double-valued sample
# points. It contains the size of the population of sample points plus
- # additional optional information: - the arithmetic mean of the samples - the
- # minimum and maximum of the samples - the sum-squared-deviation of the samples,
- # used to compute variance - a histogram of the values of the sample points
+ # additional optional information: * the arithmetic mean of the samples * the
+ # minimum and maximum of the samples * the sum-squared-deviation of the samples,
+ # used to compute variance * a histogram of the values of the sample points
class Distribution
include Google::Apis::Core::Hashable
# The number of samples in each histogram bucket. `bucket_counts` are optional.
# If present, they must sum to the `count` value. The buckets are defined below
@@ -1249,12 +1249,12 @@
attr_accessor :bool_value
alias_method :bool_value?, :bool_value
# Distribution represents a frequency distribution of double-valued sample
# points. It contains the size of the population of sample points plus
- # additional optional information: - the arithmetic mean of the samples - the
- # minimum and maximum of the samples - the sum-squared-deviation of the samples,
- # used to compute variance - a histogram of the values of the sample points
+ # additional optional information: * the arithmetic mean of the samples * the
+ # minimum and maximum of the samples * the sum-squared-deviation of the samples,
+ # used to compute variance * a histogram of the values of the sample points
# Corresponds to the JSON property `distributionValue`
# @return [Google::Apis::ServicecontrolV1::Distribution]
attr_accessor :distribution_value
# A double precision floating point value.