Uses of Enum
gauge.messages.Spec.ProtoExecutionResult.ErrorType
Packages that use Spec.ProtoExecutionResult.ErrorType
-
Uses of Spec.ProtoExecutionResult.ErrorType in gauge.messages
Methods in gauge.messages that return Spec.ProtoExecutionResult.ErrorTypeModifier and TypeMethodDescriptionSpec.ProtoExecutionResult.ErrorType.forNumber(int value) Spec.ProtoExecutionResult.Builder.getErrorType()/ Type of the Error.Spec.ProtoExecutionResult.getErrorType()/ Type of the Error.Spec.ProtoExecutionResultOrBuilder.getErrorType()/ Type of the Error.Spec.ProtoExecutionResult.ErrorType.valueOf(int value) Deprecated.Spec.ProtoExecutionResult.ErrorType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.Returns the enum constant of this type with the specified name.static Spec.ProtoExecutionResult.ErrorType[]Spec.ProtoExecutionResult.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.ProtoExecutionResult.ErrorTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Spec.ProtoExecutionResult.ErrorType>Spec.ProtoExecutionResult.ErrorType.internalGetValueMap()Methods in gauge.messages with parameters of type Spec.ProtoExecutionResult.ErrorTypeModifier and TypeMethodDescriptionSpec.ProtoExecutionResult.Builder.setErrorType(Spec.ProtoExecutionResult.ErrorType value) / Type of the Error.