public static enum Indicator.ProcessSignature.SignatureCase extends Enum<Indicator.ProcessSignature.SignatureCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
MEMORY_HASH_SIGNATURE |
SIGNATURE_NOT_SET |
YARA_RULE_SIGNATURE |
| Modifier and Type | Method and Description |
|---|---|
static Indicator.ProcessSignature.SignatureCase |
forNumber(int value) |
int |
getNumber() |
static Indicator.ProcessSignature.SignatureCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Indicator.ProcessSignature.SignatureCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Indicator.ProcessSignature.SignatureCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Indicator.ProcessSignature.SignatureCase MEMORY_HASH_SIGNATURE
public static final Indicator.ProcessSignature.SignatureCase YARA_RULE_SIGNATURE
public static final Indicator.ProcessSignature.SignatureCase SIGNATURE_NOT_SET
public static Indicator.ProcessSignature.SignatureCase[] values()
for (Indicator.ProcessSignature.SignatureCase c : Indicator.ProcessSignature.SignatureCase.values()) System.out.println(c);
public static Indicator.ProcessSignature.SignatureCase valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null@Deprecated public static Indicator.ProcessSignature.SignatureCase valueOf(int value)
forNumber(int) instead.value - The number of the enum to look for.public static Indicator.ProcessSignature.SignatureCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2023 Google LLC. All rights reserved.