Uses of Class
com.google.webrisk.v1.ThreatInfo.AbuseType
-
Packages that use ThreatInfo.AbuseType Package Description com.google.webrisk.v1 -
-
Uses of ThreatInfo.AbuseType in com.google.webrisk.v1
Methods in com.google.webrisk.v1 that return ThreatInfo.AbuseType Modifier and Type Method Description static ThreatInfo.AbuseType
ThreatInfo.AbuseType. forNumber(int value)
ThreatInfo.AbuseType
ThreatInfo.Builder. getAbuseType()
The type of abuse.ThreatInfo.AbuseType
ThreatInfo. getAbuseType()
The type of abuse.ThreatInfo.AbuseType
ThreatInfoOrBuilder. getAbuseType()
The type of abuse.static ThreatInfo.AbuseType
ThreatInfo.AbuseType. valueOf(int value)
Deprecated.static ThreatInfo.AbuseType
ThreatInfo.AbuseType. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static ThreatInfo.AbuseType
ThreatInfo.AbuseType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ThreatInfo.AbuseType[]
ThreatInfo.AbuseType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.webrisk.v1 that return types with arguments of type ThreatInfo.AbuseType Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<ThreatInfo.AbuseType>
ThreatInfo.AbuseType. internalGetValueMap()
Methods in com.google.webrisk.v1 with parameters of type ThreatInfo.AbuseType Modifier and Type Method Description ThreatInfo.Builder
ThreatInfo.Builder. setAbuseType(ThreatInfo.AbuseType value)
The type of abuse.
-