| Package | Description |
|---|---|
| com.google.api.gbase.client |
| Modifier and Type | Method and Description |
|---|---|
List<? extends AttributeHistogram.UniqueValue> |
AttributeHistogram.getValues()
Gets a list of unique values for the attribute and
the count for these values.
|
List<? extends AttributeHistogram.UniqueValue> |
AttributeHistogram.getValues(int minimumCount)
Gets a list of unique values for the attribute and the count
of these values, for values repeated at least a certain number
of times.
|
Copyright © 2012. All Rights Reserved.