public static enum OSPolicyAssignment.RolloutState extends Enum<OSPolicyAssignment.RolloutState> implements com.google.protobuf.ProtocolMessageEnum
OS policy assignment rollout stateProtobuf enum
google.cloud.osconfig.v1alpha.OSPolicyAssignment.RolloutState| Enum Constant and Description |
|---|
CANCELLED
The rollout is cancelled.
|
CANCELLING
The rollout is being cancelled.
|
IN_PROGRESS
The rollout is in progress.
|
ROLLOUT_STATE_UNSPECIFIED
Invalid value
|
SUCCEEDED
The rollout has completed successfully.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
CANCELLED_VALUE
The rollout is cancelled.
|
static int |
CANCELLING_VALUE
The rollout is being cancelled.
|
static int |
IN_PROGRESS_VALUE
The rollout is in progress.
|
static int |
ROLLOUT_STATE_UNSPECIFIED_VALUE
Invalid value
|
static int |
SUCCEEDED_VALUE
The rollout has completed successfully.
|
| Modifier and Type | Method and Description |
|---|---|
static OSPolicyAssignment.RolloutState |
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<OSPolicyAssignment.RolloutState> |
internalGetValueMap() |
static OSPolicyAssignment.RolloutState |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static OSPolicyAssignment.RolloutState |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static OSPolicyAssignment.RolloutState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OSPolicyAssignment.RolloutState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OSPolicyAssignment.RolloutState ROLLOUT_STATE_UNSPECIFIED
Invalid value
ROLLOUT_STATE_UNSPECIFIED = 0;public static final OSPolicyAssignment.RolloutState IN_PROGRESS
The rollout is in progress.
IN_PROGRESS = 1;public static final OSPolicyAssignment.RolloutState CANCELLING
The rollout is being cancelled.
CANCELLING = 2;public static final OSPolicyAssignment.RolloutState CANCELLED
The rollout is cancelled.
CANCELLED = 3;public static final OSPolicyAssignment.RolloutState SUCCEEDED
The rollout has completed successfully.
SUCCEEDED = 4;public static final OSPolicyAssignment.RolloutState UNRECOGNIZED
public static final int ROLLOUT_STATE_UNSPECIFIED_VALUE
Invalid value
ROLLOUT_STATE_UNSPECIFIED = 0;public static final int IN_PROGRESS_VALUE
The rollout is in progress.
IN_PROGRESS = 1;public static final int CANCELLING_VALUE
The rollout is being cancelled.
CANCELLING = 2;public static final int CANCELLED_VALUE
The rollout is cancelled.
CANCELLED = 3;public static final int SUCCEEDED_VALUE
The rollout has completed successfully.
SUCCEEDED = 4;public static OSPolicyAssignment.RolloutState[] values()
for (OSPolicyAssignment.RolloutState c : OSPolicyAssignment.RolloutState.values()) System.out.println(c);
public static OSPolicyAssignment.RolloutState 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 OSPolicyAssignment.RolloutState valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static OSPolicyAssignment.RolloutState forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<OSPolicyAssignment.RolloutState> 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 OSPolicyAssignment.RolloutState valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 Google LLC. All rights reserved.