Package | Description |
---|---|
com.google.api.services.clouderrorreporting.v1beta1.model |
Modifier and Type | Method and Description |
---|---|
TimedCount |
TimedCount.clone() |
TimedCount |
TimedCount.set(java.lang.String fieldName,
java.lang.Object value) |
TimedCount |
TimedCount.setCount(java.lang.Long count)
Approximate number of occurrences in the given time period.
|
TimedCount |
TimedCount.setEndTime(java.lang.String endTime)
End of the time period to which `count` refers (excluded).
|
TimedCount |
TimedCount.setStartTime(java.lang.String startTime)
Start of the time period to which `count` refers (included).
|
Modifier and Type | Method and Description |
---|---|
java.util.List<TimedCount> |
ErrorGroupStats.getTimedCounts()
Approximate number of occurrences over time.
|
Modifier and Type | Method and Description |
---|---|
ErrorGroupStats |
ErrorGroupStats.setTimedCounts(java.util.List<TimedCount> timedCounts)
Approximate number of occurrences over time.
|