The value must not be negative. To help with distributions with long tails, if the given
value is greater than or equal to endValue, the value endValue-1 is recorded
instead.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-01 UTC."],[[["This webpage provides documentation for the `Distribution` class in the Google API Client Library for Java, showcasing various versions from 2.7.1 up to the latest 2.63.1."],["The `Distribution` class is designed to record values within a specified range (0 to `endValue`) and to calculate percentiles, supporting concurrent method calls."],["It inherits from `java.lang.Object` and includes methods to get specific percentiles (`getNthPercentile`, `getPercentile`), record values (`record`), and obtain a string representation (`toString`)."],["The `Distribution` constructor takes in an integer value called `endValue` to indicate the exclusive upper limit for values that will be recorded in the distribution."],["The `record` method will automatically record the `endValue-1` if the value passed is greater than or equal to `endValue`."]]],[]]