- 0.173.0-beta (latest)
- 0.172.0-beta
- 0.170.0-beta
- 0.169.0-beta
- 0.168.0-beta
- 0.167.0-beta
- 0.166.0-beta
- 0.165.0-beta
- 0.164.0-beta
- 0.163.0-beta
- 0.162.0-beta
- 0.161.0-beta
- 0.160.0-beta
- 0.158.0-beta
- 0.157.0-beta
- 0.156.0-beta
- 0.155.0-beta
- 0.154.0-beta
- 0.153.0-beta
- 0.152.0-beta
- 0.151.0-beta
- 0.150.0-beta
- 0.149.0-beta
- 0.148.0-beta
- 0.145.0-beta
- 0.144.0-beta
- 0.143.0-beta
- 0.142.0-beta
- 0.141.0-beta
- 0.140.0-beta
- 0.139.0-beta
- 0.138.0-beta
- 0.137.0-beta
- 0.136.0-beta
- 0.135.0-beta
- 0.134.0-beta
- 0.133.0-beta
- 0.132.0-beta
- 0.130.0-beta
- 0.129.0-beta
- 0.128.0-beta
- 0.127.0-beta
- 0.126.0-beta
- 0.125.0-beta
- 0.124.15-beta
- 0.123.4-beta
- 0.122.23-beta
public interface ErrorGroupStatsOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAffectedServices(int index)
public abstract ServiceContext getAffectedServices(int index)
Service contexts with a non-zero error count for the given filter
criteria. This list can be truncated if multiple services are affected.
Refer to num_affected_services
for the total count.
repeated .google.devtools.clouderrorreporting.v1beta1.ServiceContext affected_services = 7;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
ServiceContext |
getAffectedServicesCount()
public abstract int getAffectedServicesCount()
Service contexts with a non-zero error count for the given filter
criteria. This list can be truncated if multiple services are affected.
Refer to num_affected_services
for the total count.
repeated .google.devtools.clouderrorreporting.v1beta1.ServiceContext affected_services = 7;
Returns | |
---|---|
Type | Description |
int |
getAffectedServicesList()
public abstract List<ServiceContext> getAffectedServicesList()
Service contexts with a non-zero error count for the given filter
criteria. This list can be truncated if multiple services are affected.
Refer to num_affected_services
for the total count.
repeated .google.devtools.clouderrorreporting.v1beta1.ServiceContext affected_services = 7;
Returns | |
---|---|
Type | Description |
List<ServiceContext> |
getAffectedServicesOrBuilder(int index)
public abstract ServiceContextOrBuilder getAffectedServicesOrBuilder(int index)
Service contexts with a non-zero error count for the given filter
criteria. This list can be truncated if multiple services are affected.
Refer to num_affected_services
for the total count.
repeated .google.devtools.clouderrorreporting.v1beta1.ServiceContext affected_services = 7;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
ServiceContextOrBuilder |
getAffectedServicesOrBuilderList()
public abstract List<? extends ServiceContextOrBuilder> getAffectedServicesOrBuilderList()
Service contexts with a non-zero error count for the given filter
criteria. This list can be truncated if multiple services are affected.
Refer to num_affected_services
for the total count.
repeated .google.devtools.clouderrorreporting.v1beta1.ServiceContext affected_services = 7;
Returns | |
---|---|
Type | Description |
List<? extends com.google.devtools.clouderrorreporting.v1beta1.ServiceContextOrBuilder> |
getAffectedUsersCount()
public abstract long getAffectedUsersCount()
Approximate number of affected users in the given group that
match the filter criteria.
Users are distinguished by data in the ErrorContext
of the
individual error events, such as their login name or their remote
IP address in case of HTTP requests.
The number of affected users can be zero even if the number of
errors is non-zero if no data was provided from which the
affected user could be deduced.
Users are counted based on data in the request
context that was provided in the error report. If more users are
implicitly affected, such as due to a crash of the whole service,
this is not reflected here.
int64 affected_users_count = 3;
Returns | |
---|---|
Type | Description |
long |
The affectedUsersCount. |
getCount()
public abstract long getCount()
Approximate total number of events in the given group that match the filter criteria.
int64 count = 2;
Returns | |
---|---|
Type | Description |
long |
The count. |
getFirstSeenTime()
public abstract Timestamp getFirstSeenTime()
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.
.google.protobuf.Timestamp first_seen_time = 5;
Returns | |
---|---|
Type | Description |
Timestamp |
The firstSeenTime. |
getFirstSeenTimeOrBuilder()
public abstract TimestampOrBuilder getFirstSeenTimeOrBuilder()
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.
.google.protobuf.Timestamp first_seen_time = 5;
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
getGroup()
public abstract ErrorGroup getGroup()
Group data that is independent of the filter criteria.
.google.devtools.clouderrorreporting.v1beta1.ErrorGroup group = 1;
Returns | |
---|---|
Type | Description |
ErrorGroup |
The group. |
getGroupOrBuilder()
public abstract ErrorGroupOrBuilder getGroupOrBuilder()
Group data that is independent of the filter criteria.
.google.devtools.clouderrorreporting.v1beta1.ErrorGroup group = 1;
Returns | |
---|---|
Type | Description |
ErrorGroupOrBuilder |
getLastSeenTime()
public abstract Timestamp getLastSeenTime()
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.
.google.protobuf.Timestamp last_seen_time = 6;
Returns | |
---|---|
Type | Description |
Timestamp |
The lastSeenTime. |
getLastSeenTimeOrBuilder()
public abstract TimestampOrBuilder getLastSeenTimeOrBuilder()
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.
.google.protobuf.Timestamp last_seen_time = 6;
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
getNumAffectedServices()
public abstract int getNumAffectedServices()
The total number of services with a non-zero error count for the given filter criteria.
int32 num_affected_services = 8;
Returns | |
---|---|
Type | Description |
int |
The numAffectedServices. |
getRepresentative()
public abstract ErrorEvent getRepresentative()
An arbitrary event that is chosen as representative for the whole group. The representative event is intended to be used as a quick preview for the whole group. Events in the group are usually sufficiently similar to each other such that showing an arbitrary representative provides insight into the characteristics of the group as a whole.
.google.devtools.clouderrorreporting.v1beta1.ErrorEvent representative = 9;
Returns | |
---|---|
Type | Description |
ErrorEvent |
The representative. |
getRepresentativeOrBuilder()
public abstract ErrorEventOrBuilder getRepresentativeOrBuilder()
An arbitrary event that is chosen as representative for the whole group. The representative event is intended to be used as a quick preview for the whole group. Events in the group are usually sufficiently similar to each other such that showing an arbitrary representative provides insight into the characteristics of the group as a whole.
.google.devtools.clouderrorreporting.v1beta1.ErrorEvent representative = 9;
Returns | |
---|---|
Type | Description |
ErrorEventOrBuilder |
getTimedCounts(int index)
public abstract TimedCount getTimedCounts(int index)
Approximate number of occurrences over time. Timed counts returned by ListGroups are guaranteed to be:
- Inside the requested time interval
- Non-overlapping, and
- Ordered by ascending time.
repeated .google.devtools.clouderrorreporting.v1beta1.TimedCount timed_counts = 4;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
TimedCount |
getTimedCountsCount()
public abstract int getTimedCountsCount()
Approximate number of occurrences over time. Timed counts returned by ListGroups are guaranteed to be:
- Inside the requested time interval
- Non-overlapping, and
- Ordered by ascending time.
repeated .google.devtools.clouderrorreporting.v1beta1.TimedCount timed_counts = 4;
Returns | |
---|---|
Type | Description |
int |
getTimedCountsList()
public abstract List<TimedCount> getTimedCountsList()
Approximate number of occurrences over time. Timed counts returned by ListGroups are guaranteed to be:
- Inside the requested time interval
- Non-overlapping, and
- Ordered by ascending time.
repeated .google.devtools.clouderrorreporting.v1beta1.TimedCount timed_counts = 4;
Returns | |
---|---|
Type | Description |
List<TimedCount> |
getTimedCountsOrBuilder(int index)
public abstract TimedCountOrBuilder getTimedCountsOrBuilder(int index)
Approximate number of occurrences over time. Timed counts returned by ListGroups are guaranteed to be:
- Inside the requested time interval
- Non-overlapping, and
- Ordered by ascending time.
repeated .google.devtools.clouderrorreporting.v1beta1.TimedCount timed_counts = 4;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
TimedCountOrBuilder |
getTimedCountsOrBuilderList()
public abstract List<? extends TimedCountOrBuilder> getTimedCountsOrBuilderList()
Approximate number of occurrences over time. Timed counts returned by ListGroups are guaranteed to be:
- Inside the requested time interval
- Non-overlapping, and
- Ordered by ascending time.
repeated .google.devtools.clouderrorreporting.v1beta1.TimedCount timed_counts = 4;
Returns | |
---|---|
Type | Description |
List<? extends com.google.devtools.clouderrorreporting.v1beta1.TimedCountOrBuilder> |
hasFirstSeenTime()
public abstract boolean hasFirstSeenTime()
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.
.google.protobuf.Timestamp first_seen_time = 5;
Returns | |
---|---|
Type | Description |
boolean |
Whether the firstSeenTime field is set. |
hasGroup()
public abstract boolean hasGroup()
Group data that is independent of the filter criteria.
.google.devtools.clouderrorreporting.v1beta1.ErrorGroup group = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the group field is set. |
hasLastSeenTime()
public abstract boolean hasLastSeenTime()
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.
.google.protobuf.Timestamp last_seen_time = 6;
Returns | |
---|---|
Type | Description |
boolean |
Whether the lastSeenTime field is set. |
hasRepresentative()
public abstract boolean hasRepresentative()
An arbitrary event that is chosen as representative for the whole group. The representative event is intended to be used as a quick preview for the whole group. Events in the group are usually sufficiently similar to each other such that showing an arbitrary representative provides insight into the characteristics of the group as a whole.
.google.devtools.clouderrorreporting.v1beta1.ErrorEvent representative = 9;
Returns | |
---|---|
Type | Description |
boolean |
Whether the representative field is set. |