Enum OSPolicyResourceConfigStep.Type
- java.lang.Object
-
- java.lang.Enum<OSPolicyResourceConfigStep.Type>
-
- com.google.cloud.osconfig.v1alpha.OSPolicyResourceConfigStep.Type
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite
,com.google.protobuf.ProtocolMessageEnum
,Serializable
,Comparable<OSPolicyResourceConfigStep.Type>
- Enclosing class:
- OSPolicyResourceConfigStep
@Deprecated public static enum OSPolicyResourceConfigStep.Type extends Enum<OSPolicyResourceConfigStep.Type> implements com.google.protobuf.ProtocolMessageEnum
Deprecated.Supported configuration step types
Protobuf enumgoogle.cloud.osconfig.v1alpha.OSPolicyResourceConfigStep.Type
-
-
Enum Constant Summary
Enum Constants Enum Constant Description DESIRED_STATE_CHECK
Deprecated.Check the current desired state status of the resource.DESIRED_STATE_CHECK_POST_ENFORCEMENT
Deprecated.Re-check desired state status for a resource after enforcement of all resources in the current configuration run.DESIRED_STATE_ENFORCEMENT
Deprecated.Enforce the desired state for a resource that is not in desired state.TYPE_UNSPECIFIED
Deprecated.Default value.UNRECOGNIZED
Deprecated.VALIDATION
Deprecated.Validation to detect resource conflicts, schema errors, etc.
-
Field Summary
Fields Modifier and Type Field Description static int
DESIRED_STATE_CHECK_POST_ENFORCEMENT_VALUE
Deprecated.Re-check desired state status for a resource after enforcement of all resources in the current configuration run.static int
DESIRED_STATE_CHECK_VALUE
Deprecated.Check the current desired state status of the resource.static int
DESIRED_STATE_ENFORCEMENT_VALUE
Deprecated.Enforce the desired state for a resource that is not in desired state.static int
TYPE_UNSPECIFIED_VALUE
Deprecated.Default value.static int
VALIDATION_VALUE
Deprecated.Validation to detect resource conflicts, schema errors, etc.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static OSPolicyResourceConfigStep.Type
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.Type>
internalGetValueMap()
Deprecated.static OSPolicyResourceConfigStep.Type
valueOf(int value)
Deprecated.static OSPolicyResourceConfigStep.Type
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Deprecated.Returns the enum constant of this type with the specified name.static OSPolicyResourceConfigStep.Type
valueOf(String name)
Deprecated.Returns the enum constant of this type with the specified name.static OSPolicyResourceConfigStep.Type[]
values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
TYPE_UNSPECIFIED
public static final OSPolicyResourceConfigStep.Type TYPE_UNSPECIFIED
Deprecated.Default value. This value is unused.
TYPE_UNSPECIFIED = 0;
-
VALIDATION
public static final OSPolicyResourceConfigStep.Type VALIDATION
Deprecated.Validation to detect resource conflicts, schema errors, etc.
VALIDATION = 1;
-
DESIRED_STATE_CHECK
public static final OSPolicyResourceConfigStep.Type DESIRED_STATE_CHECK
Deprecated.Check the current desired state status of the resource.
DESIRED_STATE_CHECK = 2;
-
DESIRED_STATE_ENFORCEMENT
public static final OSPolicyResourceConfigStep.Type DESIRED_STATE_ENFORCEMENT
Deprecated.Enforce the desired state for a resource that is not in desired state.
DESIRED_STATE_ENFORCEMENT = 3;
-
DESIRED_STATE_CHECK_POST_ENFORCEMENT
public static final OSPolicyResourceConfigStep.Type DESIRED_STATE_CHECK_POST_ENFORCEMENT
Deprecated.Re-check desired state status for a resource after enforcement of all resources in the current configuration run. This step is used to determine the final desired state status for the resource. It accounts for any resources that might have drifted from their desired state due to side effects from configuring other resources during the current configuration run.
DESIRED_STATE_CHECK_POST_ENFORCEMENT = 4;
-
UNRECOGNIZED
public static final OSPolicyResourceConfigStep.Type UNRECOGNIZED
Deprecated.
-
-
Field Detail
-
TYPE_UNSPECIFIED_VALUE
public static final int TYPE_UNSPECIFIED_VALUE
Deprecated.Default value. This value is unused.
TYPE_UNSPECIFIED = 0;
- See Also:
- Constant Field Values
-
VALIDATION_VALUE
public static final int VALIDATION_VALUE
Deprecated.Validation to detect resource conflicts, schema errors, etc.
VALIDATION = 1;
- See Also:
- Constant Field Values
-
DESIRED_STATE_CHECK_VALUE
public static final int DESIRED_STATE_CHECK_VALUE
Deprecated.Check the current desired state status of the resource.
DESIRED_STATE_CHECK = 2;
- See Also:
- Constant Field Values
-
DESIRED_STATE_ENFORCEMENT_VALUE
public static final int DESIRED_STATE_ENFORCEMENT_VALUE
Deprecated.Enforce the desired state for a resource that is not in desired state.
DESIRED_STATE_ENFORCEMENT = 3;
- See Also:
- Constant Field Values
-
DESIRED_STATE_CHECK_POST_ENFORCEMENT_VALUE
public static final int DESIRED_STATE_CHECK_POST_ENFORCEMENT_VALUE
Deprecated.Re-check desired state status for a resource after enforcement of all resources in the current configuration run. This step is used to determine the final desired state status for the resource. It accounts for any resources that might have drifted from their desired state due to side effects from configuring other resources during the current configuration run.
DESIRED_STATE_CHECK_POST_ENFORCEMENT = 4;
- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static OSPolicyResourceConfigStep.Type[] 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.Type c : OSPolicyResourceConfigStep.Type.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.Type 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.Type 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.Type 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.Type> 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.Type 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
-
-