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 LogSeverityLogSeverity. forNumber(int value)static LogSeverityLogSeverity. valueOf(int value)Deprecated.static LogSeverityLogSeverity. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static LogSeverityLogSeverity. valueOf(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()
-