Uses of Class
com.google.logging.type.LogSeverity
-
Packages that use LogSeverity Package Description com.google.logging.type -
-
Uses of LogSeverity in com.google.logging.type
Methods in com.google.logging.type that return LogSeverity Modifier and Type Method Description static 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
LogSeverity. valueOf(java.lang.String name)
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 LogSeverity Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<LogSeverity>
LogSeverity. internalGetValueMap()
-