Uses of Interface
com.google.devtools.clouderrorreporting.v1beta1.ErrorGroupStatsOrBuilder
-
Packages that use ErrorGroupStatsOrBuilder Package Description com.google.devtools.clouderrorreporting.v1beta1 A client to Error Reporting API -
-
Uses of ErrorGroupStatsOrBuilder in com.google.devtools.clouderrorreporting.v1beta1
Classes in com.google.devtools.clouderrorreporting.v1beta1 that implement ErrorGroupStatsOrBuilder Modifier and Type Class Description class
ErrorGroupStats
Data extracted for a specific group based on certain filter criteria, such as a given time period and/or service filter.static class
ErrorGroupStats.Builder
Data extracted for a specific group based on certain filter criteria, such as a given time period and/or service filter.Methods in com.google.devtools.clouderrorreporting.v1beta1 that return ErrorGroupStatsOrBuilder Modifier and Type Method Description ErrorGroupStatsOrBuilder
ListGroupStatsResponse.Builder. getErrorGroupStatsOrBuilder(int index)
The error group stats which match the given request.ErrorGroupStatsOrBuilder
ListGroupStatsResponse. getErrorGroupStatsOrBuilder(int index)
The error group stats which match the given request.ErrorGroupStatsOrBuilder
ListGroupStatsResponseOrBuilder. getErrorGroupStatsOrBuilder(int index)
The error group stats which match the given request.Methods in com.google.devtools.clouderrorreporting.v1beta1 that return types with arguments of type ErrorGroupStatsOrBuilder Modifier and Type Method Description List<? extends ErrorGroupStatsOrBuilder>
ListGroupStatsResponse.Builder. getErrorGroupStatsOrBuilderList()
The error group stats which match the given request.List<? extends ErrorGroupStatsOrBuilder>
ListGroupStatsResponse. getErrorGroupStatsOrBuilderList()
The error group stats which match the given request.List<? extends ErrorGroupStatsOrBuilder>
ListGroupStatsResponseOrBuilder. getErrorGroupStatsOrBuilderList()
The error group stats which match the given request.
-