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 ANDROID
General Android platform.IOS
General iOS platform.MACOS
General macOS platform.PLATFORM_UNSPECIFIED
Default.UNRECOGNIZED
WINDOWS
General Windows platform.
-
Field Summary
Fields Modifier and Type Field Description static int
ANDROID_VALUE
General Android platform.static int
IOS_VALUE
General iOS platform.static int
MACOS_VALUE
General macOS platform.static int
PLATFORM_UNSPECIFIED_VALUE
Default.static int
WINDOWS_VALUE
General Windows platform.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static ThreatDiscovery.Platform
forNumber(int value)
static com.google.protobuf.Descriptors.EnumDescriptor
getDescriptor()
com.google.protobuf.Descriptors.EnumDescriptor
getDescriptorForType()
int
getNumber()
com.google.protobuf.Descriptors.EnumValueDescriptor
getValueDescriptor()
static com.google.protobuf.Internal.EnumLiteMap<ThreatDiscovery.Platform>
internalGetValueMap()
static ThreatDiscovery.Platform
valueOf(int value)
Deprecated.static ThreatDiscovery.Platform
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static ThreatDiscovery.Platform
valueOf(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:
getNumber
in interfacecom.google.protobuf.Internal.EnumLite
- Specified by:
getNumber
in 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:
getValueDescriptor
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in 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
-
-