Enum OSPolicyResourceConfigStep.Outcome
- java.lang.Object
-
- java.lang.Enum<OSPolicyResourceConfigStep.Outcome>
-
- com.google.cloud.osconfig.v1alpha.OSPolicyResourceConfigStep.Outcome
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite
,com.google.protobuf.ProtocolMessageEnum
,Serializable
,Comparable<OSPolicyResourceConfigStep.Outcome>
- Enclosing class:
- OSPolicyResourceConfigStep
@Deprecated public static enum OSPolicyResourceConfigStep.Outcome extends Enum<OSPolicyResourceConfigStep.Outcome> implements com.google.protobuf.ProtocolMessageEnum
Deprecated.Supported outcomes for a configuration step.
Protobuf enumgoogle.cloud.osconfig.v1alpha.OSPolicyResourceConfigStep.Outcome
-
-
Enum Constant Summary
Enum Constants Enum Constant Description FAILED
Deprecated.The step failed.OUTCOME_UNSPECIFIED
Deprecated.Default value.SUCCEEDED
Deprecated.The step succeeded.UNRECOGNIZED
Deprecated.
-
Field Summary
Fields Modifier and Type Field Description static int
FAILED_VALUE
Deprecated.The step failed.static int
OUTCOME_UNSPECIFIED_VALUE
Deprecated.Default value.static int
SUCCEEDED_VALUE
Deprecated.The step succeeded.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static OSPolicyResourceConfigStep.Outcome
forNumber(int value)
Deprecated.static com.google.protobuf.Descriptors.EnumDescriptor
getDescriptor()
Deprecated.com.google.protobuf.Descriptors.EnumDescriptor
getDescriptorForType()
Deprecated.int
getNumber()
Deprecated.com.google.protobuf.Descriptors.EnumValueDescriptor
getValueDescriptor()
Deprecated.static com.google.protobuf.Internal.EnumLiteMap<OSPolicyResourceConfigStep.Outcome>
internalGetValueMap()
Deprecated.static OSPolicyResourceConfigStep.Outcome
valueOf(int value)
Deprecated.static OSPolicyResourceConfigStep.Outcome
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Deprecated.Returns the enum constant of this type with the specified name.static OSPolicyResourceConfigStep.Outcome
valueOf(String name)
Deprecated.Returns the enum constant of this type with the specified name.static OSPolicyResourceConfigStep.Outcome[]
values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
OUTCOME_UNSPECIFIED
public static final OSPolicyResourceConfigStep.Outcome OUTCOME_UNSPECIFIED
Deprecated.Default value. This value is unused.
OUTCOME_UNSPECIFIED = 0;
-
SUCCEEDED
public static final OSPolicyResourceConfigStep.Outcome SUCCEEDED
Deprecated.The step succeeded.
SUCCEEDED = 1;
-
FAILED
public static final OSPolicyResourceConfigStep.Outcome FAILED
Deprecated.The step failed.
FAILED = 2;
-
UNRECOGNIZED
public static final OSPolicyResourceConfigStep.Outcome UNRECOGNIZED
Deprecated.
-
-
Field Detail
-
OUTCOME_UNSPECIFIED_VALUE
public static final int OUTCOME_UNSPECIFIED_VALUE
Deprecated.Default value. This value is unused.
OUTCOME_UNSPECIFIED = 0;
- See Also:
- Constant Field Values
-
SUCCEEDED_VALUE
public static final int SUCCEEDED_VALUE
Deprecated.The step succeeded.
SUCCEEDED = 1;
- See Also:
- Constant Field Values
-
FAILED_VALUE
public static final int FAILED_VALUE
Deprecated.The step failed.
FAILED = 2;
- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static OSPolicyResourceConfigStep.Outcome[] values()
Deprecated.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 (OSPolicyResourceConfigStep.Outcome c : OSPolicyResourceConfigStep.Outcome.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static OSPolicyResourceConfigStep.Outcome valueOf(String name)
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:
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()
Deprecated.- Specified by:
getNumber
in interfacecom.google.protobuf.Internal.EnumLite
- Specified by:
getNumber
in interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
@Deprecated public static OSPolicyResourceConfigStep.Outcome 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 OSPolicyResourceConfigStep.Outcome forNumber(int value)
Deprecated.- 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<OSPolicyResourceConfigStep.Outcome> internalGetValueMap()
Deprecated.
-
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
Deprecated.- Specified by:
getValueDescriptor
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
Deprecated.- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
Deprecated.
-
valueOf
public static OSPolicyResourceConfigStep.Outcome valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
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:
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
-
-