Class ErrorGroupStats
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.google.devtools.clouderrorreporting.v1beta1.ErrorGroupStats
-
- All Implemented Interfaces:
ErrorGroupStatsOrBuilder
,com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Serializable
public final class ErrorGroupStats extends com.google.protobuf.GeneratedMessageV3 implements ErrorGroupStatsOrBuilder
Data extracted for a specific group based on certain filter criteria, such as a given time period and/or service filter.
Protobuf typegoogle.devtools.clouderrorreporting.v1beta1.ErrorGroupStats
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ErrorGroupStats.Builder
Data extracted for a specific group based on certain filter criteria, such as a given time period and/or service filter.-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static int
AFFECTED_SERVICES_FIELD_NUMBER
static int
AFFECTED_USERS_COUNT_FIELD_NUMBER
static int
COUNT_FIELD_NUMBER
static int
FIRST_SEEN_TIME_FIELD_NUMBER
static int
GROUP_FIELD_NUMBER
static int
LAST_SEEN_TIME_FIELD_NUMBER
static int
NUM_AFFECTED_SERVICES_FIELD_NUMBER
static int
REPRESENTATIVE_FIELD_NUMBER
static int
TIMED_COUNTS_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
ServiceContext
getAffectedServices(int index)
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.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.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.static ErrorGroupStats
getDefaultInstance()
ErrorGroupStats
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.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.com.google.protobuf.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.ErrorGroupOrBuilder
getGroupOrBuilder()
Group data that is independent of the filter criteria.com.google.protobuf.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.com.google.protobuf.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.com.google.protobuf.Parser<ErrorGroupStats>
getParserForType()
ErrorEvent
getRepresentative()
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.int
getSerializedSize()
TimedCount
getTimedCounts(int index)
Approximate number of occurrences over time.int
getTimedCountsCount()
Approximate number of occurrences over time.List<TimedCount>
getTimedCountsList()
Approximate number of occurrences over time.TimedCountOrBuilder
getTimedCountsOrBuilder(int index)
Approximate number of occurrences over time.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.int
hashCode()
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 com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
static ErrorGroupStats.Builder
newBuilder()
static ErrorGroupStats.Builder
newBuilder(ErrorGroupStats prototype)
ErrorGroupStats.Builder
newBuilderForType()
protected ErrorGroupStats.Builder
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
protected Object
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
static ErrorGroupStats
parseDelimitedFrom(InputStream input)
static ErrorGroupStats
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ErrorGroupStats
parseFrom(byte[] data)
static ErrorGroupStats
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ErrorGroupStats
parseFrom(com.google.protobuf.ByteString data)
static ErrorGroupStats
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ErrorGroupStats
parseFrom(com.google.protobuf.CodedInputStream input)
static ErrorGroupStats
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ErrorGroupStats
parseFrom(InputStream input)
static ErrorGroupStats
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ErrorGroupStats
parseFrom(ByteBuffer data)
static ErrorGroupStats
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.protobuf.Parser<ErrorGroupStats>
parser()
ErrorGroupStats.Builder
toBuilder()
void
writeTo(com.google.protobuf.CodedOutputStream output)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
GROUP_FIELD_NUMBER
public static final int GROUP_FIELD_NUMBER
- See Also:
- Constant Field Values
-
COUNT_FIELD_NUMBER
public static final int COUNT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
AFFECTED_USERS_COUNT_FIELD_NUMBER
public static final int AFFECTED_USERS_COUNT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
TIMED_COUNTS_FIELD_NUMBER
public static final int TIMED_COUNTS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
FIRST_SEEN_TIME_FIELD_NUMBER
public static final int FIRST_SEEN_TIME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
LAST_SEEN_TIME_FIELD_NUMBER
public static final int LAST_SEEN_TIME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
AFFECTED_SERVICES_FIELD_NUMBER
public static final int AFFECTED_SERVICES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
NUM_AFFECTED_SERVICES_FIELD_NUMBER
public static final int NUM_AFFECTED_SERVICES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
REPRESENTATIVE_FIELD_NUMBER
public static final int REPRESENTATIVE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstance
in classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3
-
hasGroup
public boolean hasGroup()
Group data that is independent of the filter criteria.
.google.devtools.clouderrorreporting.v1beta1.ErrorGroup group = 1;
- Specified by:
hasGroup
in interfaceErrorGroupStatsOrBuilder
- Returns:
- Whether the group field is set.
-
getGroup
public ErrorGroup getGroup()
Group data that is independent of the filter criteria.
.google.devtools.clouderrorreporting.v1beta1.ErrorGroup group = 1;
- Specified by:
getGroup
in interfaceErrorGroupStatsOrBuilder
- Returns:
- The group.
-
getGroupOrBuilder
public ErrorGroupOrBuilder getGroupOrBuilder()
Group data that is independent of the filter criteria.
.google.devtools.clouderrorreporting.v1beta1.ErrorGroup group = 1;
- Specified by:
getGroupOrBuilder
in interfaceErrorGroupStatsOrBuilder
-
getCount
public long getCount()
Approximate total number of events in the given group that match the filter criteria.
int64 count = 2;
- Specified by:
getCount
in interfaceErrorGroupStatsOrBuilder
- Returns:
- The count.
-
getAffectedUsersCount
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;
- Specified by:
getAffectedUsersCount
in interfaceErrorGroupStatsOrBuilder
- Returns:
- The affectedUsersCount.
-
getTimedCountsList
public 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;
- Specified by:
getTimedCountsList
in interfaceErrorGroupStatsOrBuilder
-
getTimedCountsOrBuilderList
public 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;
- Specified by:
getTimedCountsOrBuilderList
in interfaceErrorGroupStatsOrBuilder
-
getTimedCountsCount
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;
- Specified by:
getTimedCountsCount
in interfaceErrorGroupStatsOrBuilder
-
getTimedCounts
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;
- Specified by:
getTimedCounts
in interfaceErrorGroupStatsOrBuilder
-
getTimedCountsOrBuilder
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;
- Specified by:
getTimedCountsOrBuilder
in interfaceErrorGroupStatsOrBuilder
-
hasFirstSeenTime
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;
- Specified by:
hasFirstSeenTime
in interfaceErrorGroupStatsOrBuilder
- Returns:
- Whether the firstSeenTime field is set.
-
getFirstSeenTime
public com.google.protobuf.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;
- Specified by:
getFirstSeenTime
in interfaceErrorGroupStatsOrBuilder
- Returns:
- The firstSeenTime.
-
getFirstSeenTimeOrBuilder
public com.google.protobuf.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;
- Specified by:
getFirstSeenTimeOrBuilder
in interfaceErrorGroupStatsOrBuilder
-
hasLastSeenTime
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;
- Specified by:
hasLastSeenTime
in interfaceErrorGroupStatsOrBuilder
- Returns:
- Whether the lastSeenTime field is set.
-
getLastSeenTime
public com.google.protobuf.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;
- Specified by:
getLastSeenTime
in interfaceErrorGroupStatsOrBuilder
- Returns:
- The lastSeenTime.
-
getLastSeenTimeOrBuilder
public com.google.protobuf.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;
- Specified by:
getLastSeenTimeOrBuilder
in interfaceErrorGroupStatsOrBuilder
-
getAffectedServicesList
public 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;
- Specified by:
getAffectedServicesList
in interfaceErrorGroupStatsOrBuilder
-
getAffectedServicesOrBuilderList
public 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;
- Specified by:
getAffectedServicesOrBuilderList
in interfaceErrorGroupStatsOrBuilder
-
getAffectedServicesCount
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;
- Specified by:
getAffectedServicesCount
in interfaceErrorGroupStatsOrBuilder
-
getAffectedServices
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;
- Specified by:
getAffectedServices
in interfaceErrorGroupStatsOrBuilder
-
getAffectedServicesOrBuilder
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;
- Specified by:
getAffectedServicesOrBuilder
in interfaceErrorGroupStatsOrBuilder
-
getNumAffectedServices
public int getNumAffectedServices()
The total number of services with a non-zero error count for the given filter criteria.
int32 num_affected_services = 8;
- Specified by:
getNumAffectedServices
in interfaceErrorGroupStatsOrBuilder
- Returns:
- The numAffectedServices.
-
hasRepresentative
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;
- Specified by:
hasRepresentative
in interfaceErrorGroupStatsOrBuilder
- Returns:
- Whether the representative field is set.
-
getRepresentative
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;
- Specified by:
getRepresentative
in interfaceErrorGroupStatsOrBuilder
- Returns:
- The representative.
-
getRepresentativeOrBuilder
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;
- Specified by:
getRepresentativeOrBuilder
in interfaceErrorGroupStatsOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessageV3
- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in classcom.google.protobuf.AbstractMessage
-
parseFrom
public static ErrorGroupStats parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ErrorGroupStats parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ErrorGroupStats parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ErrorGroupStats parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ErrorGroupStats parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ErrorGroupStats parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ErrorGroupStats parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static ErrorGroupStats parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static ErrorGroupStats parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static ErrorGroupStats parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static ErrorGroupStats parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static ErrorGroupStats parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public ErrorGroupStats.Builder newBuilderForType()
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
public static ErrorGroupStats.Builder newBuilder()
-
newBuilder
public static ErrorGroupStats.Builder newBuilder(ErrorGroupStats prototype)
-
toBuilder
public ErrorGroupStats.Builder toBuilder()
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected ErrorGroupStats.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static ErrorGroupStats getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<ErrorGroupStats> parser()
-
getParserForType
public com.google.protobuf.Parser<ErrorGroupStats> getParserForType()
- Specified by:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public ErrorGroupStats getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
-