Uses of Enum
gauge.messages.Spec.Error.ErrorType
Packages that use Spec.Error.ErrorType
-
Uses of Spec.Error.ErrorType in gauge.messages
Methods in gauge.messages that return Spec.Error.ErrorTypeModifier and TypeMethodDescriptionstatic Spec.Error.ErrorTypeSpec.Error.ErrorType.forNumber(int value) Spec.Error.Builder.getType()/ Holds the type of errorSpec.Error.getType()/ Holds the type of errorSpec.ErrorOrBuilder.getType()/ Holds the type of errorstatic Spec.Error.ErrorTypeSpec.Error.ErrorType.valueOf(int value) Deprecated.static Spec.Error.ErrorTypeSpec.Error.ErrorType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static Spec.Error.ErrorTypeReturns the enum constant of this type with the specified name.static Spec.Error.ErrorType[]Spec.Error.ErrorType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in gauge.messages that return types with arguments of type Spec.Error.ErrorTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Spec.Error.ErrorType>Spec.Error.ErrorType.internalGetValueMap()Methods in gauge.messages with parameters of type Spec.Error.ErrorTypeModifier and TypeMethodDescriptionSpec.Error.Builder.setType(Spec.Error.ErrorType value) / Holds the type of error