public static final class ErrorGroupStats.Builder extends GeneratedMessageV3.Builder<ErrorGroupStats.Builder> implements ErrorGroupStatsOrBuilder
Data extracted for a specific group based on certain filter criteria, such as a given time period and/or service filter.Protobuf type
google.devtools.clouderrorreporting.v1beta1.ErrorGroupStats| Modifier and Type | Method and Description |
|---|---|
ErrorGroupStats.Builder |
addAffectedServices(int index,
ServiceContext.Builder builderForValue)
Service contexts with a non-zero error count for the given filter
criteria.
|
ErrorGroupStats.Builder |
addAffectedServices(int index,
ServiceContext value)
Service contexts with a non-zero error count for the given filter
criteria.
|
ErrorGroupStats.Builder |
addAffectedServices(ServiceContext.Builder builderForValue)
Service contexts with a non-zero error count for the given filter
criteria.
|
ErrorGroupStats.Builder |
addAffectedServices(ServiceContext value)
Service contexts with a non-zero error count for the given filter
criteria.
|
ServiceContext.Builder |
addAffectedServicesBuilder()
Service contexts with a non-zero error count for the given filter
criteria.
|
ServiceContext.Builder |
addAffectedServicesBuilder(int index)
Service contexts with a non-zero error count for the given filter
criteria.
|
ErrorGroupStats.Builder |
addAllAffectedServices(java.lang.Iterable<? extends ServiceContext> values)
Service contexts with a non-zero error count for the given filter
criteria.
|
ErrorGroupStats.Builder |
addAllTimedCounts(java.lang.Iterable<? extends TimedCount> values)
Approximate number of occurrences over time.
|
ErrorGroupStats.Builder |
addRepeatedField(Descriptors.FieldDescriptor field,
java.lang.Object value) |
ErrorGroupStats.Builder |
addTimedCounts(int index,
TimedCount.Builder builderForValue)
Approximate number of occurrences over time.
|
ErrorGroupStats.Builder |
addTimedCounts(int index,
TimedCount value)
Approximate number of occurrences over time.
|
ErrorGroupStats.Builder |
addTimedCounts(TimedCount.Builder builderForValue)
Approximate number of occurrences over time.
|
ErrorGroupStats.Builder |
addTimedCounts(TimedCount value)
Approximate number of occurrences over time.
|
TimedCount.Builder |
addTimedCountsBuilder()
Approximate number of occurrences over time.
|
TimedCount.Builder |
addTimedCountsBuilder(int index)
Approximate number of occurrences over time.
|
ErrorGroupStats |
build() |
ErrorGroupStats |
buildPartial() |
ErrorGroupStats.Builder |
clear() |
ErrorGroupStats.Builder |
clearAffectedServices()
Service contexts with a non-zero error count for the given filter
criteria.
|
ErrorGroupStats.Builder |
clearAffectedUsersCount()
Approximate number of affected users in the given group that
match the filter criteria.
|
ErrorGroupStats.Builder |
clearCount()
Approximate total number of events in the given group that match
the filter criteria.
|
ErrorGroupStats.Builder |
clearField(Descriptors.FieldDescriptor field) |
ErrorGroupStats.Builder |
clearFirstSeenTime()
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.Builder |
clearGroup()
Group data that is independent of the filter criteria.
|
ErrorGroupStats.Builder |
clearLastSeenTime()
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.Builder |
clearNumAffectedServices()
The total number of services with a non-zero error count for the given
filter criteria.
|
ErrorGroupStats.Builder |
clearOneof(Descriptors.OneofDescriptor oneof) |
ErrorGroupStats.Builder |
clearRepresentative()
An arbitrary event that is chosen as representative for the whole group.
|
ErrorGroupStats.Builder |
clearTimedCounts()
Approximate number of occurrences over time.
|
ErrorGroupStats.Builder |
clone() |
ServiceContext |
getAffectedServices(int index)
Service contexts with a non-zero error count for the given filter
criteria.
|
ServiceContext.Builder |
getAffectedServicesBuilder(int index)
Service contexts with a non-zero error count for the given filter
criteria.
|
java.util.List<ServiceContext.Builder> |
getAffectedServicesBuilderList()
Service contexts with a non-zero error count for the given filter
criteria.
|
int |
getAffectedServicesCount()
Service contexts with a non-zero error count for the given filter
criteria.
|
java.util.List<ServiceContext> |
getAffectedServicesList()
Service contexts with a non-zero error count for the given filter
criteria.
|
ServiceContextOrBuilder |
getAffectedServicesOrBuilder(int index)
Service contexts with a non-zero error count for the given filter
criteria.
|
java.util.List<? extends ServiceContextOrBuilder> |
getAffectedServicesOrBuilderList()
Service contexts with a non-zero error count for the given filter
criteria.
|
long |
getAffectedUsersCount()
Approximate number of affected users in the given group that
match the filter criteria.
|
long |
getCount()
Approximate total number of events in the given group that match
the filter criteria.
|
ErrorGroupStats |
getDefaultInstanceForType() |
static Descriptors.Descriptor |
getDescriptor() |
Descriptors.Descriptor |
getDescriptorForType() |
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.
|
Timestamp.Builder |
getFirstSeenTimeBuilder()
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.
|
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.
|
ErrorGroup |
getGroup()
Group data that is independent of the filter criteria.
|
ErrorGroup.Builder |
getGroupBuilder()
Group data that is independent of the filter criteria.
|
ErrorGroupOrBuilder |
getGroupOrBuilder()
Group data that is independent of the filter criteria.
|
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.
|
Timestamp.Builder |
getLastSeenTimeBuilder()
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.
|
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.
|
int |
getNumAffectedServices()
The total number of services with a non-zero error count for the given
filter criteria.
|
ErrorEvent |
getRepresentative()
An arbitrary event that is chosen as representative for the whole group.
|
ErrorEvent.Builder |
getRepresentativeBuilder()
An arbitrary event that is chosen as representative for the whole group.
|
ErrorEventOrBuilder |
getRepresentativeOrBuilder()
An arbitrary event that is chosen as representative for the whole group.
|
TimedCount |
getTimedCounts(int index)
Approximate number of occurrences over time.
|
TimedCount.Builder |
getTimedCountsBuilder(int index)
Approximate number of occurrences over time.
|
java.util.List<TimedCount.Builder> |
getTimedCountsBuilderList()
Approximate number of occurrences over time.
|
int |
getTimedCountsCount()
Approximate number of occurrences over time.
|
java.util.List<TimedCount> |
getTimedCountsList()
Approximate number of occurrences over time.
|
TimedCountOrBuilder |
getTimedCountsOrBuilder(int index)
Approximate number of occurrences over time.
|
java.util.List<? extends TimedCountOrBuilder> |
getTimedCountsOrBuilderList()
Approximate number of occurrences over time.
|
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.
|
boolean |
hasGroup()
Group data that is independent of the filter criteria.
|
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.
|
boolean |
hasRepresentative()
An arbitrary event that is chosen as representative for the whole group.
|
protected GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ErrorGroupStats.Builder |
mergeFirstSeenTime(Timestamp value)
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.Builder |
mergeFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
ErrorGroupStats.Builder |
mergeFrom(ErrorGroupStats other) |
ErrorGroupStats.Builder |
mergeFrom(Message other) |
ErrorGroupStats.Builder |
mergeGroup(ErrorGroup value)
Group data that is independent of the filter criteria.
|
ErrorGroupStats.Builder |
mergeLastSeenTime(Timestamp value)
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.Builder |
mergeRepresentative(ErrorEvent value)
An arbitrary event that is chosen as representative for the whole group.
|
ErrorGroupStats.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields) |
ErrorGroupStats.Builder |
removeAffectedServices(int index)
Service contexts with a non-zero error count for the given filter
criteria.
|
ErrorGroupStats.Builder |
removeTimedCounts(int index)
Approximate number of occurrences over time.
|
ErrorGroupStats.Builder |
setAffectedServices(int index,
ServiceContext.Builder builderForValue)
Service contexts with a non-zero error count for the given filter
criteria.
|
ErrorGroupStats.Builder |
setAffectedServices(int index,
ServiceContext value)
Service contexts with a non-zero error count for the given filter
criteria.
|
ErrorGroupStats.Builder |
setAffectedUsersCount(long value)
Approximate number of affected users in the given group that
match the filter criteria.
|
ErrorGroupStats.Builder |
setCount(long value)
Approximate total number of events in the given group that match
the filter criteria.
|
ErrorGroupStats.Builder |
setField(Descriptors.FieldDescriptor field,
java.lang.Object value) |
ErrorGroupStats.Builder |
setFirstSeenTime(Timestamp.Builder builderForValue)
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.Builder |
setFirstSeenTime(Timestamp value)
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.Builder |
setGroup(ErrorGroup.Builder builderForValue)
Group data that is independent of the filter criteria.
|
ErrorGroupStats.Builder |
setGroup(ErrorGroup value)
Group data that is independent of the filter criteria.
|
ErrorGroupStats.Builder |
setLastSeenTime(Timestamp.Builder builderForValue)
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.Builder |
setLastSeenTime(Timestamp value)
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.Builder |
setNumAffectedServices(int value)
The total number of services with a non-zero error count for the given
filter criteria.
|
ErrorGroupStats.Builder |
setRepeatedField(Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
ErrorGroupStats.Builder |
setRepresentative(ErrorEvent.Builder builderForValue)
An arbitrary event that is chosen as representative for the whole group.
|
ErrorGroupStats.Builder |
setRepresentative(ErrorEvent value)
An arbitrary event that is chosen as representative for the whole group.
|
ErrorGroupStats.Builder |
setTimedCounts(int index,
TimedCount.Builder builderForValue)
Approximate number of occurrences over time.
|
ErrorGroupStats.Builder |
setTimedCounts(int index,
TimedCount value)
Approximate number of occurrences over time.
|
ErrorGroupStats.Builder |
setUnknownFields(UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofmergeFrompublic static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class GeneratedMessageV3.Builder<ErrorGroupStats.Builder>public ErrorGroupStats.Builder clear()
clear in interface Message.Builderclear in interface MessageLite.Builderclear in class GeneratedMessageV3.Builder<ErrorGroupStats.Builder>public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface Message.BuildergetDescriptorForType in interface MessageOrBuildergetDescriptorForType in class GeneratedMessageV3.Builder<ErrorGroupStats.Builder>public ErrorGroupStats getDefaultInstanceForType()
getDefaultInstanceForType in interface MessageLiteOrBuildergetDefaultInstanceForType in interface MessageOrBuilderpublic ErrorGroupStats build()
build in interface Message.Builderbuild in interface MessageLite.Builderpublic ErrorGroupStats buildPartial()
buildPartial in interface Message.BuilderbuildPartial in interface MessageLite.Builderpublic ErrorGroupStats.Builder clone()
clone in interface Message.Builderclone in interface MessageLite.Builderclone in class GeneratedMessageV3.Builder<ErrorGroupStats.Builder>public ErrorGroupStats.Builder setField(Descriptors.FieldDescriptor field, java.lang.Object value)
setField in interface Message.BuildersetField in class GeneratedMessageV3.Builder<ErrorGroupStats.Builder>public ErrorGroupStats.Builder clearField(Descriptors.FieldDescriptor field)
clearField in interface Message.BuilderclearField in class GeneratedMessageV3.Builder<ErrorGroupStats.Builder>public ErrorGroupStats.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof in interface Message.BuilderclearOneof in class GeneratedMessageV3.Builder<ErrorGroupStats.Builder>public ErrorGroupStats.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField in interface Message.BuildersetRepeatedField in class GeneratedMessageV3.Builder<ErrorGroupStats.Builder>public ErrorGroupStats.Builder addRepeatedField(Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField in interface Message.BuilderaddRepeatedField in class GeneratedMessageV3.Builder<ErrorGroupStats.Builder>public ErrorGroupStats.Builder mergeFrom(Message other)
mergeFrom in interface Message.BuildermergeFrom in class AbstractMessage.Builder<ErrorGroupStats.Builder>public ErrorGroupStats.Builder mergeFrom(ErrorGroupStats other)
public final boolean isInitialized()
isInitialized in interface MessageLiteOrBuilderisInitialized in class GeneratedMessageV3.Builder<ErrorGroupStats.Builder>public ErrorGroupStats.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface Message.BuildermergeFrom in interface MessageLite.BuildermergeFrom in class AbstractMessage.Builder<ErrorGroupStats.Builder>java.io.IOExceptionpublic boolean hasGroup()
Group data that is independent of the filter criteria.
.google.devtools.clouderrorreporting.v1beta1.ErrorGroup group = 1;hasGroup in interface ErrorGroupStatsOrBuilderpublic ErrorGroup getGroup()
Group data that is independent of the filter criteria.
.google.devtools.clouderrorreporting.v1beta1.ErrorGroup group = 1;getGroup in interface ErrorGroupStatsOrBuilderpublic ErrorGroupStats.Builder setGroup(ErrorGroup value)
Group data that is independent of the filter criteria.
.google.devtools.clouderrorreporting.v1beta1.ErrorGroup group = 1;public ErrorGroupStats.Builder setGroup(ErrorGroup.Builder builderForValue)
Group data that is independent of the filter criteria.
.google.devtools.clouderrorreporting.v1beta1.ErrorGroup group = 1;public ErrorGroupStats.Builder mergeGroup(ErrorGroup value)
Group data that is independent of the filter criteria.
.google.devtools.clouderrorreporting.v1beta1.ErrorGroup group = 1;public ErrorGroupStats.Builder clearGroup()
Group data that is independent of the filter criteria.
.google.devtools.clouderrorreporting.v1beta1.ErrorGroup group = 1;public ErrorGroup.Builder getGroupBuilder()
Group data that is independent of the filter criteria.
.google.devtools.clouderrorreporting.v1beta1.ErrorGroup group = 1;public ErrorGroupOrBuilder getGroupOrBuilder()
Group data that is independent of the filter criteria.
.google.devtools.clouderrorreporting.v1beta1.ErrorGroup group = 1;getGroupOrBuilder in interface ErrorGroupStatsOrBuilderpublic long getCount()
Approximate total number of events in the given group that match the filter criteria.
int64 count = 2;getCount in interface ErrorGroupStatsOrBuilderpublic ErrorGroupStats.Builder setCount(long value)
Approximate total number of events in the given group that match the filter criteria.
int64 count = 2;public ErrorGroupStats.Builder clearCount()
Approximate total number of events in the given group that match the filter criteria.
int64 count = 2;public 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;getAffectedUsersCount in interface ErrorGroupStatsOrBuilderpublic ErrorGroupStats.Builder setAffectedUsersCount(long value)
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;public ErrorGroupStats.Builder clearAffectedUsersCount()
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;public java.util.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;getTimedCountsList in interface ErrorGroupStatsOrBuilderpublic 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;getTimedCountsCount in interface ErrorGroupStatsOrBuilderpublic 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;getTimedCounts in interface ErrorGroupStatsOrBuilderpublic ErrorGroupStats.Builder setTimedCounts(int index, TimedCount value)
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;public ErrorGroupStats.Builder setTimedCounts(int index, TimedCount.Builder builderForValue)
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;public ErrorGroupStats.Builder addTimedCounts(TimedCount value)
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;public ErrorGroupStats.Builder addTimedCounts(int index, TimedCount value)
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;public ErrorGroupStats.Builder addTimedCounts(TimedCount.Builder builderForValue)
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;public ErrorGroupStats.Builder addTimedCounts(int index, TimedCount.Builder builderForValue)
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;public ErrorGroupStats.Builder addAllTimedCounts(java.lang.Iterable<? extends TimedCount> values)
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;public ErrorGroupStats.Builder clearTimedCounts()
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;public ErrorGroupStats.Builder removeTimedCounts(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;public TimedCount.Builder getTimedCountsBuilder(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;public 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;getTimedCountsOrBuilder in interface ErrorGroupStatsOrBuilderpublic java.util.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;getTimedCountsOrBuilderList in interface ErrorGroupStatsOrBuilderpublic TimedCount.Builder addTimedCountsBuilder()
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;public TimedCount.Builder addTimedCountsBuilder(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;public java.util.List<TimedCount.Builder> getTimedCountsBuilderList()
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;public 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;hasFirstSeenTime in interface ErrorGroupStatsOrBuilderpublic 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;getFirstSeenTime in interface ErrorGroupStatsOrBuilderpublic ErrorGroupStats.Builder setFirstSeenTime(Timestamp value)
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;public ErrorGroupStats.Builder setFirstSeenTime(Timestamp.Builder builderForValue)
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;public ErrorGroupStats.Builder mergeFirstSeenTime(Timestamp value)
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;public ErrorGroupStats.Builder clearFirstSeenTime()
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;public Timestamp.Builder getFirstSeenTimeBuilder()
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;public 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;getFirstSeenTimeOrBuilder in interface ErrorGroupStatsOrBuilderpublic 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;hasLastSeenTime in interface ErrorGroupStatsOrBuilderpublic 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;getLastSeenTime in interface ErrorGroupStatsOrBuilderpublic ErrorGroupStats.Builder setLastSeenTime(Timestamp value)
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;public ErrorGroupStats.Builder setLastSeenTime(Timestamp.Builder builderForValue)
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;public ErrorGroupStats.Builder mergeLastSeenTime(Timestamp value)
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;public ErrorGroupStats.Builder clearLastSeenTime()
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;public Timestamp.Builder getLastSeenTimeBuilder()
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;public 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;getLastSeenTimeOrBuilder in interface ErrorGroupStatsOrBuilderpublic java.util.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;getAffectedServicesList in interface ErrorGroupStatsOrBuilderpublic 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;getAffectedServicesCount in interface ErrorGroupStatsOrBuilderpublic 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;getAffectedServices in interface ErrorGroupStatsOrBuilderpublic ErrorGroupStats.Builder setAffectedServices(int index, ServiceContext value)
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;public ErrorGroupStats.Builder setAffectedServices(int index, ServiceContext.Builder builderForValue)
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;public ErrorGroupStats.Builder addAffectedServices(ServiceContext value)
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;public ErrorGroupStats.Builder addAffectedServices(int index, ServiceContext value)
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;public ErrorGroupStats.Builder addAffectedServices(ServiceContext.Builder builderForValue)
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;public ErrorGroupStats.Builder addAffectedServices(int index, ServiceContext.Builder builderForValue)
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;public ErrorGroupStats.Builder addAllAffectedServices(java.lang.Iterable<? extends ServiceContext> values)
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;public ErrorGroupStats.Builder clearAffectedServices()
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;public ErrorGroupStats.Builder removeAffectedServices(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;public ServiceContext.Builder getAffectedServicesBuilder(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;public 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;getAffectedServicesOrBuilder in interface ErrorGroupStatsOrBuilderpublic java.util.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;getAffectedServicesOrBuilderList in interface ErrorGroupStatsOrBuilderpublic ServiceContext.Builder addAffectedServicesBuilder()
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;public ServiceContext.Builder addAffectedServicesBuilder(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;public java.util.List<ServiceContext.Builder> getAffectedServicesBuilderList()
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;public int getNumAffectedServices()
The total number of services with a non-zero error count for the given filter criteria.
int32 num_affected_services = 8;getNumAffectedServices in interface ErrorGroupStatsOrBuilderpublic ErrorGroupStats.Builder setNumAffectedServices(int value)
The total number of services with a non-zero error count for the given filter criteria.
int32 num_affected_services = 8;public ErrorGroupStats.Builder clearNumAffectedServices()
The total number of services with a non-zero error count for the given filter criteria.
int32 num_affected_services = 8;public 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;hasRepresentative in interface ErrorGroupStatsOrBuilderpublic 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;getRepresentative in interface ErrorGroupStatsOrBuilderpublic ErrorGroupStats.Builder setRepresentative(ErrorEvent value)
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;public ErrorGroupStats.Builder setRepresentative(ErrorEvent.Builder builderForValue)
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;public ErrorGroupStats.Builder mergeRepresentative(ErrorEvent value)
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;public ErrorGroupStats.Builder clearRepresentative()
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;public ErrorEvent.Builder getRepresentativeBuilder()
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;public 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;getRepresentativeOrBuilder in interface ErrorGroupStatsOrBuilderpublic final ErrorGroupStats.Builder setUnknownFields(UnknownFieldSet unknownFields)
setUnknownFields in interface Message.BuildersetUnknownFields in class GeneratedMessageV3.Builder<ErrorGroupStats.Builder>public final ErrorGroupStats.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields in interface Message.BuildermergeUnknownFields in class GeneratedMessageV3.Builder<ErrorGroupStats.Builder>