Package lgraph
Enum Lgraph.LogApiType
- java.lang.Object
-
- java.lang.Enum<Lgraph.LogApiType>
-
- lgraph.Lgraph.LogApiType
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<Lgraph.LogApiType>
- Enclosing class:
- Lgraph
public static enum Lgraph.LogApiType extends Enum<Lgraph.LogApiType> implements com.google.protobuf.ProtocolMessageEnum
-------------------------------- audit_log --------------------------------
Protobuf enumlgraph.LogApiType
-
-
Field Summary
Fields Modifier and Type Field Description static intCypher_VALUECypher = 3;static intPlugin_VALUEPlugin = 2;static intSecurity_VALUESecurity = 1;static intSingleApi_VALUESingleApi = 0;
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static Lgraph.LogApiTypeforNumber(int value)static com.google.protobuf.Descriptors.EnumDescriptorgetDescriptor()com.google.protobuf.Descriptors.EnumDescriptorgetDescriptorForType()intgetNumber()com.google.protobuf.Descriptors.EnumValueDescriptorgetValueDescriptor()static com.google.protobuf.Internal.EnumLiteMap<Lgraph.LogApiType>internalGetValueMap()static Lgraph.LogApiTypevalueOf(int value)Deprecated.static Lgraph.LogApiTypevalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Lgraph.LogApiTypevalueOf(String name)Returns the enum constant of this type with the specified name.static Lgraph.LogApiType[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
SingleApi
public static final Lgraph.LogApiType SingleApi
SingleApi = 0;
-
Security
public static final Lgraph.LogApiType Security
Security = 1;
-
Plugin
public static final Lgraph.LogApiType Plugin
Plugin = 2;
-
Cypher
public static final Lgraph.LogApiType Cypher
Cypher = 3;
-
-
Field Detail
-
SingleApi_VALUE
public static final int SingleApi_VALUE
SingleApi = 0;- See Also:
- Constant Field Values
-
Security_VALUE
public static final int Security_VALUE
Security = 1;- See Also:
- Constant Field Values
-
Plugin_VALUE
public static final int Plugin_VALUE
Plugin = 2;- See Also:
- Constant Field Values
-
Cypher_VALUE
public static final int Cypher_VALUE
Cypher = 3;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static Lgraph.LogApiType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (Lgraph.LogApiType c : Lgraph.LogApiType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static Lgraph.LogApiType valueOf(String name)
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 public static Lgraph.LogApiType valueOf(int value)
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
public static Lgraph.LogApiType forNumber(int value)
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<Lgraph.LogApiType> 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 Lgraph.LogApiType 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
-
-