Package | Description |
---|---|
com.google.api.services.clouderrorreporting.v1beta1.model |
Modifier and Type | Method and Description |
---|---|
ErrorGroupStats |
ErrorGroupStats.clone() |
ErrorGroupStats |
ErrorGroupStats.set(java.lang.String fieldName,
java.lang.Object value) |
ErrorGroupStats |
ErrorGroupStats.setAffectedServices(java.util.List<ServiceContext> affectedServices)
Service contexts with a non-zero error count for the given filter criteria.
|
ErrorGroupStats |
ErrorGroupStats.setAffectedUsersCount(java.lang.Long affectedUsersCount)
Approximate number of affected users in the given group that match the filter criteria.
|
ErrorGroupStats |
ErrorGroupStats.setCount(java.lang.Long count)
Approximate total number of events in the given group that match the filter criteria.
|
ErrorGroupStats |
ErrorGroupStats.setFirstSeenTime(java.lang.String firstSeenTime)
Approximate first occurrence that was ever seen for this group and which matches the given
filter criteria, ignoring the time_range that was specified in the request.
|
ErrorGroupStats |
ErrorGroupStats.setGroup(ErrorGroup group)
Group data that is independent of the filter criteria.
|
ErrorGroupStats |
ErrorGroupStats.setLastSeenTime(java.lang.String lastSeenTime)
Approximate last occurrence that was ever seen for this group and which matches the given
filter criteria, ignoring the time_range that was specified in the request.
|
ErrorGroupStats |
ErrorGroupStats.setNumAffectedServices(java.lang.Integer numAffectedServices)
The total number of services with a non-zero error count for the given filter criteria.
|
ErrorGroupStats |
ErrorGroupStats.setRepresentative(ErrorEvent representative)
An arbitrary event that is chosen as representative for the whole group.
|
ErrorGroupStats |
ErrorGroupStats.setTimedCounts(java.util.List<TimedCount> timedCounts)
Approximate number of occurrences over time.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ErrorGroupStats> |
ListGroupStatsResponse.getErrorGroupStats()
The error group stats which match the given request.
|
Modifier and Type | Method and Description |
---|---|
ListGroupStatsResponse |
ListGroupStatsResponse.setErrorGroupStats(java.util.List<ErrorGroupStats> errorGroupStats)
The error group stats which match the given request.
|