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, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
mergeFrom
public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class GeneratedMessageV3.Builder<ErrorGroupStats.Builder>
public ErrorGroupStats.Builder clear()
clear
in interface Message.Builder
clear
in interface MessageLite.Builder
clear
in class GeneratedMessageV3.Builder<ErrorGroupStats.Builder>
public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface Message.Builder
getDescriptorForType
in interface MessageOrBuilder
getDescriptorForType
in class GeneratedMessageV3.Builder<ErrorGroupStats.Builder>
public ErrorGroupStats getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder
public ErrorGroupStats build()
build
in interface Message.Builder
build
in interface MessageLite.Builder
public ErrorGroupStats buildPartial()
buildPartial
in interface Message.Builder
buildPartial
in interface MessageLite.Builder
public ErrorGroupStats.Builder clone()
clone
in interface Message.Builder
clone
in interface MessageLite.Builder
clone
in class GeneratedMessageV3.Builder<ErrorGroupStats.Builder>
public ErrorGroupStats.Builder setField(Descriptors.FieldDescriptor field, java.lang.Object value)
setField
in interface Message.Builder
setField
in class GeneratedMessageV3.Builder<ErrorGroupStats.Builder>
public ErrorGroupStats.Builder clearField(Descriptors.FieldDescriptor field)
clearField
in interface Message.Builder
clearField
in class GeneratedMessageV3.Builder<ErrorGroupStats.Builder>
public ErrorGroupStats.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof
in interface Message.Builder
clearOneof
in class GeneratedMessageV3.Builder<ErrorGroupStats.Builder>
public ErrorGroupStats.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField
in interface Message.Builder
setRepeatedField
in class GeneratedMessageV3.Builder<ErrorGroupStats.Builder>
public ErrorGroupStats.Builder addRepeatedField(Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField
in interface Message.Builder
addRepeatedField
in class GeneratedMessageV3.Builder<ErrorGroupStats.Builder>
public ErrorGroupStats.Builder mergeFrom(Message other)
mergeFrom
in interface Message.Builder
mergeFrom
in class AbstractMessage.Builder<ErrorGroupStats.Builder>
public ErrorGroupStats.Builder mergeFrom(ErrorGroupStats other)
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3.Builder<ErrorGroupStats.Builder>
public ErrorGroupStats.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom
in interface Message.Builder
mergeFrom
in interface MessageLite.Builder
mergeFrom
in class AbstractMessage.Builder<ErrorGroupStats.Builder>
java.io.IOException
public boolean hasGroup()
Group data that is independent of the filter criteria.
.google.devtools.clouderrorreporting.v1beta1.ErrorGroup group = 1;
hasGroup
in interface ErrorGroupStatsOrBuilder
public ErrorGroup getGroup()
Group data that is independent of the filter criteria.
.google.devtools.clouderrorreporting.v1beta1.ErrorGroup group = 1;
getGroup
in interface ErrorGroupStatsOrBuilder
public 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 ErrorGroupStatsOrBuilder
public long getCount()
Approximate total number of events in the given group that match the filter criteria.
int64 count = 2;
getCount
in interface ErrorGroupStatsOrBuilder
public 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 ErrorGroupStatsOrBuilder
public 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 ErrorGroupStatsOrBuilder
public 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 ErrorGroupStatsOrBuilder
public 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 ErrorGroupStatsOrBuilder
public 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 ErrorGroupStatsOrBuilder
public 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 ErrorGroupStatsOrBuilder
public 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 ErrorGroupStatsOrBuilder
public 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 ErrorGroupStatsOrBuilder
public 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 ErrorGroupStatsOrBuilder
public 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 ErrorGroupStatsOrBuilder
public 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 ErrorGroupStatsOrBuilder
public 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 ErrorGroupStatsOrBuilder
public 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 ErrorGroupStatsOrBuilder
public 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 ErrorGroupStatsOrBuilder
public 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 ErrorGroupStatsOrBuilder
public 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 ErrorGroupStatsOrBuilder
public 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 ErrorGroupStatsOrBuilder
public 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 ErrorGroupStatsOrBuilder
public 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 ErrorGroupStatsOrBuilder
public 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 ErrorGroupStatsOrBuilder
public 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 ErrorGroupStatsOrBuilder
public final ErrorGroupStats.Builder setUnknownFields(UnknownFieldSet unknownFields)
setUnknownFields
in interface Message.Builder
setUnknownFields
in class GeneratedMessageV3.Builder<ErrorGroupStats.Builder>
public final ErrorGroupStats.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields
in interface Message.Builder
mergeUnknownFields
in class GeneratedMessageV3.Builder<ErrorGroupStats.Builder>