Class ErrorGroup

  • All Implemented Interfaces:
    ErrorGroupOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable

    public final class ErrorGroup
    extends com.google.protobuf.GeneratedMessageV3
    implements ErrorGroupOrBuilder
     Description of a group of similar error events.
     
    Protobuf type google.devtools.clouderrorreporting.v1beta1.ErrorGroup
    See Also:
    Serialized Form
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  ErrorGroup.Builder
      Description of a group of similar error events.
      • 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
      • Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite

        com.google.protobuf.AbstractMessageLite.InternalOneOfEnum
    • Method Detail

      • newInstance

        protected Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        Overrides:
        newInstance in class com.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 class com.google.protobuf.GeneratedMessageV3
      • getName

        public String getName()
         The group resource name.
         Example: <code>projects/my-project-123/groups/CNSgkpnppqKCUw</code>
         
        string name = 1;
        Specified by:
        getName in interface ErrorGroupOrBuilder
        Returns:
        The name.
      • getNameBytes

        public com.google.protobuf.ByteString getNameBytes()
         The group resource name.
         Example: <code>projects/my-project-123/groups/CNSgkpnppqKCUw</code>
         
        string name = 1;
        Specified by:
        getNameBytes in interface ErrorGroupOrBuilder
        Returns:
        The bytes for name.
      • getGroupId

        public String getGroupId()
         Group IDs are unique for a given project. If the same kind of error
         occurs in different service contexts, it will receive the same group ID.
         
        string group_id = 2;
        Specified by:
        getGroupId in interface ErrorGroupOrBuilder
        Returns:
        The groupId.
      • getGroupIdBytes

        public com.google.protobuf.ByteString getGroupIdBytes()
         Group IDs are unique for a given project. If the same kind of error
         occurs in different service contexts, it will receive the same group ID.
         
        string group_id = 2;
        Specified by:
        getGroupIdBytes in interface ErrorGroupOrBuilder
        Returns:
        The bytes for groupId.
      • getTrackingIssuesCount

        public int getTrackingIssuesCount()
         Associated tracking issues.
         
        repeated .google.devtools.clouderrorreporting.v1beta1.TrackingIssue tracking_issues = 3;
        Specified by:
        getTrackingIssuesCount in interface ErrorGroupOrBuilder
      • getTrackingIssues

        public TrackingIssue getTrackingIssues​(int index)
         Associated tracking issues.
         
        repeated .google.devtools.clouderrorreporting.v1beta1.TrackingIssue tracking_issues = 3;
        Specified by:
        getTrackingIssues in interface ErrorGroupOrBuilder
      • getResolutionStatusValue

        public int getResolutionStatusValue()
         Error group's resolution status.
         An unspecified resolution status will be interpreted as OPEN
         
        .google.devtools.clouderrorreporting.v1beta1.ResolutionStatus resolution_status = 5;
        Specified by:
        getResolutionStatusValue in interface ErrorGroupOrBuilder
        Returns:
        The enum numeric value on the wire for resolutionStatus.
      • getResolutionStatus

        public ResolutionStatus getResolutionStatus()
         Error group's resolution status.
         An unspecified resolution status will be interpreted as OPEN
         
        .google.devtools.clouderrorreporting.v1beta1.ResolutionStatus resolution_status = 5;
        Specified by:
        getResolutionStatus in interface ErrorGroupOrBuilder
        Returns:
        The resolutionStatus.
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3
      • writeTo

        public void writeTo​(com.google.protobuf.CodedOutputStream output)
                     throws IOException
        Specified by:
        writeTo in interface com.google.protobuf.MessageLite
        Overrides:
        writeTo in class com.google.protobuf.GeneratedMessageV3
        Throws:
        IOException
      • getSerializedSize

        public int getSerializedSize()
        Specified by:
        getSerializedSize in interface com.google.protobuf.MessageLite
        Overrides:
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
      • equals

        public boolean equals​(Object obj)
        Specified by:
        equals in interface com.google.protobuf.Message
        Overrides:
        equals in class com.google.protobuf.AbstractMessage
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface com.google.protobuf.Message
        Overrides:
        hashCode in class com.google.protobuf.AbstractMessage
      • parseFrom

        public static ErrorGroup parseFrom​(ByteBuffer data)
                                    throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static ErrorGroup parseFrom​(ByteBuffer data,
                                           com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                    throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static ErrorGroup parseFrom​(com.google.protobuf.ByteString data)
                                    throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static ErrorGroup parseFrom​(com.google.protobuf.ByteString data,
                                           com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                    throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static ErrorGroup parseFrom​(byte[] data)
                                    throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static ErrorGroup parseFrom​(byte[] data,
                                           com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                    throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static ErrorGroup parseFrom​(com.google.protobuf.CodedInputStream input,
                                           com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                    throws IOException
        Throws:
        IOException
      • newBuilderForType

        public ErrorGroup.Builder newBuilderForType()
        Specified by:
        newBuilderForType in interface com.google.protobuf.Message
        Specified by:
        newBuilderForType in interface com.google.protobuf.MessageLite
      • toBuilder

        public ErrorGroup.Builder toBuilder()
        Specified by:
        toBuilder in interface com.google.protobuf.Message
        Specified by:
        toBuilder in interface com.google.protobuf.MessageLite
      • newBuilderForType

        protected ErrorGroup.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        Specified by:
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstance

        public static ErrorGroup getDefaultInstance()
      • parser

        public static com.google.protobuf.Parser<ErrorGroup> parser()
      • getParserForType

        public com.google.protobuf.Parser<ErrorGroup> getParserForType()
        Specified by:
        getParserForType in interface com.google.protobuf.Message
        Specified by:
        getParserForType in interface com.google.protobuf.MessageLite
        Overrides:
        getParserForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstanceForType

        public ErrorGroup getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder