@Deprecated public static enum OSPolicyResourceConfigStep.Outcome extends Enum<OSPolicyResourceConfigStep.Outcome> implements com.google.protobuf.ProtocolMessageEnum
Supported outcomes for a configuration step.Protobuf enum
google.cloud.osconfig.v1alpha.OSPolicyResourceConfigStep.Outcome| Enum Constant and Description |
|---|
FAILED
Deprecated.
The step failed.
|
OUTCOME_UNSPECIFIED
Deprecated.
Default value.
|
SUCCEEDED
Deprecated.
The step succeeded.
|
UNRECOGNIZED
Deprecated.
|
| Modifier and Type | Field and 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.
|
| Modifier and Type | Method and 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(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Deprecated.
|
static OSPolicyResourceConfigStep.Outcome |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
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.
|
public static final OSPolicyResourceConfigStep.Outcome OUTCOME_UNSPECIFIED
Default value. This value is unused.
OUTCOME_UNSPECIFIED = 0;public static final OSPolicyResourceConfigStep.Outcome SUCCEEDED
The step succeeded.
SUCCEEDED = 1;public static final OSPolicyResourceConfigStep.Outcome FAILED
The step failed.
FAILED = 2;public static final OSPolicyResourceConfigStep.Outcome UNRECOGNIZED
public static final int OUTCOME_UNSPECIFIED_VALUE
Default value. This value is unused.
OUTCOME_UNSPECIFIED = 0;public static final int SUCCEEDED_VALUE
The step succeeded.
SUCCEEDED = 1;public static final int FAILED_VALUE
The step failed.
FAILED = 2;public static OSPolicyResourceConfigStep.Outcome[] values()
for (OSPolicyResourceConfigStep.Outcome c : OSPolicyResourceConfigStep.Outcome.values()) System.out.println(c);
public static OSPolicyResourceConfigStep.Outcome valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static OSPolicyResourceConfigStep.Outcome valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static OSPolicyResourceConfigStep.Outcome forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<OSPolicyResourceConfigStep.Outcome> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static OSPolicyResourceConfigStep.Outcome valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 Google LLC. All rights reserved.