Package com.google.cloud.osconfig.v1
Enum Inventory.SoftwarePackage.DetailsCase
- java.lang.Object
-
- java.lang.Enum<Inventory.SoftwarePackage.DetailsCase>
-
- com.google.cloud.osconfig.v1.Inventory.SoftwarePackage.DetailsCase
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite
,Serializable
,Comparable<Inventory.SoftwarePackage.DetailsCase>
- Enclosing class:
- Inventory.SoftwarePackage
public static enum Inventory.SoftwarePackage.DetailsCase extends Enum<Inventory.SoftwarePackage.DetailsCase> implements com.google.protobuf.Internal.EnumLite
-
-
Enum Constant Summary
Enum Constants Enum Constant Description APT_PACKAGE
COS_PACKAGE
DETAILS_NOT_SET
GOOGET_PACKAGE
QFE_PACKAGE
WINDOWS_APPLICATION
WUA_PACKAGE
YUM_PACKAGE
ZYPPER_PACKAGE
ZYPPER_PATCH
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static Inventory.SoftwarePackage.DetailsCase
forNumber(int value)
int
getNumber()
static Inventory.SoftwarePackage.DetailsCase
valueOf(int value)
Deprecated.static Inventory.SoftwarePackage.DetailsCase
valueOf(String name)
Returns the enum constant of this type with the specified name.static Inventory.SoftwarePackage.DetailsCase[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
YUM_PACKAGE
public static final Inventory.SoftwarePackage.DetailsCase YUM_PACKAGE
-
APT_PACKAGE
public static final Inventory.SoftwarePackage.DetailsCase APT_PACKAGE
-
ZYPPER_PACKAGE
public static final Inventory.SoftwarePackage.DetailsCase ZYPPER_PACKAGE
-
GOOGET_PACKAGE
public static final Inventory.SoftwarePackage.DetailsCase GOOGET_PACKAGE
-
ZYPPER_PATCH
public static final Inventory.SoftwarePackage.DetailsCase ZYPPER_PATCH
-
WUA_PACKAGE
public static final Inventory.SoftwarePackage.DetailsCase WUA_PACKAGE
-
QFE_PACKAGE
public static final Inventory.SoftwarePackage.DetailsCase QFE_PACKAGE
-
COS_PACKAGE
public static final Inventory.SoftwarePackage.DetailsCase COS_PACKAGE
-
WINDOWS_APPLICATION
public static final Inventory.SoftwarePackage.DetailsCase WINDOWS_APPLICATION
-
DETAILS_NOT_SET
public static final Inventory.SoftwarePackage.DetailsCase DETAILS_NOT_SET
-
-
Method Detail
-
values
public static Inventory.SoftwarePackage.DetailsCase[] 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 (Inventory.SoftwarePackage.DetailsCase c : Inventory.SoftwarePackage.DetailsCase.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static Inventory.SoftwarePackage.DetailsCase 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
-
valueOf
@Deprecated public static Inventory.SoftwarePackage.DetailsCase 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 Inventory.SoftwarePackage.DetailsCase forNumber(int value)
-
getNumber
public int getNumber()
- Specified by:
getNumber
in interfacecom.google.protobuf.Internal.EnumLite
-
-