public enum ThreatType extends Enum<ThreatType> implements ProtocolMessageEnumThe type of threat. This maps directly to the threat list a threat may belong to.
Protobuf enum google.cloud.webrisk.v1.ThreatType
Implements
ProtocolMessageEnumStatic Fields
| Name | Description |
| MALWARE | Malware targeting any platform. |
| MALWARE_VALUE | Malware targeting any platform. |
| SOCIAL_ENGINEERING | Social engineering targeting any platform. |
| SOCIAL_ENGINEERING_EXTENDED_COVERAGE | A list of extended coverage social engineering URIs targeting any platform. |
| SOCIAL_ENGINEERING_EXTENDED_COVERAGE_VALUE | A list of extended coverage social engineering URIs targeting any platform. |
| SOCIAL_ENGINEERING_VALUE | Social engineering targeting any platform. |
| THREAT_TYPE_UNSPECIFIED | No entries should match this threat type. This threat type is unused. |
| THREAT_TYPE_UNSPECIFIED_VALUE | No entries should match this threat type. This threat type is unused. |
| UNRECOGNIZED | |
| UNWANTED_SOFTWARE | Unwanted software targeting any platform. |
| UNWANTED_SOFTWARE_VALUE | Unwanted software targeting any platform. |
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() |