public enum VirusDetail.ThreatType extends Enum<VirusDetail.ThreatType> implements ProtocolMessageEnumDefines all the threat types of a virus
 Protobuf enum google.cloud.modelarmor.v1beta.VirusDetail.ThreatType
Implements
ProtocolMessageEnum| Static Fields | |
|---|---|
| Name | Description | 
| MALICIOUS_PROGRAM | Malicious program. E.g. Spyware, Trojan.   | 
| MALICIOUS_PROGRAM_VALUE | Malicious program. E.g. Spyware, Trojan.   | 
| POTENTIALLY_HARMFUL_CONTENT | Potentially harmful content. E.g. Injected code, Macro   | 
| POTENTIALLY_HARMFUL_CONTENT_VALUE | Potentially harmful content. E.g. Injected code, Macro   | 
| POTENTIALLY_UNWANTED_CONTENT | Potentially unwanted content. E.g. Adware.   | 
| POTENTIALLY_UNWANTED_CONTENT_VALUE | Potentially unwanted content. E.g. Adware.   | 
| THREAT_TYPE_UNSPECIFIED | Unused   | 
| THREAT_TYPE_UNSPECIFIED_VALUE | Unused   | 
| UNKNOWN | Unable to categorize threat   | 
| UNKNOWN_VALUE | Unable to categorize threat   | 
| UNRECOGNIZED | |
| VIRUS_OR_WORM | Virus or Worm threat.   | 
| VIRUS_OR_WORM_VALUE | Virus or Worm threat.   | 
| Static Methods | |
|---|---|
| Name | Description | 
| forNumber(int value) | |
| getDescriptor() | |
| internalGetValueMap() | |
| valueOf(Descriptors.EnumValueDescriptor desc) | |
| valueOf(int value) | Deprecated. Use #forNumber(int) instead. | 
| valueOf(String name) | |
| values() | |
| Methods | |
|---|---|
| Name | Description | 
| getDescriptorForType() | |
| getNumber() | |
| getValueDescriptor() | |