Enum DeploymentState
-
- All Implemented Interfaces:
-
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum
public enum DeploymentState implements ProtocolMessageEnumProtobuf enum
xyz.block.ftl.schema.v1.DeploymentState
-
-
Field Summary
Fields Modifier and Type Field Description public final static intDEPLOYMENT_STATE_UNSPECIFIED_VALUEpublic final static intDEPLOYMENT_STATE_PROVISIONING_VALUEpublic final static intDEPLOYMENT_STATE_READY_VALUEpublic final static intDEPLOYMENT_STATE_CANARY_VALUEpublic final static intDEPLOYMENT_STATE_CANONICAL_VALUEpublic final static intDEPLOYMENT_STATE_DRAINING_VALUEpublic final static intDEPLOYMENT_STATE_DE_PROVISIONING_VALUEpublic final static intDEPLOYMENT_STATE_DELETED_VALUEpublic final static intDEPLOYMENT_STATE_FAILED_VALUE
-
Enum Constant Summary
Enum Constants Enum Constant Description DEPLOYMENT_STATE_UNSPECIFIEDDEPLOYMENT_STATE_UNSPECIFIED = 0;DEPLOYMENT_STATE_PROVISIONINGDEPLOYMENT_STATE_PROVISIONING = 1;DEPLOYMENT_STATE_READYDEPLOYMENT_STATE_READY = 2;DEPLOYMENT_STATE_CANARYDEPLOYMENT_STATE_CANARY = 3;DEPLOYMENT_STATE_CANONICALDEPLOYMENT_STATE_CANONICAL = 4;DEPLOYMENT_STATE_DRAININGDEPLOYMENT_STATE_DRAINING = 5;DEPLOYMENT_STATE_DE_PROVISIONINGDEPLOYMENT_STATE_DE_PROVISIONING = 6;DEPLOYMENT_STATE_DELETEDDEPLOYMENT_STATE_DELETED = 7;DEPLOYMENT_STATE_FAILEDDEPLOYMENT_STATE_FAILED = 8;UNRECOGNIZED
-
Method Summary
Modifier and Type Method Description final intgetNumber()static DeploymentStatevalueOf(int value)static DeploymentStateforNumber(int value)static Internal.EnumLiteMap<DeploymentState>internalGetValueMap()final Descriptors.EnumValueDescriptorgetValueDescriptor()final Descriptors.EnumDescriptorgetDescriptorForType()final static Descriptors.EnumDescriptorgetDescriptor()static DeploymentStatevalueOf(Descriptors.EnumValueDescriptor desc)static Array<DeploymentState>values()Returns an array containing the constants of this enum type, in the order they're declared. static DeploymentStatevalueOf(String name)Returns the enum constant of this type with the specified name. -
-
Method Detail
-
getNumber
final int getNumber()
-
valueOf
@Deprecated() static DeploymentState valueOf(int value)
- Parameters:
value- The numeric wire value of the corresponding enum entry.- Returns:
The enum associated with the given numeric wire value.
-
forNumber
static DeploymentState forNumber(int value)
- Parameters:
value- The numeric wire value of the corresponding enum entry.- Returns:
The enum associated with the given numeric wire value.
-
internalGetValueMap
static Internal.EnumLiteMap<DeploymentState> internalGetValueMap()
-
getValueDescriptor
final Descriptors.EnumValueDescriptor getValueDescriptor()
-
getDescriptorForType
final Descriptors.EnumDescriptor getDescriptorForType()
-
getDescriptor
final static Descriptors.EnumDescriptor getDescriptor()
-
valueOf
static DeploymentState valueOf(Descriptors.EnumValueDescriptor desc)
-
values
static Array<DeploymentState> values()
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.
- Returns:
an array containing the constants of this enum type, in the order they're declared
-
valueOf
static DeploymentState 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.)
- Returns:
the enum constant with the specified name
-
-
-
-