Enum ResolutionStatus

  • All Implemented Interfaces:
    com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, Serializable, Comparable<ResolutionStatus>

    public enum ResolutionStatus
    extends Enum<ResolutionStatus>
    implements com.google.protobuf.ProtocolMessageEnum
     Resolution status of an error group.
     
    Protobuf enum google.devtools.clouderrorreporting.v1beta1.ResolutionStatus
    • Enum Constant Detail

      • RESOLUTION_STATUS_UNSPECIFIED

        public static final ResolutionStatus RESOLUTION_STATUS_UNSPECIFIED
         Status is unknown. When left unspecified in requests, it is treated like
         OPEN.
         
        RESOLUTION_STATUS_UNSPECIFIED = 0;
      • OPEN

        public static final ResolutionStatus OPEN
         The error group is not being addressed. This is the default for
         new groups. It is also used for errors re-occurring after marked RESOLVED.
         
        OPEN = 1;
      • ACKNOWLEDGED

        public static final ResolutionStatus ACKNOWLEDGED
         Error Group manually acknowledged, it can have an issue link attached.
         
        ACKNOWLEDGED = 2;
      • RESOLVED

        public static final ResolutionStatus RESOLVED
         Error Group manually resolved, more events for this group are not expected
         to occur.
         
        RESOLVED = 3;
      • MUTED

        public static final ResolutionStatus MUTED
         The error group is muted and excluded by default on group stats requests.
         
        MUTED = 4;
    • Field Detail

      • RESOLUTION_STATUS_UNSPECIFIED_VALUE

        public static final int RESOLUTION_STATUS_UNSPECIFIED_VALUE
         Status is unknown. When left unspecified in requests, it is treated like
         OPEN.
         
        RESOLUTION_STATUS_UNSPECIFIED = 0;
        See Also:
        Constant Field Values
      • OPEN_VALUE

        public static final int OPEN_VALUE
         The error group is not being addressed. This is the default for
         new groups. It is also used for errors re-occurring after marked RESOLVED.
         
        OPEN = 1;
        See Also:
        Constant Field Values
      • ACKNOWLEDGED_VALUE

        public static final int ACKNOWLEDGED_VALUE
         Error Group manually acknowledged, it can have an issue link attached.
         
        ACKNOWLEDGED = 2;
        See Also:
        Constant Field Values
      • RESOLVED_VALUE

        public static final int RESOLVED_VALUE
         Error Group manually resolved, more events for this group are not expected
         to occur.
         
        RESOLVED = 3;
        See Also:
        Constant Field Values
      • MUTED_VALUE

        public static final int MUTED_VALUE
         The error group is muted and excluded by default on group stats requests.
         
        MUTED = 4;
        See Also:
        Constant Field Values
    • Method Detail

      • values

        public static ResolutionStatus[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (ResolutionStatus c : ResolutionStatus.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static ResolutionStatus valueOf​(String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null
      • getNumber

        public final int getNumber()
        Specified by:
        getNumber in interface com.google.protobuf.Internal.EnumLite
        Specified by:
        getNumber in interface com.google.protobuf.ProtocolMessageEnum
      • valueOf

        @Deprecated
        public static ResolutionStatus valueOf​(int value)
        Deprecated.
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        value - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null
      • forNumber

        public static ResolutionStatus forNumber​(int value)
        Parameters:
        value - The numeric wire value of the corresponding enum entry.
        Returns:
        The enum associated with the given numeric wire value.
      • internalGetValueMap

        public static com.google.protobuf.Internal.EnumLiteMap<ResolutionStatus> internalGetValueMap()
      • getValueDescriptor

        public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
        Specified by:
        getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnum
      • getDescriptorForType

        public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnum
      • getDescriptor

        public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
      • valueOf

        public static ResolutionStatus valueOf​(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        desc - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null