Package com.google.webrisk.v1
Enum ThreatDiscovery.Platform
- java.lang.Object
-
- java.lang.Enum<ThreatDiscovery.Platform>
-
- com.google.webrisk.v1.ThreatDiscovery.Platform
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<ThreatDiscovery.Platform>
- Enclosing class:
- ThreatDiscovery
public static enum ThreatDiscovery.Platform extends Enum<ThreatDiscovery.Platform> implements com.google.protobuf.ProtocolMessageEnum
Platform types.
Protobuf enumgoogle.cloud.webrisk.v1.ThreatDiscovery.Platform
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ANDROIDGeneral Android platform.IOSGeneral iOS platform.MACOSGeneral macOS platform.PLATFORM_UNSPECIFIEDDefault.UNRECOGNIZEDWINDOWSGeneral Windows platform.
-
Field Summary
Fields Modifier and Type Field Description static intANDROID_VALUEGeneral Android platform.static intIOS_VALUEGeneral iOS platform.static intMACOS_VALUEGeneral macOS platform.static intPLATFORM_UNSPECIFIED_VALUEDefault.static intWINDOWS_VALUEGeneral Windows platform.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static ThreatDiscovery.PlatformforNumber(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<ThreatDiscovery.Platform>internalGetValueMap()static ThreatDiscovery.PlatformvalueOf(int value)Deprecated.static ThreatDiscovery.PlatformvalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static ThreatDiscovery.PlatformvalueOf(String name)Returns the enum constant of this type with the specified name.static ThreatDiscovery.Platform[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
PLATFORM_UNSPECIFIED
public static final ThreatDiscovery.Platform PLATFORM_UNSPECIFIED
Default.
PLATFORM_UNSPECIFIED = 0;
-
ANDROID
public static final ThreatDiscovery.Platform ANDROID
General Android platform.
ANDROID = 1;
-
IOS
public static final ThreatDiscovery.Platform IOS
General iOS platform.
IOS = 2;
-
MACOS
public static final ThreatDiscovery.Platform MACOS
General macOS platform.
MACOS = 3;
-
WINDOWS
public static final ThreatDiscovery.Platform WINDOWS
General Windows platform.
WINDOWS = 4;
-
UNRECOGNIZED
public static final ThreatDiscovery.Platform UNRECOGNIZED
-
-
Field Detail
-
PLATFORM_UNSPECIFIED_VALUE
public static final int PLATFORM_UNSPECIFIED_VALUE
Default.
PLATFORM_UNSPECIFIED = 0;- See Also:
- Constant Field Values
-
ANDROID_VALUE
public static final int ANDROID_VALUE
General Android platform.
ANDROID = 1;- See Also:
- Constant Field Values
-
IOS_VALUE
public static final int IOS_VALUE
General iOS platform.
IOS = 2;- See Also:
- Constant Field Values
-
MACOS_VALUE
public static final int MACOS_VALUE
General macOS platform.
MACOS = 3;- See Also:
- Constant Field Values
-
WINDOWS_VALUE
public static final int WINDOWS_VALUE
General Windows platform.
WINDOWS = 4;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static ThreatDiscovery.Platform[] 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 (ThreatDiscovery.Platform c : ThreatDiscovery.Platform.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ThreatDiscovery.Platform 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 ThreatDiscovery.Platform 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 ThreatDiscovery.Platform forNumber(int value)
- Parameters:
value- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<ThreatDiscovery.Platform> 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 ThreatDiscovery.Platform 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
-
-