Uses of Interface
com.google.devtools.clouderrorreporting.v1beta1.TimedCountOrBuilder
-
Packages that use TimedCountOrBuilder Package Description com.google.devtools.clouderrorreporting.v1beta1 A client to Error Reporting API -
-
Uses of TimedCountOrBuilder in com.google.devtools.clouderrorreporting.v1beta1
Classes in com.google.devtools.clouderrorreporting.v1beta1 that implement TimedCountOrBuilder Modifier and Type Class Description class
TimedCount
The number of errors in a given time period.static class
TimedCount.Builder
The number of errors in a given time period.Methods in com.google.devtools.clouderrorreporting.v1beta1 that return TimedCountOrBuilder Modifier and Type Method Description TimedCountOrBuilder
ErrorGroupStats.Builder. getTimedCountsOrBuilder(int index)
Approximate number of occurrences over time.TimedCountOrBuilder
ErrorGroupStats. getTimedCountsOrBuilder(int index)
Approximate number of occurrences over time.TimedCountOrBuilder
ErrorGroupStatsOrBuilder. getTimedCountsOrBuilder(int index)
Approximate number of occurrences over time.Methods in com.google.devtools.clouderrorreporting.v1beta1 that return types with arguments of type TimedCountOrBuilder Modifier and Type Method Description List<? extends TimedCountOrBuilder>
ErrorGroupStats.Builder. getTimedCountsOrBuilderList()
Approximate number of occurrences over time.List<? extends TimedCountOrBuilder>
ErrorGroupStats. getTimedCountsOrBuilderList()
Approximate number of occurrences over time.List<? extends TimedCountOrBuilder>
ErrorGroupStatsOrBuilder. getTimedCountsOrBuilderList()
Approximate number of occurrences over time.
-