Uses of Enum
com.google.logging.type.LogSeverity
Packages that use LogSeverity
-
Uses of LogSeverity in com.google.logging.type
Methods in com.google.logging.type that return LogSeverityModifier and TypeMethodDescriptionstatic LogSeverity
LogSeverity.forNumber
(int value) static LogSeverity
LogSeverity.valueOf
(int value) Deprecated.static LogSeverity
LogSeverity.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static LogSeverity
Returns the enum constant of this type with the specified name.static LogSeverity[]
LogSeverity.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.logging.type that return types with arguments of type LogSeverityModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap
<LogSeverity> LogSeverity.internalGetValueMap()