Package com.google.pubsub.v1
Enum PlatformLogsSettings.Severity
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<PlatformLogsSettings.Severity>
- Enclosing class:
- PlatformLogsSettings
public static enum PlatformLogsSettings.Severity
extends Enum<PlatformLogsSettings.Severity>
implements com.google.protobuf.ProtocolMessageEnum
Severity levels of Platform Logs.Protobuf enum
google.pubsub.v1.PlatformLogsSettings.Severity-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDebug logs and higher-severity logs will be written.Logs will be disabled.Only error logs will be written.Info logs and higher-severity logs will be written.Default value.Warning logs and higher-severity logs will be written. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intDebug logs and higher-severity logs will be written.static final intLogs will be disabled.static final intOnly error logs will be written.static final intInfo logs and higher-severity logs will be written.static final intDefault value.static final intWarning logs and higher-severity logs will be written. -
Method Summary
Modifier and TypeMethodDescriptionforNumber(int value) static final com.google.protobuf.Descriptors.EnumDescriptorfinal com.google.protobuf.Descriptors.EnumDescriptorfinal intfinal com.google.protobuf.Descriptors.EnumValueDescriptorstatic com.google.protobuf.Internal.EnumLiteMap<PlatformLogsSettings.Severity>valueOf(int value) Deprecated.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 PlatformLogsSettings.Severity[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
SEVERITY_UNSPECIFIED
Default value. Logs level is unspecified. Logs will be disabled.
SEVERITY_UNSPECIFIED = 0; -
DISABLED
Logs will be disabled.
DISABLED = 1; -
DEBUG
Debug logs and higher-severity logs will be written.
DEBUG = 2; -
INFO
Info logs and higher-severity logs will be written.
INFO = 3; -
WARNING
Warning logs and higher-severity logs will be written.
WARNING = 4; -
ERROR
Only error logs will be written.
ERROR = 5; -
UNRECOGNIZED
-
-
Field Details
-
SEVERITY_UNSPECIFIED_VALUE
public static final int SEVERITY_UNSPECIFIED_VALUEDefault value. Logs level is unspecified. Logs will be disabled.
SEVERITY_UNSPECIFIED = 0;- See Also:
-
DISABLED_VALUE
public static final int DISABLED_VALUELogs will be disabled.
DISABLED = 1;- See Also:
-
DEBUG_VALUE
public static final int DEBUG_VALUEDebug logs and higher-severity logs will be written.
DEBUG = 2;- See Also:
-
INFO_VALUE
public static final int INFO_VALUEInfo logs and higher-severity logs will be written.
INFO = 3;- See Also:
-
WARNING_VALUE
public static final int WARNING_VALUEWarning logs and higher-severity logs will be written.
WARNING = 4;- See Also:
-
ERROR_VALUE
public static final int ERROR_VALUEOnly error logs will be written.
ERROR = 5;- See Also:
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getNumber
public final int getNumber()- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
value- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
forNumber
- Parameters:
value- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<PlatformLogsSettings.Severity> internalGetValueMap() -
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()- Specified by:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() -
valueOf
public static PlatformLogsSettings.Severity valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
desc- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-